Closed
Bug 603569
Opened 15 years ago
Closed 15 years ago
500 Internal Server Error trying to access Fennec top crashers by top sites
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.7.5
People
(Reporter: stephend, Assigned: ryansnyder)
References
()
Details
Could be a data thing, but http://crash-stats.stage.mozilla.com/topcrasher/bytopsite/Fennec/ is returning:
02:22:43.852: Network: GET http://crash-stats.stage.mozilla.com/topcrasher/bytopsite/Fennec/ [HTTP/1.1 500 Internal Server Error 97ms]
Comment 1•15 years ago
|
||
stephend: no 500 for me, although the report doesn't show any data. (There are only 5 Fennec crashes in the system though, so probably related.)
Comment 2•15 years ago
|
||
By the way, the correct URL is
http://crash-stats.stage.mozilla.com/topcrasher/bytopsite/Fennec/1.1
How did you get to the above URL? The basic problem is that that one is broken.
Severity: critical → major
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> By the way, the correct URL is
> http://crash-stats.stage.mozilla.com/topcrasher/bytopsite/Fennec/1.1
>
> How did you get to the above URL? The basic problem is that that one is
> broken.
That's a good question; I don't know, sadly. I'll see if there's a link to that somewhere from the UI.
| Reporter | ||
Comment 4•15 years ago
|
||
Found it:
1. Load http://crash-stats.stage.mozilla.com/products/Fennec
2. From the "Report" pulldown, choose any of "Top Crashers by Domain," "...by URL," "...by Topsite".
| Assignee | ||
Comment 5•15 years ago
|
||
This is being caused because a version has not been selected for Fennec. When the user has not selected a version before visiting the top crashers page for a product, Socorro UI attempts to fetch the most recent major version, and will redirect the user to the top crashers for the most recent major version. In the case of Fennec, there is no major version, only a milestone version, which is what is causing the orange page of fail. I'll patch this up.
| Assignee | ||
Comment 6•15 years ago
|
||
Committing fix.
==
Sending webapp-php/application/controllers/topcrasher.php
Transmitting file data .
Committed revision 2602. (1.7)
Committed revision 2603. (trunk)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•15 years ago
|
||
Verified FIXED: with the "current versions" dropdown for Fennec preselected while choosing , the following URLs work:
http://crash-stats.stage.mozilla.com/topcrasher/bytopsite/Fennec/2.0a1
http://crash-stats.stage.mozilla.com/topcrasher/bydomain/Fennec/2.0a1
http://crash-stats.stage.mozilla.com/topcrasher/byurl/Fennec/2.0a1
http://crash-stats.stage.mozilla.com/topcrasher/byversion/Fennec/2.0a1
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ryan
Updated•14 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
•