Closed
Bug 1649443
Opened 5 years ago
Closed 5 years ago
When populating a crash ping only store the list of modules that are referenced from the stack(s)
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
mozilla80
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(1 file)
When assembling a crash ping we add the full list of modules as it appears in the minidump. This is quite wasteful as most modules won't be referenced by the stack trace. We should trim the list down only to the modules that are referenced in the trace.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d9c431779c6b
When assembling a crash ping only store the modules that are referenced by the stack trace r=KrisWright
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•