Closed
Bug 1422639
Opened 7 years ago
Closed 7 years ago
[skiplist] please add nsStringBuffer::FromDataCanaryCheckFailed to the crash skiplist
Categories
(Socorro :: General, task, P1)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: willkg)
Details
Attachments
(1 file)
We are now getting crashes with this very generic first frame, e.g.:
https://crash-stats.mozilla.com/report/index/f9a31f4f-7ddd-4d10-ab06-064080171203#tab-details
The crash signature is this:
> [@ nsStringBuffer::FromDataCanaryCheckFailed]
An extra stack frame here would be very useful, to distinguish different cases.
Will, would be you able to do this? Thank you.
Flags: needinfo?(willkg)
Assignee | ||
Comment 1•7 years ago
|
||
I can do this tomorrow. Grabbing it and making it a P1.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Flags: needinfo?(willkg)
Priority: -- → P1
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/21cf3cfe55622670b2dd0463eff8d77ca4e04ebf
fixes bug 1422639 - prefix nsStringBuffer::FromDataCanaryCheckFailed
This adds that frame to the prefix list allowing signature generation
to proceed to the next frame.
https://github.com/mozilla-services/socorro/commit/b02bc6f389d68e78348f4bf0dc142316e2937063
Merge pull request #4239 from willkg/1422639-nsstringbuffer
fixes bug 1422639 - prefix nsStringBuffer::FromDataCanaryCheckFailed
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•