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 [EMAIL PROTECTED]

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

--- shadow/78379        2006-05-12 09:27:00.000000000 -0400
+++ shadow/78379.tmp.22407      2006-05-12 10:27:49.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78379
 Product: Mono: Runtime
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo 64bit / Ubuntu 32bit
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: interop
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -60,6 +60,16 @@
 How often does this happen? 
 everytime
 
 Additional Information:
 SDL used was 1.2.8 and 1.2.9
 Mono 1.1.13.* (tryed some versions)
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-05-12 10:27 -------
+According to the pinvoke documentation on msdn, the runtime is
+supposed to free the value returned from SDL_GetError, but 
+SDL_GetError returns a pointer to a static buffer, causing this
+to crash. The windows free function somehow ignores this, but g_free ()
+doesn't. We can't fix this, so TAO needs to be changed instead by
+adding a wrapper around SDL_GetError ().
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to