Open
Bug 1881936
Opened 1 year ago
Updated 1 year ago
Crash in [@ mozilla::dom::WebIDLGlobalNameHash::ResolveForSystemGlobal]
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Tracking
()
ASSIGNED
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | affected |
People
(Reporter: release-mgmt-account-bot, Assigned: peterv)
References
(Blocks 1 open bug)
Details
(Keywords: crash, leave-open)
Crash Data
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
1.26 MB,
patch
|
Details | Diff | Splinter Review |
Crash report: https://crash-stats.mozilla.org/report/index/8a9e7ea2-b01e-488d-bee7-380fd0240222
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::WebIDLGlobalNameHash::ResolveForSystemGlobal dom/bindings/WebIDLGlobalNameHash.cpp:233
0 xul.dll BackstagePass::Resolve js/xpconnect/src/XPCRuntimeService.cpp:71
1 xul.dll XPC_WN_Helper_Resolve js/xpconnect/src/XPCWrappedNativeJSOps.cpp:836
2 xul.dll js::CallResolveOp js/src/vm/NativeObject-inl.h:681
2 xul.dll js::NativeLookupOwnPropertyInline js/src/vm/NativeObject-inl.h:793
2 xul.dll js::NativeLookupPropertyInline js/src/vm/NativeObject-inl.h:824
2 xul.dll js::LookupProperty js/src/vm/JSObject.cpp:1566
3 xul.dll js::LookupName js/src/vm/JSObject.cpp:1578
4 xul.dll js::GetEnvironmentName js/src/vm/Interpreter-inl.h:191
4 xul.dll GetNameOperation js/src/vm/Interpreter.cpp:256
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2023-12-20
- Process type: Content
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - all crashes happened on null or near null memory address
Updated•1 year ago
|
Component: General → DOM: Bindings (WebIDL)
Comment 1•1 year ago
|
||
Peter, is this something that you know the cause for?
Flags: needinfo?(peterv)
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•1 year ago
|
||
Flags: needinfo?(peterv)
| Assignee | ||
Comment 4•1 year ago
•
|
||
We have no way to reproduce this. Attachment 9390515 [details] is a guess at a fix, but I have no idea if that will fix it.
Keywords: leave-open
Updated•1 year ago
|
Severity: -- → S3
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5547325bcf00
Crash in [@ mozilla::dom::WebIDLGlobalNameHash::ResolveForSystemGlobal]. r=farre
Comment 6•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•1 year ago
|
||
Well, that didn't fix it.
| Reporter | ||
Comment 8•1 year ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:peterv, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Flags: needinfo?(peterv)
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(peterv)
You need to log in
before you can comment on or make changes to this bug.
Description
•