[Mono-bugs] [Bug 44547][Nor] New - mono aborts in emit_struct_conv with failed assertion running Qt# apps

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 11 Jun 2003 15:51:42 -0400 (EDT)


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=44547

--- shadow/44547	Wed Jun 11 15:51:42 2003
+++ shadow/44547.tmp.15277	Wed Jun 11 15:51:42 2003
@@ -0,0 +1,55 @@
+Bug#: 44547
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+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 in emit_struct_conv with failed assertion running Qt# apps
+
+Description of Problem: 
+ 
+When I try to run any Qt# app under mono, after loading the dynamic libs, mono 
+aborts with 
+ 
+** ERROR **: file marshal.c: line 867 (emit_struct_conv): assertion failed: ((msize 
+>= 0) && (usize >= 0)) 
+ 
+I think that some of the recent work on marshaling might have broken something 
+because mono used to work fine, and oldmono still does. 
+ 
+Steps to reproduce the problem: 
+1. mcs -r:Qt.dll t1.cs 
+2. mono t1.exe 
+ 
+ 
+ 
+Actual Results: 
+ 
+** ERROR **: file marshal.c: line 867 (emit_struct_conv): assertion failed: ((msize 
+>= 0) && (usize >= 0)) 
+ 
+ 
+Expected Results: 
+ 
+Program runs normally. No errors. 
+ 
+ 
+How often does this happen?  
+ 
+Always -- for any Qt# app. 
+ 
+ 
+Additional Information: 
+ 
+I will try to narrow this down a little, but historically I haven't been successful at 
+pinpointing these types of errors.