[Mono-bugs] [Bug 28862][Wis] Changed - Runtime crashes Accessing a Structure that was Marshalled from a native Structure

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Oct 2002 06:12:54 -0000


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 danmorg@sc.rr.com.

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

--- shadow/28862	Mon Aug 12 14:50:24 2002
+++ shadow/28862.tmp.14820	Thu Oct 10 02:12:54 2002
@@ -1,14 +1,14 @@
 Bug#: 28862
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danmorg@sc.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -120,6 +120,9 @@
 Excerpt:
 [DllImport("libmySQL",			 
 CharSet=System.Runtime.InteropServices.CharSet.Ansi,
 			 EntryPoint="mysql_thread_end", 
 ExactSpelling=true)]
 public static extern void ThreadEnd();
+
+------- Additional Comments From danmorg@sc.rr.com  2002-10-10 02:12 -------
+Fixed.  Marshalling works fine in the C# bindings to MySQL now.