Closed
Bug 1280806
Opened 9 years ago
Closed 8 years ago
crash linking to wrong repo
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
Details
I happened to be looking at this startup crash:
https://crash-stats.mozilla.com/report/index/60e8d6cf-c4bc-4a2c-8777-355d42160618
And noticed that it's linking to mozilla-inbound:
https://hg.mozilla.org/integration/mozilla-inbound/annotate/541035fe27cb/caps/nsScriptSecurityManager.cpp#l1439
However that's not the right repo for this crash build, it should be mozilla-aurora:
https://hg.mozilla.org/releases/mozilla-aurora/annotate/541035fe27cb/caps/nsScriptSecurityManager.cpp#l1439
Comment 1•8 years ago
|
||
Interesting. This crash has aged out. VCS_MAPPINGS in settings uses the following template:
https://hg.mozilla.org/%(repo)s/annotate/%(revision)s/%(file)s#l%(line)s
I'd need to the see that crash to be able to investigate further.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Comment 2•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•