[Mono-bugs] [Bug 74252][Nor] Changed - NullReferenceException not caught when invoking methods on null objects.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 22:13:38 -0500 (EST)


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 latexer@gentoo.org.

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

--- shadow/74252	2005-03-30 21:28:53.000000000 -0500
+++ shadow/74252.tmp.6116	2005-03-30 22:13:38.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 74252
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: latexer@gentoo.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -46,6 +46,10 @@
 
 Running this on 1.1.5 causes the exception not to be caught. On 1.0.5, this
 is handled properly and "Caught!" gets printed to the screen. If the
 section in the try block is replaced with just a "throw new
 NullReferenceException()", the exception actually gets caught on both 1.0.5
 and 1.1.5 though.
+
+------- Additional Comments From latexer@gentoo.org  2005-03-30 22:13 -------
+As i suspected when openning this bug, this problem goes away when i
+disable sigaltstack. Definitely something related to that.