http://bugs.winehq.org/show_bug.cgi?id=26184
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever Confirmed|0 |1
--- Comment #6 from Anastasius Focht focht@gmx.net 2011-04-29 04:33:43 CDT --- Hello,
confirming. It seems the heap gets corrupted somewhere (+heap). The app is multithreaded and makes lots of heap usage even in "idle" (showing only splash) - might be an app bug that is hidden on Windows (heap impl).
--- snip --- $ wine ./emailpro.exe fixme:atl:AtlAxWinInit semi-stub wine: Unhandled page fault on write access to 0x0000041e at address 0x7bc44ba8 (thread 0026), starting debugger... Unhandled exception: page fault on write access to 0x0000041e in 32-bit code (0x7bc44ba8). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc44ba8 ESP:0032f940 EBP:0032f940 EFLAGS:00010206( R- -- I - -P- ) EAX:0000041a EBX:7bca7ff4 ECX:00110000 EDX:000001bd ESI:00000000 EDI:00000000 Stack dump: 0x0032f940: 0032f974 7bc45d18 0016ceb8 000000e8 0x0032f950: 00000002 ffffffff 0032f968 7bc332da 0x0032f960: 0016ceb0 00000002 0032f998 0016ceb0 0x0032f970: 0016cdb8 0032f998 7bc46023 00110014 0x0032f980: 0016cdb8 000000f8 0016ccb8 00110014 0x0032f990: 7bca7ff4 00000000 0032f9f8 7bc491be Backtrace: =>0 0x7bc44ba8 list_remove+0xe(elem=0x16ceb8) [/opt/projects/wine/wine-git/include/wine/list.h:98] in ntdll (0x0032f940) 1 0x7bc45d18 HEAP_CreateFreeBlock+0xda(subheap=0x110014, ptr=0x16cdb8, size=0xf8) [/opt/projects/wine/wine-git/dlls/ntdll/heap.c:587] in ntdll (0x0032f974) 2 0x7bc46023 HEAP_ShrinkBlock+0x42(subheap=0x110014, pArena=0x16ccb0, size=0x100) [/opt/projects/wine/wine-git/dlls/ntdll/heap.c:685] in ntdll (0x0032f998) 3 0x7bc491be RtlAllocateHeap+0x2a8(heap=0x110000, flags=0x2, size=0x100) [/opt/projects/wine/wine-git/dlls/ntdll/heap.c:1699] in ntdll (0x0032f9f8) 4 0x683bd0b7 peek_message+0x54(msg=0x32fdb0, hwnd=(nil), first=0, last=0, flags=0x4ff0001, changed_mask=0x4ff) [/opt/projects/wine/wine-git/dlls/user32/message.c:2612] in user32 (0x0032fd38) 5 0x683bf84e GetMessageW+0x14f(msg=0x32fdb0, hwnd=(nil), first=0, last=0) [/opt/projects/wine/wine-git/dlls/user32/message.c:3610] in user32 (0x0032fd78) 6 0x683bf8c7 GetMessageA+0x5d(msg=0x32fdb0, hwnd=(nil), first=0, last=0) [/opt/projects/wine/wine-git/dlls/user32/message.c:3625] in user32 (0x0032fd98) 7 0x00500175 in emailpro (+0x100174) (0x0032fdcc) 8 0x004f0034 in emailpro (+0xf0033) (0x0032fe60) --- snip ---
$ wine --version wine-1.3.18-312-ge594268
$ sha1sum egrabber_deutsch.exe 8da155c7010de32b937405f99e8bdfc968a08fce egrabber_deutsch.exe
Regards