Closed
Bug 393415
Opened 17 years ago
Closed 17 years ago
automatically produce stacktraces on crash
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 387555
People
(Reporter: rcampbell, Unassigned)
References
Details
Occasionally, the unittest machines crash. It would be nice to have stacktraces produced and emitted when this happens. This would require obtaining (and updating) stack processor on the machine, building symbols then running the processor on the minidump.
envvars: MOZ_AIRBAG=1, and MOZ_CRASHREPORTER_NO_REPORT=1
svn checkout http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad
make -C objdir buildsymbols
minidump_stackwalk $profile/minidumps/$dumpfile $objdir/dist/crashreporter-symbols/$buildid
Note, at last check, the breakpad code required cygwin on windows and libcurl on linux.
Comment 1•17 years ago
|
||
Is this different from bug 387555?
Reporter | ||
Comment 2•17 years ago
|
||
Doesn't look like it. This bug was part of the discussion I had with Ted about environment variables used by the crashreporter initially and documented how to run the processor. I think we can close this and (we ran the processor a couple of times ad hoc) and leave the other to track the need for automatic crash reporting.
Blocks: 387555
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Comment 4•16 years ago
|
||
Mass move of Core:Testing bugs to mozilla.org:ReleaseEngineering. Filter on RelEngMassMove to ignore.
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: unspecified → other
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•