https://bugzilla.novell.com/show_bug.cgi?id=470819
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=470819#c8 --- Comment #8 from Rolf Bjarne Kvinge <[email protected]> 2009-02-02 05:34:16 MST --- Craig, gdb had stopped on a SIGPWR signal when you printed the backtraces, not a SIGSEGV signal. SIGPWR is a normal signal (along with a few others), use this in gdb to ignore the normal signals: handle SIGXCPU SIG33 SIG35 SIGPWR nostop noprint (from http://mono-project.com/Debugging#Debugging_with_GDB) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
