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] New: dynamic_cast seg faults when linking certain libraries


See https://mail.internet2.edu/wws/arc/mace-opensaml-users/2004-06/msg00030.html 

I've narrowed it down to a dynamic cast.  This dynamic cast is in a shared
library.  In my executable I link to the shared library at link time.  I also
link in some additional libraries.  I remove these additional libraries when I
link then the problem goes away.  I put the links back and dynamic cast seg
faults again.

-- 
           Summary: dynamic_cast seg faults when linking certain libraries
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cmorris at novell dot com
                CC: gcc-bugs at gcc dot gnu dot org


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]