Closed
Bug 1497692
Opened 6 years ago
Closed 6 years ago
Run minidump-analyzer at a lower process priority
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: mconley, Assigned: gsvelto)
Details
Attachments
(1 file)
minidump-analyzer is run whenever we experience a crash - it's a separate process that attempts to gather stack traces from a crash dump.
My hypothesis is that, especially in the case of a content process crash, what a user is likely going to want to do is to get moving immediately back to the task that the crash interrupted.
I think we do them a slight disservice if the minidump-analyzer is stealing valuable CPU cycles right at the time when they're likely annoyed by a crash, and want their computer to go back to what it was doing before.
One thing we might try is to see if we can run the minidump-analyzer at a lower process priority. I suppose this has the added risk of the computer shutting down before the dump is properly analyzed (since we're effectively slowing down the process of getting the stacks).
Assignee | ||
Comment 2•6 years ago
|
||
It's a good idea and an easy one to implement too. It should be a (platform-dependent) one-liner in the minidump-analyzer tool to drop the priority as soon as it starts.
Flags: needinfo?(gsvelto)
Reporter | ||
Updated•6 years ago
|
Whiteboard: [qf]
Reporter | ||
Comment 3•6 years ago
|
||
Thanks!
Summary: Consider running minidump-analyzer at a lower process priority → Run minidump-analyzer at a lower process priority
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•6 years ago
|
||
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3d26ec88c8d
Lower the minidump-analyzer priority r=ted
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf]
You need to log in
before you can comment on or make changes to this bug.
Description
•