[Mono-bugs] [Bug 78072][Wis] Changed - SIGABRT handler similar to SIGSEGV

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 12 12:08:43 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78072

--- shadow/78072	2006-04-10 18:43:09.000000000 -0400
+++ shadow/78072.tmp.22212	2006-04-12 12:08:43.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78072
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: james at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -17,6 +17,12 @@
 Summary: SIGABRT handler similar to SIGSEGV
 
 The runtime currently has a pretty nifty SIGSEGV handler which gives a
 native stack trace (sometimes).  It would be nice if it could do the same
 thing for SIGABRT.  Mainly I would like it for the case when glibc detects
 a double free, or something like that, and calls abort(3).
+
+------- Additional Comments From vargaz at gmail.com  2006-04-12 12:08 -------
+I'm not sure it is a good idea for the runtime to handle SIGABRT
+too, but if it is, here is a patch which does this:
+
+


More information about the mono-bugs mailing list