http://bugs.winehq.org/show_bug.cgi?id=15485
--- Comment #32 from Anton Vorobyov phoenix@mail.ru 2008-10-19 07:02:26 --- Created an attachment (id=16738) --> (http://bugs.winehq.org/attachment.cgi?id=16738) Debug logs
Attached few (thousands) last lines of debug log written by wine.
Line 108 of wine_relay_clipped is succesful result of focus restore, as far as i understand.
Line 88092 is call of that function which will never return any value.
Since i'm in no way debugging pro, the only things i noticed that around crash (even before) KERNEL32.SetLastError and KERNEL32.GetLastError are used a way too often; however, i'm not sure that they are related to crash in any way.
Following happens right before page fault and one more time after:
0019:Call KERNEL32.IsBadCodePtr(00407ecb) ret=00b49505 0019:Ret KERNEL32.IsBadCodePtr() retval=00000000 ret=00b49505
So it seems it's related to crash.