Closed
Bug 1241998
Opened 9 years ago
Closed 9 years ago
Socorro links to code files are broken if the directory contains uppercase letters
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
DUPLICATE
of bug 1156300
People
(Reporter: khuey, Unassigned)
Details
e.g.
https://crash-stats.mozilla.com/report/index/8964fc7d-2f1c-472c-8b38-7b7372160118
The first frame links to http://hg.mozilla.org/releases/mozilla-release/annotate/146f494b6a79/dom/indexeddb/ActorsParent.cpp#l9685 which doesn't work. It should link to http://hg.mozilla.org/releases/mozilla-release/annotate/146f494b6a79/dom/indexedDB/ActorsParent.cpp#l9685 (note the capital DB).
Comment 1•9 years ago
|
||
How odd. It managed to keep the upper case characters on the base name.
The processed crash [0] https://crash-stats.mozilla.com/api/ProcessedCrash/?crash_id=8964fc7d-2f1c-472c-8b38-7b7372160118&datatype=processed gets it wrong too. The webapp only makes the link work by specifying the hostname for mercurial.
Perhaps ted knows.
[0]
Comment 2•9 years ago
|
||
Ted,
Any idea why the processed crash might have a hg file path that is lowercased?
Flags: needinfo?(ted)
Comment 3•9 years ago
|
||
This is a known issue unfortunately.
Status: NEW → RESOLVED
Closed: 9 years ago
Component: Webapp → Breakpad Integration
Flags: needinfo?(ted)
Product: Socorro → Toolkit
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•