https://bugs.winehq.org/show_bug.cgi?id=43228
Bug ID: 43228 Summary: TestVkr.exe crashes on launch Product: Wine Version: 1.9.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pere.jobs@gmail.com Distribution: ---
Created attachment 58527 --> https://bugs.winehq.org/attachment.cgi?id=58527 The program that crashes on launch
This program (official program of my university to test students memoirs) segfaults on launch.
https://bugs.winehq.org/show_bug.cgi?id=43228
pere.jobs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|TestVkr.exe crashes on |TestVkr.exe crashes at |launch |launch
https://bugs.winehq.org/show_bug.cgi?id=43228
--- Comment #1 from pere.jobs@gmail.com --- Created attachment 58528 --> https://bugs.winehq.org/attachment.cgi?id=58528 wine logs
https://bugs.winehq.org/show_bug.cgi?id=43228
--- Comment #2 from pere.jobs@gmail.com --- Created attachment 58529 --> https://bugs.winehq.org/attachment.cgi?id=58529 wine --version
https://bugs.winehq.org/show_bug.cgi?id=43228
--- Comment #3 from pere.jobs@gmail.com --- Created attachment 58530 --> https://bugs.winehq.org/attachment.cgi?id=58530 backtrace
Wine displays "loading backtrace information" forever unless I send it a Ctrl-C from the command-line.
https://bugs.winehq.org/show_bug.cgi?id=43228
--- Comment #4 from pere.jobs@gmail.com --- Created attachment 58531 --> https://bugs.winehq.org/attachment.cgi?id=58531 debug output tail until crash
https://bugs.winehq.org/show_bug.cgi?id=43228
pere.jobs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pere.jobs@gmail.com
--- Comment #5 from pere.jobs@gmail.com --- Created attachment 58532 --> https://bugs.winehq.org/attachment.cgi?id=58532 filtered debug output
This is the debug output for the thread that causes the crash.
I think the important line is line 890: 0009:Ret KERNEL32.CreateEventW() retval=00000058 ret=0046d152
KERNEL32.CreateEventW returns value 0x58, and the program then tries to allocate something at this adress, which causes the crash.
https://bugs.winehq.org/show_bug.cgi?id=43228
pere.jobs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://mt5.bmstu.ru/vkr/Tes | |tVkr.exe
https://bugs.winehq.org/show_bug.cgi?id=43228
pere.jobs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #6 from pere.jobs@gmail.com --- After some testing, the windows computer I was doing my tests on had a russian locale, that made the program work. Setting a russian locale in wine makes the program work too. So the problem did not come from wine, but from the program itself.
https://bugs.winehq.org/show_bug.cgi?id=43228
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Closing.