[Mono-bugs] [Bug 379524] Environment. Exit in separate thread results in thread creation failure

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 12 20:00:06 EDT 2008


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

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=379524#c4


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com




--- Comment #4 from Zoltan Varga <vargaz at gmail.com>  2008-05-12 18:00:05 MST ---
We currently fail this test because QueueUserAPC is not signal safe. Other than
the various proposed rewrites of the suspend/abort code, it could be made
signal safe fairly easily by noticing that mono only calls this function in one
place with a dummy argument, so instead of managing an apc list, we could have
one bit in the thread handle structure saying whenever the thread has an APC
queued or not.


-- 
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