Closed
Bug 1187852
Opened 10 years ago
Closed 9 years ago
stackwalker should expose symbol paths used for modules with loaded symbols
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
This would let us easily fix bug 1184101.
| Assignee | ||
Comment 1•9 years ago
|
||
The only quirk here is that we cache symbol files on disk, so if we pull a file from disk we can't know for sure what the actual URL we used was, but I guess we could cheat and just assume we would have fetched it from the first symbol URL. This is only likely to go wrong for non-public symbols (which are only Flash symbols).
| Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → ted
Comment 3•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/d6deb8f7571bfdeaa45ce6dcafbdeb6fde5cd958
bug 1187852 - make stackwalker expose symbol URLs for modules with loaded symbols
This will let us fix bug 1184101, which would be useful.
https://github.com/mozilla/socorro/commit/a312c8bf5c08c9c763744093c5cf5ac6bb3059fa
Merge pull request #3306 from luser/stackwalker-symbol-path
bug 1187852 - make stackwalker expose symbol URLs for modules with loaded symbols
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•