Closed
Bug 563744
Opened 15 years ago
Closed 15 years ago
Setup minidump-stackwalk-cgi somewhere
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: catlee)
References
Details
In bug 563678 I implemented a simple CGI script that accepts a minidump and a URL to a zip of symbols via HTTP POST, and returns as the HTTP body the output of minidump_stackwalk. We need to set this up somewhere so that build machines can offload minidump processing.
"somewhere" needs to be nearby to stage network-wise, so that downloading symbols is quick.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → catlee
Assignee | ||
Comment 1•15 years ago
|
||
Set up at https://build.mozilla.org/stackwalk/stackwalk.cgi
It expects two parameters formatted as a multipart/form-data POST:
minidump: the contents of the dump file
symbosl: the url to the symbols.zip file
e.g., with curl:
curl -F minidump=@/path/to/dump -F symbols=http://stage.mozilla.org/path/to/firefox-crashreporter-symbols.zip https://build.mozilla.org/stackwalk/stackwalk.cgi
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•