[Mono-bugs] [Bug 33454][Wis] Changed - marshaling conversion 16 not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Oct 2003 09:29:59 -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=33454

--- shadow/33454	2003-02-17 18:43:51.000000000 -0500
+++ shadow/33454.tmp.7878	2003-10-07 09:29:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 33454
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 2.4.20-pre10acpi20021002
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathias.hasselmann@gmx.de               
 QAContact: mono-bugs@ximian.com
@@ -86,6 +86,13 @@
         JavaVM jvm = new JavaVM();
     }
 }
 
 ------- Additional Comments From gonzalo@ximian.com  2003-02-17 18:43 -------
 Are you still having this problem?
+
+------- Additional Comments From vargaz@freemail.hu  2003-10-07 09:29 -------
+The attached test program is incorrect, because structures can't
+contain types which are marshalled as LPArray, since the runtime does
+not know how to determine the size of the Options array when the
+data is marshalled back from unmanaged to managed memory. The MS
+VM aborts with a TypeLoadException when running the sample.