https://bugzilla.novell.com/show_bug.cgi?id=647897
https://bugzilla.novell.com/show_bug.cgi?id=647897#c3 --- Comment #3 from Tomas Petricek <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
