[Bug 15543] AIRC application blows up when opening a tree menu

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 7 11:07:59 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15543


Vitaliy Margolen <vitaliy at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |comctl32




--- Comment #4 from Vitaliy Margolen <vitaliy at 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);


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list