http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #43 from Michael Setzer II mikes@kuentos.guam.net --- Little test with differences. wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
Running with +heap works root@setzconote:/tmp# WINEDEBUG=+heap wine notepad 2>/tmp/outz
Line with 0x6ff info root@setzconote:/tmp# cat /tmp/outz | grep 0x6fffffc4c5b3 0128:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
lines with c0000005 lines?
root@setzconote:/tmp# cat /tmp/outz | grep c0000005 0128:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 0138:err:seh:user_callback_handler ignoring exception c0000005 0138:err:seh:user_callback_handler ignoring exception c0000005
So, not sure why adding the +heap option has seh ignore the exception?