[Mono-bugs] [Bug 75739][Maj] New - on error resume next is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Aug 7 14:39:04 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 smeegoan at yahoo.com.br.

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

--- shadow/75739	2005-08-07 14:39:04.000000000 -0400
+++ shadow/75739.tmp.22486	2005-08-07 14:39:04.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 75739
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: smeegoan at yahoo.com.br               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: on error resume next is ignored
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. compile the following code (i compiled with vbc)
+Module Module1
+
+    Sub Main()
+        On Error Resume Next
+        Kill("fdddsfds")
+    End Sub
+
+End Module
+
+2. run with mono
+3. the application crashes
+
+Actual Results:
+Mono version 1.1.8 Build 1
+Prepending 'C:\PROGRA~1\MONO-1~1.8\bin' to PATH
+C:\Documents and Settings\Pedro>mono "C:\Documents and Settings\Pedro\My
+Documen
+ts\Visual Studio Projects\NET\ConsoleApplication1\bin\ConsoleApplication1.exe"
+
+Unhandled Exception: System.NullReferenceException: Object reference not set to
+an instance of an object
+in <0x0007f> ConsoleApplication1.Module1:Main ()
+
+
+
+Expected Results:
+should ignore the exception
+
+How often does this happen? 
+always
+
+Additional Information:


More information about the mono-bugs mailing list