This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linker seg fault


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]