Closed
Bug 1779572
Opened 2 years ago
Closed 2 years ago
Crash in [@ mozilla::dom::AssertParentProcessWithCallerLocation]
Categories
(DevTools :: General, defect, P1)
Tracking
(firefox-esr91 unaffected, firefox-esr102 unaffected, firefox103 fixed, firefox104 fixed)
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox103 | --- | fixed |
firefox104 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 obsolete file)
Crash report: https://crash-stats.mozilla.org/report/index/b2360071-7901-4fb8-844a-4859f0220714
MOZ_CRASH Reason: IOUtils can only be used in the parent process. Called from resource://devtools/shared/DevToolsUtils.js:673:33.
Top 10 frames of crashing thread:
0 XUL mozilla::dom::AssertParentProcessWithCallerLocation dom/system/IOUtils.cpp:303
1 XUL mozilla::dom::IOUtils::Read dom/system/IOUtils.cpp:363
2 XUL mozilla::dom::IOUtils_Binding::read dom/bindings/IOUtilsBinding.cpp:1276
3 XUL mozilla::dom::StaticMethodPromiseWrapper dom/bindings/BindingUtils.cpp:3324
4 XUL js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:508
5 XUL Interpret js/src/vm/Interpreter.cpp:3325
6 XUL js::Call js/src/vm/Interpreter.cpp:606
7 XUL JS_CallFunctionValue js/src/vm/CallAndConstruct.cpp:53
8 XUL nsXPCWrappedJS::CallMethod js/xpconnect/src/XPCWrappedJSClass.cpp:981
9 XUL PrepareAndDispatch xpcom/reflect/xptcall/md/unix/xptcstubs_aarch64.cpp:190
Assignee | ||
Updated•2 years ago
|
Product: Firefox → DevTools
Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Comment on attachment 9285483 [details]
Bug 1779572 - Use OS.File to read empty files in DevTools content process r?gijs
Revision D151827 was moved to bug 1779574. Setting attachment 9285483 [details] to obsolete.
Attachment #9285483 -
Attachment is obsolete: true
Assignee | ||
Comment 3•2 years ago
|
||
This was fixed by bug 1779574.
Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
status-firefox103:
--- → fixed
status-firefox104:
--- → fixed
status-firefox-esr102:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Target Milestone: --- → 104 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•