Closed
Bug 1139922
Opened 10 years ago
Closed 10 years ago
Reftest not properly symbolicating assertion stacks
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
Details
bug 1139604 had a log with a crashtest assertion whose stack frames didn't have symbols. reftest should be using fix_stack_using_bpsyms to symbolicate them:
https://dxr.mozilla.org/mozilla-central/source/layout/tools/reftest/runreftest.py#452
I don't know why this didn't work here. When I downloaded the symbols for that build and piped the log through my local copy of fix_stack_using_bpsyms it produced sensible output, so maybe something is mucked up inside the harness?
![]() |
||
Comment 1•10 years ago
|
||
Fwiw, I've run into this on try a bunch of times in the last few weeks, and it's made debugging try failures a real PITA...
Severity: normal → major
Seems like the problem is that mozinfo.info.get('debug') isn't actually true in debug builds.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ted
Assignee | ||
Comment 3•10 years ago
|
||
This is a regression from bug 915865:
https://hg.mozilla.org/mozilla-central/rev/199775c34d69#l4.86
Blocks: 915865
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•