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)

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]
  • ["", ""]

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

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.

Attachment

General

Created:
Updated:
Size: