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]

Re: x86 EH on BSD/OS with snapshot gas not working..



  In message <19980105154045W.shigeya@foretune.co.jp>you write:
  > Forget to show you stack trace; it just can't find correct error
  > handler, thus calling terminate to kill itself.
  > 
  > pooh 285% gdb a.out a.out.core 
  > Core was generated by `a.out'.
  > Program terminated with signal 6, Abort trap.
  > #0  0x122e5 in kill ()
  > (gdb) bt
  > #0  0x122e5 in kill ()
  > #1  0xf770 in abort ()
  > #2  0xaf38 in __terminate ()
  > #3  0xaf42 in __terminate ()
  > #4  0xb421 in __throw ()
  > #5  0x118 in main ()
  > (gdb) q
This would make me wonder if the code to register frame info isn't
working.

Can you put a breakpoint in __register_frame and __register_frame_info
and see if they're being called?

jeff


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