Closed
Bug 749133
Opened 13 years ago
Closed 11 years ago
E10S content-process crashes shouldn't trigger startup crash detection
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: smaug, Unassigned)
References
Details
The safe mode dialog kicks in too easily. For example when doing some
e10s related things, killing browser once makes the dialog to popup next time.
Perhaps value 4 would be more reasonable.
Comment 1•13 years ago
|
||
What exactly does "doing some e10s related things" mean?
Comment 2•13 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #0)
> The safe mode dialog kicks in too easily. For example when doing some
> e10s related things, killing browser once makes the dialog to popup next
> time.
Why don't we just fix this case so that it follows the number in the pref? Increasing the number doesn't actually fix the problem.
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #1)
> What exactly does "doing some e10s related things" mean?
Run E10s enabled Firefox (so that tabs are running in a separate process).
Or use the test.xul: firefox -chrome chrome://global/content/test-ipc.xul
Comment 4•13 years ago
|
||
So it's content-process crashes that are causing this? We should just disable incrementing the crash-counter thing there.
Reporter | ||
Comment 5•13 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #4)
> So it's content-process crashes that are causing this?
I don't know. I don't know how we detect crashes.
Comment 6•13 years ago
|
||
Comment 7•12 years ago
|
||
Adjusting summary to match goal; I don't think we actually want to change the pref, just make content-process crashes not count towards startup crashed.
Summary: Increase toolkit.startup.max_resumed_crashes value → E10S content-process crashes shouldn't trigger startup crash detection
Updated•11 years ago
|
tracking-e10s:
--- → +
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•