[Mono-bugs] [Bug 44547][Nor] Changed - mono aborts in emit_struct_conv when marshaling unions
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 10:23:26 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44547
--- shadow/44547 Thu Jun 12 17:51:21 2003
+++ shadow/44547.tmp.10018 Tue Jun 17 10:23:26 2003
@@ -1,22 +1,22 @@
Bug#: 44547
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: mono aborts in emit_struct_conv with failed assertion running Qt# apps
+Summary: mono aborts in emit_struct_conv when marshaling unions
Description of Problem:
When I try to run any Qt# app under mono, after loading the dynamic libs, mono
aborts with
@@ -267,6 +267,12 @@
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.
+
+------- Additional Comments From lupus@ximian.com 2003-06-17 10:23 -------
+Jurg, can you please submit a complete test case for the bug?
+It's not clear what we should do when a union is marshaled, doing the
+marshaling for each type sounds silly and doing it for just one type
+sounds arbitrary...