http://bugs.winehq.org/show_bug.cgi?id=27622
Summary: wine regedit.exe crashes in comctl32 Product: Wine Version: 1.3.23 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: piotr.caban@gmail.com
Created an attachment (id=35312) --> (http://bugs.winehq.org/attachment.cgi?id=35312) terminal output
I came across this bug while using regedit.
Steps to reproduce: 1) Create a new wineprefix 2) wine regedit 3) In the left-side window select a registry key/hive (e.g. HKEY_CLASSES_ROOT). 4) In the right-side window place the mouse pointer somewhere below the last row (in the empty/white area). While left-mouse button is pressed, drag the mouse upwards (as if you were selecting multiple rows). When the mouse cursor reaches the last row Wine crashes.
This is due to the following commit:
a87e726d6b2a7ec4b86cb01a3267237fb366427b is the first bad commit commit a87e726d6b2a7ec4b86cb01a3267237fb366427b Author: Piotr Caban piotr@codeweavers.com Date: Mon Jun 6 20:52:34 2011 +0200
comctl32: Improve LISTVIEW_MarqueeHighlight performance.
:040000 040000 3fc79e993e9171f77fe069c62b16709db302c848 6a3fda702dd213a4948b5c38fb16926e404328ef M dlls
The patch can be reverted cleanly on 1.3.23 and that fixed the crash.
Author of the patch added to CC.
Fedora 15 x86 Gnome 3 + Mutter as window manager