[Mono-bugs] [Bug 78874][Maj] New - Try/Catch fails when using VB on Mono 1.1.13.6 and higher

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 17 03:19:30 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 admin at svwebhosting.com.

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

--- shadow/78874	2006-07-17 03:19:29.000000000 -0400
+++ shadow/78874.tmp.18175	2006-07-17 03:19:29.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 78874
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: admin at svwebhosting.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Try/Catch fails when using VB on Mono 1.1.13.6 and higher
+
+This VB.NET console application fails:
+
+Module Module1
+    Sub Main()
+        Try
+            Console.WriteLine("OK!")
+        Catch ex As Exception
+
+        End Try
+    End Sub
+End Module
+
+This is the error shown:
+
+** (monoerror.exe:2769): WARNING **: Missing method SetProjectError in
+assembly /home/user/monoerror.exe, type
+Microsoft.VisualBasic.CompilerServices.ProjectData
+
+** ERROR **: file mini.c: line 9672 (mono_jit_compile_method_inner): should
+not be reached
+aborting...
+Aborted
+
+
+Additional Information:
+The same app works on Mono 1.1.13.4 and lower. Works without the try/catch
+statement on 1.1.13.6. A similar application in C# works fine.


More information about the mono-bugs mailing list