Open
Bug 1705093
Opened 5 years ago
Updated 4 years ago
Stop dumping oodles of stuff into stderr/stdout for local build crashes
Categories
(Testing :: General, defect, P3)
Tracking
(firefox89 affected)
NEW
Tracking | Status | |
---|---|---|
firefox89 | --- | affected |
People
(Reporter: Gijs, Unassigned)
Details
When my local builds on Windows crash in the parent process they dump stacks for every thread, plus all the loaded modules, and basically use up most of the backscroll of my terminal app, making it impossible to find what happened right before the crash. This is not nice.
I imagine the info may be useful on try/infra? But especially locally for artifact builds, the stacks aren't even useful, I get stuff like:
9 xul.dll + 0x9c6df5
rsp = 0x0000002847dff910 rip = 0x00007ff8c4cb6df5
Found by: stack scanning
which tells me nothing.
Comment 1•5 years ago
|
||
Huh, that's not the kind of crash dump I was thinking you were seeing. That is a dump of crash minidumps, and that's handled by the test harness, IIRC.
Component: mozglue → General
Product: Core → Testing
Version: Trunk → unspecified
Severity: -- → S2
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•