Closed
Bug 563678
Opened 15 years ago
Closed 15 years ago
simple CGI to accept minidumps and produce a stack
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
(Whiteboard: [bonus-points: 5])
bug 561754 is looking for a way to process minidumps from build machines on a different server, since downloading the symbols from MPT->MV is expensive, and build slaves mostly live in MV now. I propose that we have a simple CGI that accepts a minidump and URL to a symbols.zip, fetches the symbols, runs minidump_stackwalk, and produces the output of minidump_stackwalk as the HTTP body.
Assignee | ||
Comment 1•15 years ago
|
||
I wrote something simple:
http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk-cgi
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [bonus-points: 5]
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
•