[Mono-bugs] [Bug 71015][Maj] Changed - Marshalling string to UnmanagedType.ByValArray is not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 13:11:21 -0500 (EST)


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 lewing@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71015

--- shadow/71015	2005-01-06 12:38:28.000000000 -0500
+++ shadow/71015.tmp.18975	2005-01-06 13:11:21.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71015
 Product: Mono: Runtime
 Version: 1.0
 OS: SUSE 9.1
 OS Details: 2.6.5-7 Kernel
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: anis.sk@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -185,6 +185,11 @@
 ------- Additional Comments From vargaz@gmail.com  2005-01-06 12:38 -------
 Fixed in SVN HEAD and the 1.0 branch. However, the test program will
 not work as is on linux, since wchar_t is 32 bits there, and 
 CharSet.Unicode means 16 bit characters.
 
 
+
+------- Additional Comments From lewing@ximian.com  2005-01-06 13:11 -------
+Zoltan, The fix for this that you committed to the 1.0 branch includes
+a call to mono_mb_emit_icall which isn't found and breaks the
+interpreter build.