[Mono-bugs] [Bug 82620][Nor] New - "Invalid IL code" error message

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 04:07:30 EDT 2007


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 frederik.carlier at ugent.be.

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

--- shadow/82620	2007-08-29 04:07:30.000000000 -0400
+++ shadow/82620.tmp.28779	2007-08-29 04:07:30.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 82620
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: Ubuntu 7.10, Mono r84988
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: frederik.carlier at ugent.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "Invalid IL code" error message
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+** This bug occurs on mono from SVN, r84988 **
+
+I am trying to compile and run Open Dental (SVN: 
+https://70.90.133.65:23793/svn/opendental/head/) on Mono/Linux. 
+Compiling using nant/mcs runs fine, but when executing, I get the 
+following error message:
+
+"Invalid IL code in OpenDentBusiness.AppointmentB:GetPeriodApptsTable 
+(string,string,string,string): IL_099d: stelem.ref"
+
+Steps to reproduce the problem:
+1. Use Mono from SVN
+2. Use NAnt from CVS
+3. svn co https://70.90.133.65:23793/svn/opendental/head/ opendental
+4. cd opendental
+5. make
+6. cd build/mono-2.0.unix/opendental-5.1-debug/bin/
+7. mono --debug OpenDental.exe
+8. log on to a database (*)
+9. You should see the error message.
+
+Actual Results:
+"Invalid IL code in OpenDentBusiness.AppointmentB:GetPeriodApptsTable 
+(string,string,string,string): IL_099d: stelem.ref"
+
+Expected Results:
+No error message
+
+How often does this happen? 
+Always
+
+Additional Information:
+Not sure if it's a compiler or runtime bug.


More information about the mono-bugs mailing list