Weird signature [@ <T>]
Categories
(Socorro :: Signature, defect, P2)
Tracking
(Not tracked)
People
(Reporter: mccr8, Assigned: hafzal)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [cringe])
Attachments
(1 file)
I came across this weird signature [@ <T>].
Is it turning <unknown in nvwgf2umx.dll> into <T>?
https://crash-stats.mozilla.org/report/index/3d152239-fcf7-4aed-9ade-143600260609
| Reporter | ||
Comment 1•1 month ago
|
||
Huh, interesting. I searched for unknown on crash stats, which turned up this signature [@ <unknown in ntdll.pdb> ]. I clicked on the crash report and was wondering why it wasn't <T> and lo and behold the crash report has this note: "Signature generation has changed since this was processed. New signature would be: [@ <T> ]". So the <T> thing is a regression.
https://crash-stats.mozilla.org/report/index/ff7c1841-d815-4e24-90c6-d8d4a0260608
The most recent crash time I see is from June 8, so I guess this is a recent regression?
bp-8ba4e72d-3526-4db0-af2b-d162b0260608
Comment 2•1 month ago
•
|
||
Thank you for this report! We can confirm that this bug is a regression from the signature generation change made in Bug 2031036. Haseeb will pick this up.
We should add test coverage for this case to get back to the old signature before the regressing bug landed.
Updated•1 month ago
|
Updated•1 month ago
|
| Assignee | ||
Comment 3•1 month ago
|
||
| Assignee | ||
Comment 4•1 month ago
|
||
| Assignee | ||
Comment 5•1 month ago
|
||
I have verified that this fix works as intended in stage.
Comment 6•1 month ago
|
||
This was deployed to prod in https://github.com/mozilla-services/socorro/releases/tag/v2026.06.11-1.
I reprocessed https://crash-stats.mozilla.org/report/index/3d152239-fcf7-4aed-9ade-143600260609, and the signature looks better now.
We should reprocess all crash reports with the broken signature, and probably a few more for all the recent siggen updates.
| Assignee | ||
Updated•1 month ago
|
Description
•