[Wine] Debugging a STATUS_ACCESS_VIOLATION
Burzmali
wineforum-user at winehq.org
Mon Aug 23 20:07:56 CDT 2010
I am trying to track down the source of some STATUS_ACCESS_VIOLATION in Restricted Area (http://appdb.winehq.org/objectManager.php?sClass=application&iId=8710) and I can find an seh that coincides with the freezes, but I can't figure out what is throwing it. I've pasted an example below. Any thoughts on where to go from here?
Code:
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x51fde2 ip=0051fde2 tid=0009
0009:trace:seh:raise_exception info[0]=00000001
0009:trace:seh:raise_exception info[1]=0428e7b8
0009:trace:seh:raise_exception eax=00004e00 ebx=04280078 ecx=00024e56 edx=0000e740 esi=00000056 edi=0000000c
0009:trace:seh:raise_exception ebp=0032fcc0 esp=0032fcb4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210206
0009:trace:seh:call_vectored_handlers calling handler at 0x7e423680 code=c0000005 flags=0
0009:trace:seh:call_vectored_handlers handler at 0x7e423680 returned ffffffff
More information about the wine-users
mailing list