[Mono-bugs] [Bug 59299][Nor] Changed - Mono assert when using async delegates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 15:39:03 -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 vargaz@freemail.hu.

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

--- shadow/59299	2004-05-29 15:12:50.000000000 -0400
+++ shadow/59299.tmp.28993	2004-05-29 15:39:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59299
 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: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,9 @@
 		
 		m.EndInvoke(ref x2, ref x2, ar);
 
 		Console.WriteLine("x={0}, y={1}", x1, x2);
 	}
 }
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-29 15:39 -------
+The assert is fixed in CVS, but the result is still wrong.