Re: One bug to close on win32; WAIT_ABANDONED

2006-02-01 Thread Jeff Trawick
On 2/1/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > WAIT_ABANDONED, according to these notes, is a signal that the owning thread > has closed, and IIUC Win32 kernel will choose a new owner as a 'next step'. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=38410 > > What happens on uni

Re: One bug to close on win32; WAIT_ABANDONED

2006-02-01 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: WAIT_ABANDONED, according to these notes, is a signal that the owning thread has closed, and IIUC Win32 kernel will choose a new owner as a 'next step'. http://issues.apache.org/bugzilla/show_bug.cgi?id=38410 What happens on unix when the owner 'dies'? Can we map t

One bug to close on win32; WAIT_ABANDONED

2006-02-01 Thread William A. Rowe, Jr.
WAIT_ABANDONED, according to these notes, is a signal that the owning thread has closed, and IIUC Win32 kernel will choose a new owner as a 'next step'. http://issues.apache.org/bugzilla/show_bug.cgi?id=38410 What happens on unix when the owner 'dies'? Can we map this to some consistent results