http://bugs.winehq.org/show_bug.cgi?id=15543
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-07 11:07:59 --- I don't buy what I'm seeing here. What distro is this? What compiler? What flags?
According to your backtrace: =>1 0x7e86a7a6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x201b40, start=0x200c18) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:906] in comctl32 (0x00334b94) 2 0x7e86df57 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5336] in comctl32 (0x00334bc4) 3 0x7e873cfe TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5694] in comctl32 (0x003354e4)
The call sequence: TREEVIEW_Size(?, 0, 25428279) -> TREEVIEW_RecalculateVisibleOrder(infoPtr=0x201b40, start=0x200c18)
How's that possible with code looking this way? dlls/comctl32/treeview.c:5335 TREEVIEW_RecalculateVisibleOrder(infoPtr, NULL);