[Mono-bugs] [Bug 324781] Thread Abort reliant on that thread perfoming an alertable wait on Windows

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 2 11:50:06 EDT 2008


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

User dick at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=324781#c4


Dick Porter <dick at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|dick at novell.com                                 |mono-bugs at lists.ximian.com
            Summary|TcpChannel deadlocks on Windows                 |Thread Abort reliant on that thread perfoming an
                   |                                                |alertable wait on Windows




--- Comment #4 from Dick Porter <dick at novell.com>  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.


More information about the mono-bugs mailing list