Open
Bug 1503316
Opened 7 years ago
Updated 3 years ago
spidermonkey shell jobs are generating unwanted minidumps
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
Details
Bug 1410528 supposedly set things up so that we would only get minidumps from unexpected crashes, but it seems like something in that mechanism is incorrect -- when a spidermonkey shell job fails, it will have accumulated a few unwanted minidumps (as in, minidumps from tests that were expected to crash). This clutters up the output, and suggests problems that are not problems. See eg bug 1499681.
| Reporter | ||
Comment 1•7 years ago
|
||
Actually, I was wrong. Bug 1499681 is a desired stack dump -- we *want* stack dumps for timeouts, to help with diagnosing why it's taking so long.
I know I have seen cases where one crash was accompanied with several spurious stack dumps, though, so I believe this bug is still valid. In fact, it's happened within the last week, so I don't think this has been fixed yet.
Comment 2•7 years ago
|
||
Sounds like a resources saving bug, marking as P3 for now, feel free to promote to P2 / P1 if this is more urgent to fix.
Priority: -- → P3
| Reporter | ||
Comment 3•7 years ago
|
||
(In reply to Nicolas B. Pierron [:nbp] from comment #2)
> Sounds like a resources saving bug, marking as P3 for now, feel free to
> promote to P2 / P1 if this is more urgent to fix.
No, the resources are pretty much irrelevant. The problem is that when you get one real failure, it's confusing to find the correct stack because a bunch of extra stacks are emitted into the logs.
But I'm fine with P3.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•