Closed
Bug 1519845
Opened 6 years ago
Closed 6 years ago
Make breakpad print a human-readable architecture entry for Windows/AArch64 minidumps
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: gsvelto)
References
()
Details
Currently breakpad prints out "0x000C" as the architecture for Windows/AArch64 minidumps. This affects both local tooling and Socorro. The solution is a one-line fix in breakpad so that it prints out "arm64" as it also does for non-Microsoft ARM64 minidumps.
Assignee | ||
Comment 1•6 years ago
|
||
Filed a bug with upstream breakpad.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Do you have a patch up for review upstream for this?
Flags: needinfo?(gsvelto)
Assignee | ||
Comment 3•6 years ago
|
||
Flags: needinfo?(gsvelto)
Assignee | ||
Comment 4•6 years ago
|
||
The patch was landed upstream and imported into Socorro and we're now getting proper crash reports for the "arm64" architecture, see this one for example:
https://crash-stats.mozilla.com/report/index/f4242326-88e7-4f7d-981a-518c30190131
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•