exceptions with FreeBSD 2.25 anybody ?

Jeffrey A Law law@cygnus.com
Thu Jan 22 23:59:00 GMT 1998


  In message < 199801211834.TAA21785@pollux.sdata.de >you write:
  > I had a quick look at frame.c and if I understand the code there, the
  > info has to be registered with __register_frame_info at program start.
  > So, I set a break point with gdb on __register_frame_info and to my
  > surprise, __register_frame_info() is never called !
That would indicate a problem with global ctor/dtor support since the
frame register support uses the same code.

First thing is to find out if somehow you're not using collect2.

gcc -Wl,-v somefile.c

Should give you enough information to determine if you're using collect2.

jeff




More information about the Gcc-bugs mailing list