http://bugs.winehq.org/show_bug.cgi?id=19682
Summary: Acrobat Reader 2 installer causes a page fault Product: Wine Version: 1.1.20 Platform: PC URL: http://www.oldversion.com/download/acrobat2.exe OS/Version: Linux Status: NEW Keywords: download, Installer, regression, win16 Severity: normal Priority: P3 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk CC: dmitry@codeweavers.com
Created an attachment (id=22980) --> (http://bugs.winehq.org/attachment.cgi?id=22980) Wine 1.1.27 console output
Acrobat Reader 2 installer causes a page fault.
Backtrace: =>0 0x7e9e58b3 create_cursor_image+0x96(ptr=0x3b5348) [/home/test/wine-git/dlls/winex11.drv/mouse.c:489] in winex11 (0x00a2df38) 1 0x7e9e5d1f create_xcursor_cursor+0x8e(display=0x7c80dd40, ptr=0x3b5348) [/home/test/wine-git/dlls/winex11.drv/mouse.c:597] in winex11 (0x00a2df68) 2 0x7e9e5e2d create_cursor+0x5b(display=0x7c80dd40, ptr=0x3b5348) [/home/test/wine-git/dlls/winex11.drv/mouse.c:636] in winex11 (0x00a2e128) 3 0x7e9e7288 X11DRV_SetCursor+0x10e(lpCursor=0x3b5348) [/home/test/wine-git/dlls/winex11.drv/mouse.c:964] in winex11 (0x00a2e178) 4 0x7ed4d090 SetCursor+0xbc(hCursor=0x1236) [/home/test/wine-git/dlls/user32/cursoricon.c:1788] in user32 (0x00a2e1b8)
This is a regression.
54d7c8012d1d7369a56779955ced5a09e448a1cd is first bad commit commit 54d7c8012d1d7369a56779955ced5a09e448a1cd Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed Apr 29 15:17:35 2009 +0900
explorer: Initialize the Progman DDE interface when starting explorer.
:040000 040000 4a347655bb6f41b8b8377d8e3e3e25c1551d1730 05513d15b76a99fe5033c4422a82008667425088 M programs
Reverting this commit stops the crash.