[Mono-bugs] [Bug 499702] infinite loop upon shutdown

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 30 16:49:41 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=499702

User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=499702#c1


Zoltan Varga <vargaz at gmail.com> changed:

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




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2009-04-30 14:49:41 MDT ---
What seems to happen is that the tp thread's state is StopRequested, but its
interruption_requested field is 0, which indicates that the runtime tried
aborting the thread, but the abort signal didn't arrive, or didn't get
processed
correctly, so the thread stays there spinning, waiting for the signal to
arrive.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list