https://bugs.winehq.org/show_bug.cgi?id=26344
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #10 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Teras from comment #9)
fixme:int:__WinEm87Info (0x9dd806,12), stub ! wine: Unhandled page fault on read access to 0xffffffff at address 0x7bc2838d (thread 003b), starting debugger... Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0x7bc2838d). fixme:dbghelp:addr_to_linear Failed to linearize address 008e:e138 (mode 0) Register dump: CS:0023 SS:002b DS:002b ES:1787 FS:0063 GS:006b EIP:7bc2838d ESP:008eda5c EBP:008edd68 EFLAGS:00010202( R- -- I - - - ) EAX:008ef244 EBX:7bcc8000 ECX:008ede14 EDX:00010282 ESI:00000000 EDI:008eda80 Stack dump: 0x008eda5c: 7bc818f5 008ede14 00000000 00000014 0x008eda6c: 00000000 00000805 00000000 54f35b9a 0x008eda7c: 008eda80 00201370 00000000 00000000 0x008eda8c: 00000000 00000000 00000000 00001f80 0x008eda9c: 0002ffff 00000000 00000000 00000000 0x008edaac: 00000000 00000000 00000000 00000000 Backtrace: =>0 0x7bc2838d __wine_call_from_regs+0xe5() in ntdll (0x008edd68) 0x7bc2838d __wine_call_from_regs+0xe5 in ntdll: movl %edx,%es:0xc(%eax) Modules:
It starts with wine but it also crashes quite fast. Don't know what trigged it.
wine-1.7.37-143-g3b2cf06
This issue is actually a regression introduced by http://source.winehq.org/git/wine.git/commit/44fbc018eda12bdee5c2c1e2e40dbdc..., and has nothing to do with the issue for which the bug report was originally opened. Just sent a patch to fix it: http://source.winehq.org/patches/data/109519. Requires full "make clean" and rebuild, otherwise the changes do not take effect.