[Mono-bugs] [Bug 655137] New: Page parallel async task execution inconsistency between MS.NET and Mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 20 09:40:48 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=655137

https://bugzilla.novell.com/show_bug.cgi?id=655137#c0


           Summary: Page parallel async task execution inconsistency
                    between MS.NET and Mono
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: x86-64
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: sergey.hakobyan at gaiaware.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=401436)
 --> (http://bugzilla.novell.com/attachment.cgi?id=401436)
Testcase for the issue

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12)
Gecko/20101026 Firefox/3.6.12

On the test platform registered async tasks work without problem on MS.NET.
On Mono for serial tasks Timeout callback is called, for parallel tasks
InvalidCastException is thrown and Timeout occurs again.

Reproducible: Always

Steps to Reproduce:
1. Create simple PageAsyncTask
2. Register Async task on the Page.
3. Execute Async tasks.
Actual Results:  
InvalidCastException occurs for parallel tasks and Timout occurs for both types
of tasks.

Expected Results:  
No exception and timeout should have occurred as on MS.NET.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list