https://bugzilla.novell.com/show_bug.cgi?id=324781
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324781#c4 Dick Porter <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[email protected] Summary|TcpChannel deadlocks on Windows |Thread Abort reliant on that thread perfoming an | |alertable wait on Windows --- Comment #4 from Dick Porter <[EMAIL PROTECTED]> 2008-06-02 09:50:05 MDT --- The runtime gets as far as cleaning up the threads, notices that the TcpChannel thread is Background and tries to abort it (mono_thread_manage() calls remove_and_abort_threads()). Unfortunately Thread Abort currently relies on the target thread performing an alertable wait for it to notice the abort request on Windows. Bug summary updated, reassigning back to default owner. -- 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
