[Bug 38411] Infinite wait for start

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 14 13:46:41 CDT 2015


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

--- Comment #3 from Austin English <austinenglish at gmail.com> ---
(In reply to Sergey Isakov from comment #2)
> (In reply to Austin English from comment #1)
> > What application? How to reproduce the bug?
> 
> 3DMark05 with FuturemarkSystemInfo 4.2.8
> The bug is happen every second start.
> 
> OSX 10.9.5
> AMD Radeon 6670 if it does matter.
> 
> May be I have to make more tracing?

Attaching the full terminal output is always a good start. In the case of a
deadlock, you need to run winedbg then get a list of the threads, see:
http://wiki.winehq.org/Backtraces

in short:
(in 1st terminal)
wine foo.exe
(from now on in a separate terminal)
winedbg
bt all

and copy/paste the bt all output into a text file and attach here (you'll need
to get the deadlock info again, as the thread ids will be different).

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