http://bugs.winehq.org/show_bug.cgi?id=15411 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman(a)gmail.com --- Comment #1 from Rob Shearman <robertshearman(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.