[Mono-bugs] [Bug 678164] Threads started by native code that call into managed code get IsBackground==False

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 9 18:28:49 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=678164#c1


--- Comment #1 from Weeble Wilson <clockworksaint at gmail.com> 2011-03-09 23:28:49 UTC ---
I am now wondering whether the problem might just be that Windows and Linux
have different defaults for whether new threads are background/daemon threads.
I haven't yet tried Mono on Windows using the exact same CreateThread code.
That said, searching through metadata/threads.c, I can't see anything in
mono_thread_attach that conditionally sets the the ThreadState_Background flag
on state.

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