Open Bug 1503316 Opened 7 years ago Updated 3 years ago

spidermonkey shell jobs are generating unwanted minidumps

Categories

(Core :: JavaScript Engine, enhancement, P3)

enhancement

Tracking

()

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.
No longer blocks: 1499681
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.
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
(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.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.