http://bugs.winehq.org/show_bug.cgi?id=23441
Summary: WoW Battlechest launcher crashes Product: Wine Version: 1.2-rc5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
With today's git, and rm -rf ~/.wine sh winetricks gecko sandbox for reproducibility, the script sh wisotool wowbc eventually crashes during the patching process as follows:
wine: Unhandled page fault on write access to 0x00000004 at address 0x7d8eb638 (thread 0036), starting debugger... Backtrace: =>0 nsChannel_Release+0x108(iface=0x1565d0) [include/wine/list.h:98] in mshtml 1 nsChannelBSC_destroy+0x19(bsc=0x156908) [dlls/mshtml/navigate.c:1022] 2 BindStatusCallback_Release+0x9d(iface=0x156908) [dlls/mshtml/navigate.c:302] 3 BindStatusCallback_Release+0x52(iface=0x29bc6e0) [dlls/urlmon/bindctx.c:124] 4 BSCServiceProvider_Release+0x12(iface=0x29bc6e4) [dlls/urlmon/bindctx.c:278] 5 Binding_Release+0x9d(iface=0x2a21d08) [dlls/urlmon/binding.c:852] 6 InternetBindInfo_Release+0x12(iface=0x2a21d10) [dlls/urlmon/binding.c:1162] 7 ProtocolHandler_Terminate+0x8d(iface=0x2a219e0, dwOptions=0) [dlls/urlmon/bindprot.c:676] 8 BindProtocol_Terminate+0x54(iface=0x2a219c8, dwOptions=0) [dlls/urlmon/bindprot.c:436] 9 InternetProtocolSink_ReportResult+0x75(iface=0x2a21d0c, hrResult=0, dwError=0, szResult=0x0(nil)) [dlls/urlmon/binding.c:1128] 10 report_result_proc+0x25(This=0x2a219c8, t=0x151078) [dlls/urlmon/bindprot.c:1141] 11 notif_wnd_proc+0x8f(hwnd=0x30068, msg=0x0465, wParam=0, lParam=0x2a219c8) [dlls/urlmon/bindprot.c:111] 12 WINPROC_wrapper+0x19() 13 call_window_proc+0x4c(hwnd=0x30068, msg=0x0465, wp=0, lp=0x2a219c8, result=0x33e264, arg=0x7d9592f0) [dlls/user32/winproc.c:242] 14 CallWindowProcW+0x48(func=0x7d9592f0, hwnd=0x30068, msg=0x0465, wParam=0, lParam=0x2a219c8) [dlls/user32/winproc.c:984]
This is the first run through for me, haven't checked how reproducible it is yet.