Closed
Bug 1649531
Opened 5 years ago
Closed 5 years ago
handle modules that have no debug filename or debug id
Categories
(Tecken :: Symbolication, defect, P2)
Tecken
Symbolication
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
Symbolication view uses validate_memory_map
which requires that the memory map contain a list of [debug filename, debug id]
lists where both the debug filename and debug id are non-empty strings.
That's nice, but unhelpful given the world this lives in where stack information is kind of all over the place and it'd be a lot easier on everyone if Tecken just ignored modules where one or both parts are missing.
This covers fixing Tecken to ignore the following:
[debug filename, ""]
["", debug id]
["", ""]
Assignee | ||
Comment 1•5 years ago
|
||
This is tripping up getting signatures for crash pings, so I'm making it a P2 and grabbing it to work on soon.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
This was deployed yesterday. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•