http://bugs.winehq.org/show_bug.cgi?id=24421
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|[MJ's Help Diagnostics] |MJ's Help Diagnostics |wine: Unhandled page fault |crashes on startup |on read access |
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
can't reproduce this, runs all diagnostics fine for me.
@austin:
Your crash log indicates a page fault within application provided MonitorEnumProc callback.
--- snip --- ... 0024:Call user32.EnumDisplayMonitors(00000000,00000000,00492d9c,00000000) ret=00492e26 0024:Call winex11.drv.EnumDisplayMonitors(00000000,00000000,00492d9c,00000000) ret=7ebcdce9 0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x492de3 ip=00492de3 tid=0024 0024:trace:seh:raise_exception info[0]=00000000 0024:trace:seh:raise_exception info[1]=00000001 0024:trace:seh:raise_exception eax=00000005 ebx=00000001 ecx=00000001 edx=004f3448 esi=00000001 edi=004f3460 0024:trace:seh:raise_exception ebp=0033fcbc esp=0033fca8 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010206 0024:trace:seh:call_stack_handlers calling handler at 0x492f55 code=c0000005 flags=0 0024:trace:seh:call_stack_handlers handler at 0x492f55 returned 1 0024:trace:seh:call_stack_handlers calling handler at 0x404546 code=c0000005 flags=0 ... --- snip ---
What distro and compiler do you use to compile Wine?
Can you send me a copy of your 'winex11.drv.so' from the Wine installation you are starting the app with via email.
I'm interested in the compiler generated prolog code/register setup of X11DRV_EnumDisplayMonitors.
Regards