[Mono-bugs] [Bug 74869][Wis] Changed - Signal handlers problem on os x.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 8 16:32:20 EDT 2005


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 grompf at sublimeintervention.com.

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

--- shadow/74869	2005-10-08 16:31:13.000000000 -0400
+++ shadow/74869.tmp.11811	2005-10-08 16:32:20.000000000 -0400
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: joe at otee.dk               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Signal handlers problem on os x.
 
 When a null exception is thrown in mono on os x, it will invoke the crashreporter. 
 This is a known bug in os x, where the crashreporter is invoked although there is a null 
 exception signal handler. I filed a bug on this with Apple but they refuse to fix the issue.
 http://developer.apple.com/technotes/tn2004/tn2123.html (CrashReporter Limitations)
@@ -45,6 +44,16 @@
 
 
 ------- Additional Comments From grompf at sublimeintervention.com  2005-10-08 16:31 -------
 Created an attachment (id=15890)
 managed mach-exception handler
 
+
+------- Additional Comments From grompf at sublimeintervention.com  2005-10-08 16:32 -------
+I have attached a managed implementation of the mach-exception handler.  I'm using it in 
+cocoa# successfully to suppress the crash reporter.
+
+I dont really want to explain it or support it; so use it at your own risk; consider it BSD/X11 
+licensed (which is what it is in fact)
+
+-kangaroo
+


More information about the mono-bugs mailing list