Weird x86 Linux/GNU crashes

Michael Matz matz@suse.de
Tue Jul 30 23:45:00 GMT 2002


Hi,

On Tue, 30 Jul 2002, Mark Mitchell wrote:

> > (gdb) set env LD_DEBUG=libs
> > (gdb) run
>
> I get the attached output.  Why is this mmx stuff showing up?  And
> what are the bits about bash?

That the LD_LIBRARY_PATH after loading bash is different from when it
began searching somehow indicates, that either it's overwritten by some
bash init, or you haven't exported that env var.  (the mmx bits stem from
the linker in case one has optimized libraries for e.g. mmx, which are
then prefered over the normal ones, if placed in those dirs; but that's
not the issue here)


Caio,
Michael.



More information about the Gcc mailing list