http://bugs.winehq.org/show_bug.cgi?id=11232
Summary: Wineserver crashes in Jedy academy demo Product: Wine Version: 0.9.53. Platform: PC URL: http://www.jeuxvideo.fr/demo-jedi-knight-jedi-academy- 923-0-0.html OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: jeremielapuree@yahoo.fr
Created an attachment (id=10328) --> (http://bugs.winehq.org/attachment.cgi?id=10328) console output
When I try to install the Jedy academy demo, Wine crashes in its wineserver. I attached a trace.
Joaopa
I marked this bug as major since wineserver is pretty major :D
http://bugs.winehq.org/show_bug.cgi?id=11232
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=11232
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko@gmail.com
--- Comment #1 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-01-17 06:50:18 --- looks like a duplicate of bug 11174
http://bugs.winehq.org/show_bug.cgi?id=11232
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-01-17 06:56:52 --- Looks like a file descriptor leak, but the server still shouldn't crash. Please enable coredumps (ulimit -c unlimited) and get a backtrace of the crash.
http://bugs.winehq.org/show_bug.cgi?id=11232
--- Comment #3 from joaopa jeremielapuree@yahoo.fr 2008-01-17 07:49:08 --- Created an attachment (id=10329) --> (http://bugs.winehq.org/attachment.cgi?id=10329) the requested backtrace
http://bugs.winehq.org/show_bug.cgi?id=11232
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-01-17 07:54:45 --- That's not a backtrace. You get a backtrace with gdb and the core file; if you have enabled core files wineserver should tell you how to do this next time you start.
http://bugs.winehq.org/show_bug.cgi?id=11232
--- Comment #5 from joaopa jeremielapuree@yahoo.fr 2008-01-17 08:00:57 --- Created an attachment (id=10330) --> (http://bugs.winehq.org/attachment.cgi?id=10330) what I did
http://bugs.winehq.org/show_bug.cgi?id=11232
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-01-17 08:37:37 --- What you have to do is after ulimit -c unlimited, do something that causes the server crash, then run wine again and wineserver should print a message stating that it crashed last time and how to get the backtrace for it.
If that doesn't work, search for the core file in /tmp/.wine*, then do a 'gdb wineserver <the-core-file>' and type 'backtrace' at the gdb prompt.
http://bugs.winehq.org/show_bug.cgi?id=11232
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #7 from Austin English austinenglish@gmail.com 2008-01-26 05:50:34 --- Looks like a dupe to me as well.
gdb won't give me a backtrace. Enabling the coredump prints this:
wine client error:0: init_thread failed with status c000011f
*** This bug has been marked as a duplicate of bug 11174 ***
http://bugs.winehq.org/show_bug.cgi?id=11232
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2008-01-26 05:50:43 --- Closing dupe.