Closed
Bug 1702043
Opened 4 years ago
Closed 4 years ago
minidump-analyzer doesn't dump out unloaded modules
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: willkg, Assigned: gsvelto)
References
Details
Attachments
(1 file)
I was looking at this crash report:
https://crash-stats.mozilla.org/report/index/c262d1f6-a56e-44a3-91a0-01bc80210330
There's a frame that references a module that's not in the modules list.
Gabriele said it means that the module was unloaded. minidump-stackwalk doesn't dump out unloaded modules ATM but he's got a patch to fix that.
| Assignee | ||
Comment 1•4 years ago
•
|
||
This will cover updating the breakpad code in m-c which is used both by minidump-analyzer and the minidump_stackwalk version we ship during bootstrap and on automation-
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 years ago
|
||
This modifies both Breakpad's minidump_stackwalk and minidump_dump
tools as well as the minidump-analyzer so that they will always print
out the list of unloaded modules when processing minidumps where it is
populated.
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/06dd7f613ef1
Print out the list of unloaded modules when processing a minidump r=Gankra
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•