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++/11462] Segmentation Fault during Code Loading


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-07-08 13:41 -------
Besides Andrew's comments: when you load shared libraries, startup
code such as static variable constructors are run. Your program
might crash in one of these. In any case, I would advise to compile
the program and all shared library with debug information so that
you get a decent stack backtrace instead of just ???

W.


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