http://bugs.winehq.org/show_bug.cgi?id=23523
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-07-08 14:46:52 --- confirming, i get the same crash. Before the crash there's a zillion calls to GetModuleHandleA. Just before that there's:
0009:Call KERNEL32.GetProcAddress(7b810000,00c8a17c "IsWow64Process") ret=004cd162 0009:Ret KERNEL32.GetProcAddress() retval=7b823ea0 ret=004cd162 0009:Call KERNEL32.GetCurrentProcess() ret=004cd175 0009:Ret KERNEL32.GetCurrentProcess() retval=ffffffff ret=004cd175 0009:Call KERNEL32.IsWow64Process(ffffffff,00f2f8c8) ret=004cd178 0009:Ret KERNEL32.IsWow64Process() retval=00000001 ret=004cd178 0009:Call KERNEL32.VirtualAlloc(00000000,ef221000,00001000,00000004) ret=005969cc 0009:Ret KERNEL32.VirtualAlloc() retval=00000000 ret=005969cc 0009:Call KERNEL32.GetModuleHandleA(00000000) ret=00463f0d
Maybe the failing VirtualAlloc could be the problem>?