[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 14:36:29 -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=44547

--- shadow/44547	Thu Jun 12 14:07:34 2003
+++ shadow/44547.tmp.28418	Thu Jun 12 14:36:29 2003
@@ -254,6 +254,14 @@
     conv=MONO_MARSHAL_CONV_OBJECT_STRUCT, usize=12, msize=4, 
 mspec=0x0) 
     at marshal.c:808 
  
 This continues and continues for at least 2090 stack entries. 
  
+
+------- Additional Comments From vargaz@freemail.hu  2003-06-12 14:36 -------
+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.