[Mono-bugs] [Bug 25100] Changed - Arguments off-by-one in delegate calls from a pinvoked method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 May 2002 00:29:10 -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 joe@ximian.com.

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

--- shadow/25100	Tue May 21 20:17:07 2002
+++ shadow/25100.tmp.28432	Tue May 21 20:29:10 2002
@@ -1,16 +1,16 @@
 Bug#: 25100
-Product: Mono/Runtime
+Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: misc
+Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joe@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -39,6 +39,10 @@
 
 
 ------- Additional Comments From joe@ximian.com  2002-05-21 20:17 -------
 Created an attachment (id=1760)
 C# file which does the PInvoking
 
+
+------- Additional Comments From joe@ximian.com  2002-05-21 20:29 -------
+Actually, it seems to work if I build on Windows and run on Linux, so
+I'm guessing this is a compiler bug and changing as such.