http://bugzilla.novell.com/show_bug.cgi?id=602502
http://bugzilla.novell.com/show_bug.cgi?id=602502#c0 Summary: Mono.Tasklets.Continuation problems Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: 32bit OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=359204) --> (http://bugzilla.novell.com/attachment.cgi?id=359204) Code After calling Continuation.Restore(X), value X is not returned from Continuation.Store. gmcs -out:co.exe Coroutines.cs co.cs -r:Mono.Tasklets mono co.exe In Coroutines.cs just after Console.WriteLine("Cont"); there is a call to Restore(1); However the relevant Store() returns 0 rather than 1 (wchich results in Console.WriteLine("Cont1");) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
