Closed
Bug 1891118
Opened 1 year ago
Closed 1 year ago
Another round of diagnostics for ArrayBuffer/TypedArray crashes
Categories
(Core :: DOM: Bindings (WebIDL), task)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(2 files)
I'd like to move the diagnostic assertions directly into the SpiderMonkey codebase, rather than peterv needing to reverse-engineer everything that might fail.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Type: defect → task
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b17aae879ee
Implement "brittle mode" for injecting diagnostic assertions into SpiderMonkey that are scoped to specific failure modes. r=jandem
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Assignee | ||
Comment 5•1 year ago
|
||
Oops, only one of the patches landed. The other is still waiting for review.
Status: RESOLVED → REOPENED
status-firefox127:
fixed → ---
Keywords: leave-open
Resolution: FIXED → ---
Target Milestone: 127 Branch → ---
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f90cb77b7d69
Move arraybuffer diagnostic assertions into spidermonkey r=peterv,jandem
Comment 7•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Assignee | ||
Comment 8•1 year ago
|
||
The diagnostics have landed, the leave-open is no longer needed.
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
Keywords: leave-open
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•