[Mono-bugs] [Bug 627522] New: Incorrect handling of exception in the threadpool

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 2 12:18:56 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=627522

http://bugzilla.novell.com/show_bug.cgi?id=627522#c0


           Summary: Incorrect handling of exception in the threadpool
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: gonzalo at novell.com
        ReportedBy: gonzalo at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=379911)
 --> (http://bugzilla.novell.com/attachment.cgi?id=379911)
Test case

Run the attached test case.
MS output is:
Test.F from delegate: 1
Async Callback STATE1
received exception ... OK

We get:
Test.F from delegate: 1
Async Callback STATE1

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at (wrapper delegate-end-invoke) <Module>:end_invoke_int__this___IAsyncResult
(System.IAsyncResult)
  at Test.Main () [0x00000] in <filename unknown>:0

-- 
Configure bugmail: http://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