Closed
Bug 1262416
Opened 9 years ago
Closed 7 years ago
Intermittent browser_viewport_basics.js crash at MessageLoop::DeletePendingTasks on non-e10s debug
Categories
(DevTools :: Responsive Design Mode, defect, P3)
DevTools
Responsive Design Mode
Tracking
(e10s+, firefox48 affected)
RESOLVED
DUPLICATE
of bug 1355196
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [multiviewport] [reserve-rdm])
When switching <iframe mozbrowser> in bug 1240896, there are some intermittent crashes at MessageLoop::DeletePendingTasks in non-e10s debug runs.
These error seem pretty harmless from what I can tell, but they will need some investigation to make sure of this. I believe this is related to <iframe mozbrowser remote> starting up a child process and then killing it once the frame is removed on non-e10s runs. With e10s runs, the child process remains alive longer since it's used for other activities as well.
So, I think this is mostly an accidental thing we've run into due to the timing of how the process shuts down on non-e10s runs.
Reporter | ||
Comment 1•9 years ago
|
||
Log from this type of failure:
https://treeherder.mozilla.org/logviewer.html#?job_id=19036197&repo=try
Reporter | ||
Updated•9 years ago
|
Summary: Intermittent crash at MessageLoop::DeletePendingTasks on non-e10s debug → Intermittent browser_viewport_basics.js crash at MessageLoop::DeletePendingTasks on non-e10s debug
Updated•9 years ago
|
Flags: qe-verify?
Priority: -- → P3
Whiteboard: [multiviewport][triage] → [multiviewport] [reserve-rdm]
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Reporter | ||
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•