linker seg fault

Eric Christopher echristo@redhat.com
Tue Jun 28 19:00:00 GMT 2005


> Think I understand my error now but does appear to be a bug in ld 
> causing it to seg fault. My guess is that I am managing to link my code 
> with rtti on and am linking to libstdc++ without it. Class that goes 
> wrong has virtual funcs and derives from std::logic_exception.
> 
> Does this sound correct?

Sounds reasonable. Definitely a bug in ld since we should never
segfault :)

A bug report would really need a reproducible testcase though. Unless
this is something pre-2.16 at which point you should probably try that.

-eric



More information about the Binutils mailing list