[Bug 51083] Deadlock in llvm-mingw compiled app

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 4 18:55:56 CDT 2021


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

--- Comment #4 from Vladimir Koković <vladimir.kokovic at gmail.com> ---
During the last test, I got with the last version(wine-6.7-246-gcda4abac985) in
the log file next:
0118:err:ntdll:RtlpWaitForCriticalSection section 000000007BC61540
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0118,
blocked by 0114, retrying (60 sec)
0118:err:ntdll:RtlpWaitForCriticalSection section 000000007BC61540
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0118,
blocked by 0114, retrying (60 sec)
0118:err:ntdll:RtlpWaitForCriticalSection section 000000007BC61540
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0118,
blocked by 0114, retrying (60 sec)
...
But $WINEPREFIX/bin/winedbg --command "info proc" shows:
 pid      threads  executable (all id:s are in hex)
 0000011c 1        'start.exe'
 00000124 1        \_ 'conhost.exe'
 00000060 3        'explorer.exe'
 00000038 7        'services.exe'
 000000d4 6        \_ 'rpcss.exe'
 000000c0 3        \_ 'svchost.exe'
 00000084 7        \_ 'winedevice.exe'
 00000068 5        \_ 'plugplay.exe'
 00000044 4        \_ 'winedevice.exe'
 00000020 1        'start.exe'
 00000100 1        \_ 'cmd.exe'
 00000110 2           \_ 'pomocni-llvm-mingw.exe'
 000000f8 1        \_ 'conhost.exe'

And from this, it is seen that 0118 and 0114 do not exist in the list!

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