Closed
Bug 903205
Opened 11 years ago
Closed 6 years ago
crash stack trace addresses in libxul.so are not resolving to symbols in mochitest logs
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: karlt, Unassigned)
References
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=26321197&tree=Try&full=1#error0
Addresses in the firefox object are resolving to symbols (thread 0), but libxul.so addresses are not.
Downloading the dist build, built with STRIP_FLAGS=--strip-debug, enables addr2line to pull out function names from libxul.so, showing that at least some of the symbols were good in the build.
This log is for linux32 opt. (Haven't looked for crashes in other archs.)
Reporter | ||
Comment 1•11 years ago
|
||
libmozalloc.so address resolve fine in that log.
Comment 2•11 years ago
|
||
try disabling elfhack?
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Comment 3•11 years ago
|
||
How does this differ from bug 939610 ? Should we just dupe over there because it has more info & deps ?
Reporter | ||
Comment 4•11 years ago
|
||
This one is about a crash stacks, so not a duplicate of the assertion stack bug, and not a mochitest harness bug, I assume.
Summary: stack trace addresses in libxul.so are not resolving to symbols in mochitest logs → crash stack trace addresses in libxul.so are not resolving to symbols in mochitest logs
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
Reporter | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Let's leave this bug alone. What you're looking for is bug 1510574
Status: REOPENED → RESOLVED
Closed: 8 years ago → 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•