http://bugs.winehq.org/show_bug.cgi?id=15666
Summary: IE5.5 crash in TOOLBAR_AddStringW Product: Wine Version: 1.1.6 Platform: PC URL: http://www.mirrorservice.org/sites/browsers.evolt.org/br owsers/ie/32bit/standalone/ie55sp2_nt.zip OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de
1. Download ie5.5 from browsers.evolt.org ( I used http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/32bit/stan... )
2. unzip
3. Start IE5.5 with: WINEDLLOVERRIDES=mshtml,shdocvw=n wine iexplore.exe 2>&1 | tee _log.txt
4. Crash ...
0038:trace:toolbar:ToolbarWindowProc hwnd=0xe0058 msg=44d wparam=0 lparam=3150 0038:trace:toolbar:TOOLBAR_AddStringW adding string(s) from array! wine: Unhandled page fault on read access to 0x00003150 at address 0x7e616ff6 (thread 0038), starting debugger...
Backtrace: =>1 0x7e616ff6 TOOLBAR_AddStringW+0x116(hwnd=0xe0058, wParam=0, lParam=12624) [/home/detlef/wine.cvs/src/dlls/comctl32/toolbar.c:2946] in comctl32 (0x00329a04)
http://bugs.winehq.org/show_bug.cgi?id=15666
--- Comment #1 from Lei Zhang thestig@google.com 2008-10-27 03:02:47 --- I suspected MSDN isn't quite right, so I removed the wparam check in TOOLBAR_AddStringW() and it stopped crashing. Probably needs some testing.
BTW, next problem is: Unimplemented function shlwapi.dll.IConnectionPoint_InvokeWithCancel
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown Summary|IE5.5 crash in |IE5.5 crash in |TOOLBAR_AddStringW |TOOLBAR_AddStringW | |(browselc.dll is missing)
--- Comment #2 from Detlef Riekenberg wine.dev@web.de 2008-11-26 16:45:04 --- The archive at evolt.org is missing "browselc.dll" LoadLibrary(browselc.dll) returned NULL, but IE does not check that and crash in TOOLBAR_AddString.
With a native "browselc.dll", the next stop is: shlwapi.dll.IConnectionPoint_InvokeWithCancel
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #3 from Detlef Riekenberg wine.dev@web.de 2009-01-08 06:01:44 --- Patch send: http://www.winehq.org/pipermail/wine-patches/2009-January/067309.html
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW
--- Comment #4 from Detlef Riekenberg wine.dev@web.de 2009-06-26 08:30:14 --- The archive at evolt.org is missing "browselc.dll" So the bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #5 from Detlef Riekenberg wine.dev@web.de 2009-06-26 08:31:01 --- The archive at evolt.org is missing "browselc.dll" So the bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Detlef Riekenberg wine.dev@web.de 2009-06-26 08:31:29 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=15666
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #7 from Detlef Riekenberg wine.dev@web.de 2009-12-03 14:22:11 --- *** Bug 20674 has been marked as a duplicate of this bug. ***