This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c++/16184] dynamic_cast seg faults when linking certain libraries


------- Additional Comments From cmorris at novell dot com  2004-06-28 20:23 -------
(In reply to comment #1)
> Do you load the shared library with RTDL_GLOBAL?
> See PR 4993 for more information.
> 
> If this is not the case this is just a dup of that bug and an invalid as the
TypeInfo has to be exported.

No linking is done at compile time.  I don't do any library loading manually.  I
narrowed down which library changes the behaviour and looks at which symbols are
exported.  All the symbols exported start with "SAL_" except for one symbol
called "findid" 

Could it be that this findid symbol is replacing something else needed for RTTI?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16184


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