Closed
Bug 757821
Opened 13 years ago
Closed 13 years ago
Missing line number information
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 632616
People
(Reporter: jrmuizel, Unassigned)
References
Details
The following crash report and others like it are missing line number information for the crashing stack frame:
https://crash-stats.mozilla.com/report/index/ca481c50-0230-4f4c-bb1a-7fd662120522
This obviously makes the debugging it harder.
Comment 1•13 years ago
|
||
For some reason, the source file for this stack frame couldn't be found. Sounds like this is a stackwalking issue of some kind.
Comment 2•13 years ago
|
||
Interestingly the raw dump shows that we have some info, but the filename got munged out:
hg:hg.mozilla.org/mozilla-central::1158503601be
Updated•13 years ago
|
Component: Backend → Breakpad Integration
Product: Socorro → Toolkit
QA Contact: backend → breakpad.integration
Comment 3•13 years ago
|
||
So the specific line in question here is referring to nsTArray.h. If I grab the raw debug symbols and dump them, the FILE line looks like:
FILE 1040 ../dist/include/nsTArray.h
There's clearly some bug there on us mangling that into an empty filename. This might already be filed.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•