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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
