[Mono-bugs] [Bug 44547][Nor] Changed - mono aborts in emit_struct_conv with failed assertion running Qt# apps
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 12 Jun 2003 17:51: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=44547
--- shadow/44547 Thu Jun 12 14:36:29 2003
+++ shadow/44547.tmp.28006 Thu Jun 12 17:51:21 2003
@@ -1,12 +1,12 @@
Bug#: 44547
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
@@ -262,6 +262,11 @@
Hi,
This error is triggered when the runtime tries to marshal a class
which has fields of the same type, e.g. QString. This is caused by the
qt_QString_fromUtf8 methods, which take a QString parameter in Qt# 0.7,
instead of a string parameter as they should.
+
+------- Additional Comments From mathpup@mylinuxisp.com 2003-06-12 17:51 -------
+Qt# seems to work. Dietmar and Paolo's work on marshaling caused some
+errors in Qt# to be exposed. As far as I'm concerned, it's work, but I don't
+know if I should close this bug report because of Jurg's attached case.