[Mono-bugs] [Bug 36373][Nor] New - Mono aborts with an ExecutionEngineException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 7 Jan 2003 01:58:07 -0500 (EST)


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 mathpup@mylinuxisp.com.

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

--- shadow/36373	Tue Jan  7 01:58:07 2003
+++ shadow/36373.tmp.27283	Tue Jan  7 01:58:07 2003
@@ -0,0 +1,52 @@
+Bug#: 36373
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: SuSE Linux 8.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mathpup@mylinuxisp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono aborts with an ExecutionEngineException
+
+Description of Problem: 
+ 
+When a cscc-compiled Qt.dll is referenced from a Qt# app, attempting to run the app 
+results in a System.ExecutionEngineException. 
+ 
+Steps to reproduce the problem: 
+1. Run the app: mono t1.exe 
+2.  
+3.  
+ 
+Actual Results: 
+ 
+Unhandled Exception: System.ExecutionEngineException: file codegen-x86.c: line 
+6345 (mono_burg_emit_261): assertion failed: (tree->data.i > 0) 
+in (unmanaged) 00 Qt.QNull:get_Instance () 
+in <0x00010> 00 Qt.QApplication:.ctor (string[]) 
+in <0x00036> 00 .Example:Main (string[]) 
+ 
+ 
+ 
+Expected Results: 
+ 
+App runs. Window opens. 
+ 
+ 
+How often does this happen?  
+ 
+Always 
+ 
+ 
+Additional Information: 
+ 
+I've talked with Paolo about this, and he seemed to know the cause. I'm filing a bug 
+report as a reminding and to give more specific information.