[Mono-bugs] [Bug 647897] Task created using QueueUserWorkItem never runs on server called via Remoting

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 26 12:30:08 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=647897#c3


--- Comment #3 from Tomas Petricek <tomas at tomasp.net> 2010-10-26 16:30:07 UTC ---
The new repro shows a simpler case where a task created using QueueUserWorkItem
is never executed. This happens when we enqueue a task (using
QueueUserWorkItem) from code running as a task (created earlier using
QueueUserWorkItem), which then blocks. 

Steps to reproduce:
- Run the new repro (attached in the previous comment)
- Wait for a while (the program should print something)

Expected result:
- Should print "thread pool works"

Actual result:
- Doesn't print anything.

(Note that I get the expected result when running code on .NET or Mono on
Mac/Linux).

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