New issue 104850 by andrew.b...@gmail.com: Flash crashes on window resize
http://code.google.com/p/chromium/issues/detail?id=104850
Chrome Version : 16.0.912.41
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
URLs (if applicable) : http://www.bridgebase.com/client/client.php
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5:
Firefox 4.x:
IE 7/8/9:
What steps will reproduce the problem?
1. Go to URL, wait for it to load to login menu
2. Resize window bigger and smaller for a second or so (to reliably
reproduce)
What is the expected result?
No crash
What happens instead?
Crash
Please provide any additional information below.
Earlier versions of Chrome used to crash the whole browser, now it just
crashes the plug-in.
UserAgentString: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7
(KHTML, like Gecko) Chrome/16.0.912.41 Safari/535.7
Comment #5 on issue 104850 by pav...@chromium.org: Flash crashes on window
resize
http://code.google.com/p/chromium/issues/detail?id=104850
I could get the crash id for this issue following the steps -
Crash id: 10170e2ab65b489b
Crash summary @http://crash/reportdetail?reportid=10170e2ab65b489b
Crashing thread stack
------------------------
Thread 0 *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_READ @ 0x00000000 )
0x5c0a8cae [chrome.dll - skcanvas.cpp:240] SkDrawIter::next()
0x5c0aaede [chrome.dll - skcanvas.cpp:1799]
SkCanvas::LayerIter::LayerIter(SkCanvas *,bool)
0x5c0a80ab [chrome.dll - platform_canvas.cc:47]
skia::GetTopDevice(SkCanvas const &)
0x5c61aad8 [chrome.dll - webplugin_proxy.cc:398]
WebPluginProxy::Paint(gfx::Rect const &)
0x5c61ae48 [chrome.dll - webplugin_proxy.cc:720]
WebPluginProxy::OnPaint(gfx::Rect const &)
0x5c6c8fe9 [chrome.dll - task.h:189]
ScopedRunnableMethodFactory<WebPluginProxy>::RunnableMethod<void (
WebPluginProxy::*)(gfx::Rect const &),Tuple1<gfx::Rect> >::Run()
0x5c17d496 [chrome.dll - task.cc:71]
base::subtle::TaskClosureAdapter::Run()
0x5c1764e4 [chrome.dll - message_loop.cc:492]
MessageLoop::RunTask(MessageLoop::PendingTask const &)
0x5c176560 [chrome.dll - message_loop.cc:505]
MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const &)
0x5c1768e6 [chrome.dll - message_loop.cc:695] MessageLoop::DoWork()
0x5c18fb47 [chrome.dll - message_pump_win.cc:203]
base::MessagePumpForUI::DoRunLoop()
0x5c18f954 [chrome.dll - message_pump_win.cc:51]
base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate
*,base::MessagePumpWin::Dispatcher *)
0x5c18f815 [chrome.dll - message_pump_win.h:64]
base::MessagePumpWin::Run(base::MessagePump::Delegate *)
0x5c17640e [chrome.dll - message_loop.cc:450] MessageLoop::RunInternal()
0x5c1763bd [chrome.dll - message_loop.cc:430]
MessageLoop::RunInternalInSEHFrame()
0x5c17638c [chrome.dll - message_loop.cc:418] MessageLoop::RunHandler()
0x5c1762bf [chrome.dll - message_loop.cc:341] MessageLoop::Run()
0x5c617617 [chrome.dll - plugin_main.cc:163]
PluginMain(MainFunctionParams const &)
0x5c198258 [chrome.dll - content_main.cc:261] `anonymous
namespace'::RunNamedProcessTypeMain(std::basic_string<char,std::char_traits<char>,std::allocator<char>
> const &,MainFunctionParams const &,content::ContentMainDelegate *)
0x5c1985ee [chrome.dll - content_main.cc:451]
content::ContentMain(HINSTANCE__ *,sandbox::SandboxInterfaceInfo
*,content::ContentMainDelegate *)
0x5c052966 [chrome.dll - chrome_main.cc:28] ChromeMain
0x00ed1dd2 [chrome.exe - client_util.cc:346]
MainDllLoader::Launch(HINSTANCE__ *,sandbox::SandboxInterfaceInfo *)
0x00ed10c8 [chrome.exe - chrome_exe_main_win.cc:36] wWinMain
0x00f2a1e7 [chrome.exe - crt0.c:263] __tmainCRTStartup
0x75f33399 [kernel32.dll + 0x00013399] BaseThreadInitThunk
0x77e99ed1 [ntdll.dll + 0x00039ed1] __RtlUserThreadStart
0x77e99ea4 [ntdll.dll + 0x00039ea4] _RtlUserThreadStart
http://codereview.chromium.org/9460006/