[Bug 15411] Dragon NaturallySpeaking 10 takes a very long time to finish loading

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 6 09:46:59 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15411


Rob Shearman <robertshearman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robertshearman at gmail.com




--- Comment #1 from Rob Shearman <robertshearman at 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.



More information about the wine-bugs mailing list