[Mono-bugs] [Bug 49085][Nor] New - mono aborts with failed assertion
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 21:54:21 -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=49085
--- shadow/49085 2003-09-29 21:54:21.000000000 -0400
+++ shadow/49085.tmp.12601 2003-09-29 21:54:21.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 49085
+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 with failed assertion
+
+Description of Problem:
+
+When running Qt# DLL and app compiled with cscc, Mono aborts with a failed
+assertion.
+
+
+Steps to reproduce the problem:
+1. cscc -out:hello.exe -r:Qt hello.cs
+2. mono hello.exe
+
+
+Actual Results:
+
+** ERROR **: file loader.c: line 847 (mono_method_get_marshal_info): assertion
+failed: (tp)
+aborting...
+
+
+Expected Results:
+
+Program runs and displays dialog box with button.
+
+
+How often does this happen?
+
+Always
+
+
+Additional Information:
+
+I tried to narrow the problem down to a simple test case, but I was not able to do
+so. I'm providing links to Qt.dll and hello.exe (built with cscc), and a log of running
+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