http://bugs.winehq.org/show_bug.cgi?id=31666
Bug #: 31666 Summary: crash after win64 programs exit when more than 1 core available? Product: Wine Version: 1.5.12 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
For some time now, after I run a 64 bit program, even something as simple as
./wine64 cmd /c echo hi
a few seconds later, I see
err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000) err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. wine client error:13: write: Bad file descriptor err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000) err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. wine client error:1c: write: Bad file descriptor err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000) err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. wine client error:1c: write: Bad file descriptor
If I run on only a single core, the problem does not happen, e.g. there's no error with $ taskset 1 ./wine64 cmd /c echo hi
This is on an i7 with 8 logical cores.
http://bugs.winehq.org/show_bug.cgi?id=31666
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase, win64 Platform|x86 |x86-64
http://bugs.winehq.org/show_bug.cgi?id=31666
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-04-20 05:53:14 CDT --- Hello folks,
can't reproduce this problem. The stack addresses look more like coming from 32-bit Wine processes (shared WoW) which shouldn't happen if you use 64-bit WINEPREFIX/loader.
Please retest.
Regards
https://bugs.winehq.org/show_bug.cgi?id=31666
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #2 from Austin English austinenglish@gmail.com --- Can't reproduce, abandoned.
https://bugs.winehq.org/show_bug.cgi?id=31666
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.