[Mono-bugs] [Bug 49085][Nor] Changed - mono aborts with failed assertion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Sep 2003 10:35:35 -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 vargaz@freemail.hu.

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

--- shadow/49085	2003-09-29 21:54:21.000000000 -0400
+++ shadow/49085.tmp.20114	2003-09-30 10:35:35.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49085
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,21 @@
 mono -v -v -v -v -v. 
  
 http://mylinuxisp.com/~mathpup/Qt.dll.bz2 
 http://mylinuxisp.com/~mathpup/hello.cs 
 http://mylinuxisp.com/~mathpup/hello.exe 
 http://mylinuxisp.com/~mathpup/hello.log.bz2
+
+------- Additional Comments From vargaz@freemail.hu  2003-09-30 10:35 -------
+
+Running PEVerify on the attached Qt.dll gives this:
+
+[MD]: Error: Parameter #0 is marked HasFieldMarshal but has no
+marshaling information.  [token:0x060000D9]
+[MD]: Error: Parameter #1 is marked HasFieldMarshal but has no
+marshaling information.  [token:0x06000B19]
+[MD]: Error: Parameter #1 is marked HasFieldMarshal but has no
+marshaling information.  [token:0x06001419]
+
+So the generated assembly is invalid, and the program which 
+generated it should be fixed.
+