http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #5 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-07 11:26:23 --- (In reply to comment #4)
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);
I grabbed this version of wine and compiled from source with gcc-4.1
$ md5sum wine-1.1.5.tar.bz2 8e06b02323f2dff1f6db0fea6df89b5b wine-1.1.5.tar.bz2
It is a debian machine Linux Intranet-CMS 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux