Closed
Bug 1650489
Opened 6 years ago
Closed 6 years ago
Unexpected "Assertion failure: !contentParent->IsDead()"
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | wontfix |
People
(Reporter: tsmith, Unassigned)
Details
Attachments
(3 files)
Using about:crashcontent trigger two crashes/assertions:
- Hit MOZ_CRASH(Crash via about:crashcontent) at /builds/worker/checkouts/gecko/docshell/base/nsAboutRedirector.cpp:40
- Assertion failure: !contentParent->IsDead(), at /builds/worker/checkouts/gecko/dom/ipc/ContentParent.cpp:1102
The first assertion is expected the second is not.
STR:
- Launch a debug build and open
about:crashcontent
| Reporter | ||
Comment 1•6 years ago
|
||
| Reporter | ||
Comment 2•6 years ago
|
||
| Reporter | ||
Comment 3•6 years ago
|
||
I did a local build using m-c 20200703-c050478f22e6 (to grab a rr trace) and I could not reproduce the issue. Since the build I originally saw this on was from June 23 I'll close this. If I am able to repro with a newer build I will reopen.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•