Closed
Bug 1277996
Opened 7 years ago
Closed 5 years ago
flash process crashes in mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::plugins::PPluginSurfaceChild::Write
Categories
(Core Graveyard :: Plug-ins, defect, P5)
Tracking
(firefox49+ wontfix, firefox50- unaffected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox49 | + | wontfix |
firefox50 | - | unaffected |
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: crash, topcrash)
Crash Data
This bug was filed from the Socorro interface and is report bp-a41ef1fd-5edf-4eef-83ea-020ea2160603. ============================================================= These crashes with signature mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::plugins::PPluginSurfaceChild::Write are quite common, and are now showing up as a result of infobar crash submission (bug 1269998). They're *mostly* (but appparently not entirely, maybe the metadata are wrong!?) crashes in the plugin process, and the plugin is Flash in all but one case. Who should own these?
Flags: needinfo?(jmathies)
Flags: needinfo?(benjamin)
![]() |
||
Comment 1•7 years ago
|
||
AFAICT we're trying to send a delete message for a PluginSurfaceChild on a channel that has already experienced an error. We probably shouldn't do that. Owners would be myself or benjamin.
Flags: needinfo?(jmathies)
![]() |
||
Comment 3•7 years ago
|
||
bug 1268559 may help here.
Comment 4•7 years ago
|
||
Assuming that these all have PPluginModuleChild::OnChannelError farther up the stack, this particular crash is very low priority. We've already detected a channel error and should just be aborting the child process without doing any of this work which happens to crash.
Flags: needinfo?(benjamin)
Priority: -- → P5
This is the #1 topcrash on aurora 49 with 733 crashes in the last week, 8.3% of aurora crashes. So I am a bit worried about the volume we are seeing in crash-stats.
status-firefox49:
--- → affected
status-firefox50:
--- → affected
tracking-firefox49:
--- → +
tracking-firefox50:
--- → +
Comment 6•7 years ago
|
||
369 crashes in the last week across all channels - http://bit.ly/29lTyND - 197 on Aurora and 189 on Nightly. So we are definitely not seeing quite the volume we were back in June.
Comment 7•7 years ago
|
||
Hi :bsmedberg, There are still some crashes in 49.0b1 but the volume is low, do you think we can have someone to help on this?
Flags: needinfo?(benjamin)
Comment 9•7 years ago
|
||
Mark this as fix-optional for 49 as this is low priority.
Comment 10•7 years ago
|
||
It doesn't look like 50 is affected, no crashes reported recently.
Updated•6 years ago
|
Comment 11•5 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Comment 12•5 years ago
|
||
Closing because no crash reported since 12 weeks.
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•