[Bug 51083] Deadlock in llvm-mingw compiled app

WineHQ Bugzilla wine-bugs at winehq.org
Wed May 26 11:49:41 CDT 2021


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

--- Comment #18 from Vladimir Koković <vladimir.kokovic at gmail.com> ---
(In reply to Damjan Jovanovic from comment #14)
> (In reply to Vladimir Koković from comment #13)
> > where is thread ?
> 
> $ winedbg --command "info thread"
> 
> process  tid      prio (all id:s are in hex)
> 00000020 start.exe
>         00000024    0
> 00000030 winemenubuilder.exe
>         00000034    0
> 
> 00000020 is the process ID for start.exe, 00000024 is the tid (thread ID)
> inside that start.exe process.
> 
> But don't worry about that.
> winedbg --command "bt all"
> gives stack traces for all threads in all processes. That should help here.
> You don't need anything else.

man winedbg
Stack manipulation
       bt     Print calling stack of current thread.
       bt N   Print calling stack of thread of ID N. Note: this doesn't change
the position of the current frame as manipulated by the up & dn commands).

Where is "bt all" ?

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