Re: gcc3.2.3 : exception caught, but still segment fault

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi lin q,

Use gdb to step through the problem area.  Set break points inside your catch handler.

I suspect that the caller of func() is dereferecing the NULL pointer, causing a segment fault.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux