Closed
Bug 596510
Opened 15 years ago
Closed 15 years ago
raw dumps access is a webapp-php 500
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ozten, Assigned: laura)
References
Details
raw dumps are 500
Repro steps:
1) Log into admin
2) https://crash-stats.stage.mozilla.com/report/index/a01ae862-bc86-41b0-a701-20b242100914
3) Click raw
4) Note: url https://crash-stats.stage.mozilla.com/report/a01ae862-bc86-41b0-a701-20b242100914/raw_crash
Expected: the binary
Actual: "Unable to complete request"
Possible Cause: could be the other related config values in applicaiton.php same fix as application.php: $config['crash_api_uri_priority_processed'] issue
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → laura
Severity: normal → blocker
Assignee | ||
Comment 1•15 years ago
|
||
If you need a raw dump, the old style urls still work, e.g.,
https://crash-stats.mozilla.com/rawdumps/8505bc78-f128-44b1-b170-baa612100913.dump
You'll need to be logged in first.
Comment 2•15 years ago
|
||
Updating the rawdump url:
Sending webapp-php/application/libraries/crash.php
Transmitting file data .
Committed revision 2508.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
The "Raw dump" link from comment 0's URL now points to https://crash-stats.stage.mozilla.com/rawdumps/a01ae862-bc86-41b0-a701-20b242100914.dump, for me, which returns 200 OK and downloads just fine (didn't check inside the file itself, though, for integrity, etc.).
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
OS: Linux → All
Hardware: x86 → All
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•