Closed
Bug 630690
Opened 14 years ago
Closed 14 years ago
Flash crash [@ gfxASurface::GetType() ] getting surface type
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking2.0 final+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: jimm, Assigned: benjamin)
References
Details
(Keywords: regression, topcrash, Whiteboard: [hardblocker] probably fixed by 626602, need to check crash-stats)
Crash Data
0 xul.dll gfxASurface::GetType gfx/thebes/gfxASurface.cpp:233
1 xul.dll mozilla::gfx::SharedDIBSurface::IsSharedDIBSurface gfx/ipc/SharedDIBSurface.cpp:93
2 xul.dll mozilla::plugins::PluginInstanceChild::ReadbackDifferenceRect dom/plugins/PluginInstanceChild.cpp:2886
3 xul.dll mozilla::plugins::PluginInstanceChild::ShowPluginFrame dom/plugins/PluginInstanceChild.cpp:2812
4 xul.dll mozilla::plugins::PluginInstanceChild::InvalidateRectDelayed dom/plugins/PluginInstanceChild.cpp:2924
5 xul.dll MessageLoop::RunTask ipc/chromium/src/base/message_loop.cc:343
6 xul.dll MessageLoop::DeferOrRunPendingTask ipc/chromium/src/base/message_loop.cc:351
7 xul.dll MessageLoop::DoWork ipc/chromium/src/base/message_loop.cc:451
8 xul.dll base::MessagePumpForUI::DoRunLoop ipc/chromium/src/base/message_pump_win.cc:213
9 xul.dll base::MessagePumpWin::RunWithDispatcher ipc/chromium/src/base/message_pump_win.cc:52
10 xul.dll base::MessagePumpWin::Run ipc/chromium/src/base/message_pump_win.h:78
11 xul.dll MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:219
#9 top crasher in beta 10. Checking for a valid shared DIB surface. Appears unrelated to anything flash is doing.
Assignee | ||
Comment 1•14 years ago
|
||
I'll bet that mBackSurface is null here. I can't guess why, yet. http://hg.mozilla.org/mozilla-central/annotate/FIREFOX_4_0b10_RELEASE/dom/plugins/PluginInstanceChild.cpp#l2886
Assignee | ||
Updated•14 years ago
|
Reporter | ||
Comment 2•14 years ago
|
||
This could probably block on bug 626602 since this code is about to get another overhaul.
Assignee | ||
Updated•14 years ago
|
Whiteboard: [hardblocker]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [hardblocker] → [hardblocker] waiting on bug 606602 to land.
626602 landed, what's the prognosis for a fix here?
Assignee | ||
Comment 4•14 years ago
|
||
We need to check crash-stats for next-beta, I believe that bug 626602 will just make this go away.
Whiteboard: [hardblocker] waiting on bug 606602 to land. → [hardblocker] probably fixed by 626602, need to check crash-stats
Reporter | ||
Comment 5•14 years ago
|
||
Not a single crash that matches this in the 20110216030352 build. Looks fixed to me.
concur!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Crash Signature: [@ gfxASurface::GetType() ]
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•