Closed
Bug 1868654
Opened 2 years ago
Closed 2 years ago
Add debugging code to detect why TypedArrayObject::ensureHasBuffer fails for diagnosing crash bug 1856672
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e2f1b350ee9
Add debugging code to detect why TypedArrayObject::ensureHasBuffer fails for diagnosing crash bug 1856672. r=sfink
Comment 3•2 years ago
•
|
||
Backed out for causing hazard build bustages on TypedArray.h.
[task 2023-12-07T10:34:50.418Z] + set +x
[task 2023-12-07T10:34:50.418Z] TinderboxPrint: rooting hazards<br/>17
[task 2023-12-07T10:34:50.418Z] TinderboxPrint: (unsafe references to unrooted GC pointers)<br/>334
[task 2023-12-07T10:34:50.418Z] TinderboxPrint: (unnecessary roots)<br/>3833
[task 2023-12-07T10:34:50.418Z] TinderboxPrint: missing expected hazards<br/>0
[task 2023-12-07T10:34:50.418Z] TinderboxPrint: heap write hazards<br/>0
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | unrooted 'buffer' of type 'JSObject*' live across GC call at dist/include/mozilla/dom/TypedArray.h:692
[task 2023-12-07T10:34:50.420Z] TEST-UNEXPECTED-FAIL | hazards | 17 rooting hazards detected
[task 2023-12-07T10:34:50.420Z] TinderboxPrint: documentation<br/><a href='https://firefox-source-docs.mozilla.org/js/HazardAnalysis/#diagnosing-a-rooting-hazards-failure'>static rooting hazard analysis failures</a>, visit "Inspect Task" link for hazard details
[task 2023-12-07T10:34:50.421Z] + grab_artifacts
Flags: needinfo?(peterv)
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/995a939d8867
Add debugging code to detect why TypedArrayObject::ensureHasBuffer fails for diagnosing crash bug 1856672. r=sfink
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(peterv)
You need to log in
before you can comment on or make changes to this bug.
Description
•