This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [BUG] ld segfault in binutils-2.13.90.0.20 when compiling
Andreas Schwab wrote:
> Eric Christopher <echristo at redhat dot com> writes:
>
> |> On Thu, 2003-03-27 at 10:02, Andreas Schwab wrote:
> |> > Thiemo Seufer <ica2_ts at csv dot ica dot uni-stuttgart dot de> writes:
> |> >
> |> > |> I haven't seen this with CVS HEAD of everything, but probably it just
> |> > |> dies too early in the glibc build:
> |> > |>
> |> > |> vfprintf.c: In function _IO_vfprintf':
> |> > |> vfprintf.c:1919: internal compiler error: in loc_descriptor_from_tree, at
> |> > |> dwarf2out.c:8932
> |> >
> |> > See <http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=9905&database=gcc>.
> |> >
> |>
> |> Aaah. I see. Ick.
>
> I'm using this as a workaround:
Thanks. With it the glibc build continues until:
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/usr/home/ica2_ts/devel/build-libc/elf/librtld.map] Error 1
make[1]: *** [elf/subdir_lib] Error 2
make: *** [all] Error 2
I guess that's the same as the origially reported problem.
Thiemo