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=76471 --- shadow/76471 2005-10-18 16:39:07.000000000 -0400 +++ shadow/76471.tmp.3793 2005-10-18 16:39:07.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 76471 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Invalid IL code "nop" + +Description of Problem: + +The attached test.cs file produces an Invalid IL abort from mono when the +compiled test.exe is run. + +I use Debian/unstable mono packages: + +Mono JIT compiler version 1.1.9.2, (C) 2002-2005 Novell, Inc and +Contributors. www.mono-project.com + TLS: normal + GC: Included Boehm (with typed GC) + SIGSEGV : normal + Globalization: normal +Mono C# compiler version 1.1.9.1 + + +Steps to reproduce the problem: +1. mcs /out:test.exe test.cs /pkg:gtk-sharp-2.0 +2. mono ./test.exe + +Actual Results: +$ ./test.exe + +** ERROR **: Invalid IL code at IL0055 in MonoBug1:RemoveItem (TestItem): +IL_0055: nop + + +aborting... +Aborted + + +Expected Results: No output at all (for the test program). + + +How often does this happen? Everytime. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
