[Mono-bugs] [Bug 43687][Nor] Changed - void * in P/Invoke signature causes runtime to abort.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 20:17:46 -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 miguel@ximian.com.

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

--- shadow/43687	Mon May 26 20:04:29 2003
+++ shadow/43687.tmp.30948	Mon May 26 20:17:46 2003
@@ -1,14 +1,14 @@
 Bug#: 43687
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,9 @@
 	static void Main () {
 		system (null);
 	}
 }
 
 Seen in Mphoto.
+
+------- Additional Comments From miguel@ximian.com  2003-05-26 20:17 -------
+In fact this happens with other pointer types as well.