http://bugzilla.novell.com/show_bug.cgi?id=625359
http://bugzilla.novell.com/show_bug.cgi?id=625359#c0 Summary: race in thread pool shutdown Classification: Mono Product: Mono: Runtime Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.55 Safari/533.4 There is a race in the thread pool code, which manifests in crashes in mono_wsq_create (), if mono_wsq_cleanup () is called concurrently from mono_thread_pool_cleanup (). Testcase: run tests/threadpool1.exe in a loop: while /bin/true; do mono threadpool1.exe || break; done Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://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
