Closed
Bug 1920445
Opened 1 year ago
Closed 1 year ago
Try using the debug file name when scraping Microsoft symbols when it differs from the file name
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
Details
Attachments
(1 file)
As per title, sometimes we get crashes like this one which contain a missing Microsoft symbol which we cannot resolve. The file name for the affected module in this case is MSAudDecMFT.dll. Looking it up on Microsoft symbol servers using the code ID 5a2ab780e1000 yields nothing. However, the debug file name is MSAudDecMFTxHEAAC.pdb and looking up MSAudDecMFTxHEAAC.dll with the same code ID yields the file we're missing.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f97137176597
Improve scraping Microsoft system symbols when the file name and debug name differ r=afranchuk
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•