Closed
Bug 1623917
Opened 5 years ago
Closed 5 years ago
Talos still not producing minidumps for shutdown hangs because it throws an error before dumping
Categories
(Testing :: Talos, defect, P1)
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Originally the code was:
- log something
- minidump
- raise error
and then the review nit was that the error should have the same message as the log message. So I deleted the error raising and modified the logging to raise the error. Which was great, except now the minidumping never happens...
Updated•5 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/73ef85b13272
actually call kill_and_get_minidump if talos shutdown times out, r=whimboo,perftest-reviewers,sparky
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•