Closed
Bug 1290310
Opened 8 years ago
Closed 8 years ago
Crash in Abort | __delete__()d actor | mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::dom::PBrowser::Transition
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1269036
People
(Reporter: mccr8, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-0b1bb068-0db7-4422-be37-b28332160728.
=============================================================
This is not a very common crash, with 120 reports across all channels. It looks like TabParent::DestroyInternal() is calling SendDestroy() when PBrowserParent was already destroyed.
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Crash volume for signature 'Abort | __delete__()d actor | mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::dom::PBrowser::Transition':
- nightly(version 50):68 crashes from 2016-06-06.
- aurora (version 49):123 crashes from 2016-06-07.
- beta (version 48):428 crashes from 2016-06-06.
- release(version 47):0 crashes from 2016-05-31.
- esr (version 45):0 crashes from 2016-04-07.
Crash volume on the last weeks:
W. N-1 W. N-2 W. N-3 W. N-4 W. N-5 W. N-6 W. N-7
- nightly 37 5 4 13 4 4 0
- aurora 17 20 13 27 29 16 0
- beta 81 86 83 52 80 44 0
- release 0 0 0 0 0 0 0
- esr 0 0 0 0 0 0 0
Affected platforms: Windows, Linux
status-firefox48:
--- → affected
status-firefox49:
--- → affected
Comment 3•8 years ago
|
||
Note I think this signature is currently the easy leader of the mozilla::ipc::LogicError crashes...
https://crash-stats.mozilla.com/search/?signature=~mozilla%3A%3Aipc%3A%3ALogicError&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
It seems this family of crashes is hard to get traction on.
As kanru says, this seems to be a DUPE of bug 1269036. We'll need to update the crash signatures there is we close this DUPE, since that bug isn't linked from these crash reports currently.
Flags: needinfo?(jmathies)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jmathies)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•