[Bug 38627] Holy Avatar vs. Maidens of the Dead hangs on exit

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 24 03:43:07 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38627

--- Comment #5 from Dmitry Timoshkov <dmitry at baikal.ru> ---
Another thing to investigate is a hang before Ctrl+C exception:

probably vBase90.dll:
thread_proc()
{
    for(;;) WaitForSingleObject(hevent, INFINITE);
}

hevent = CreateEvent(0,0,0,0);
CreateThread(thread_proc);

vBase90.dll,PROCESS_DETACH:
SetEvent(hevent); <= probably hangs here, there is no return before Ctrl+C

-- 
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