[Mono-bugs] [Bug 602502] New: Mono.Tasklets.Continuation problems

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 4 13:33:43 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: mz at e-adm.pl
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list