http://bugs.winehq.org/show_bug.cgi?id=15411
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman@gmail.com
--- Comment #1 from Rob Shearman robertshearman@gmail.com 2008-10-06 09:46:59 --- The issue is likely that a bad handle has been passed into WaitForMultipleObjectsEx in rpcrt4_protseq_np_wait_for_new_connection. The handles for this function are collected from server connections in rpcrt4_protseq_np_get_wait_array.
A +server,+rpc log needs to be generated to see if we are getting the handle from a freed connection or if someone else has called CloseHandle on a stale value, which the RPC code just happened to re-use. The latter is more likely IMHO.