Closed
Bug 1397231
Opened 7 years ago
Closed 7 years ago
Crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::dom::PContentChild::SendPURLClassifierLocalConstructor
Categories
(Toolkit :: Safe Browsing, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: calixte, Assigned: tnguyen)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-bfcbdb86-c503-4d1e-9c5f-912ce0170905.
=============================================================
There are 3 crashes in nightly 57 with buildid 20170905100117. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1345058.
[1] https://hg.mozilla.org/mozilla-central/rev?node=e29cf8ae2c4641886cf75eb7509edf59c511ceb1
Flags: needinfo?(tnguyen)
Updated•7 years ago
|
Priority: -- → P1
Comment 1•7 years ago
|
||
Thomas, this bug is critical and urgent.
Could you look into it ASAP?
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tnguyen
Flags: needinfo?(tnguyen)
Reporter | ||
Updated•7 years ago
|
Crash Signature: [@ mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::dom::PContentChild::SendPURLClassifierLocalConstructor] → [@ mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::dom::PContentChild::SendPURLClassifierLocalConstructor]
[@ mozalloc_abort | NS_DebugBreak | mozilla::ipc::FatalError | mozilla::ipc::IProtocol::HandleFatalError | mozilla::ipc::IProt…
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
It looks like the problem happens in shutdown. I see we check ContentChild::IsShuttingDown before doing a send in many places, it's appropriate to do something the same here.
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 4•7 years ago
|
||
Another one of these IPC crashes during shutdown...
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8905407 [details]
Bug 1397231 - Skip new URLClassifierLocalChild when ContentChild is shutting down
https://reviewboard.mozilla.org/r/177212/#review182376
Attachment #8905407 -
Flags: review?(ehsan) → review+
Pushed by tnguyen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f41d54eddd16
Skip new URLClassifierLocalChild when ContentChild is shutting down r=Ehsan
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•