Crash in [@ mozilla::dom::AutoJSAPI::Init | nsQueryJSActor::operator() ]
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
People
(Reporter: fzczx123, Unassigned)
References
Details
(Whiteboard: [QA-not-actionable])
Crash Data
Maybe Fission related. (DOMFissionEnabled=1)
Crash report: https://crash-stats.mozilla.org/report/index/bf4c1390-61f2-44de-830e-a73910220112
Reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Top 10 frames of crashing thread:
0 XUL mozilla::dom::AutoJSAPI::Init dom/script/ScriptSettings.cpp:437
1 XUL nsQueryJSActor::operator const dom/ipc/jsactor/nsQueryActor.h:37
2 XUL nsCOMPtr_base::assign_from_helper xpcom/base/nsCOMPtr.cpp:109
3 XUL nsWindowRoot::GetControllerForCommand dom/base/nsWindowRoot.cpp:226
4 XUL mozilla::EventStateManager::DoContentCommandEvent dom/events/EventStateManager.cpp:5977
5 XUL mozilla::EventStateManager::PreHandleEvent dom/events/EventStateManager.cpp:920
6 XUL mozilla::PresShell::EventHandler::DispatchEvent layout/base/PresShell.cpp:8247
7 XUL mozilla::PresShell::EventHandler::HandleEventWithCurrentEventInfo layout/base/PresShell.cpp:8216
8 XUL mozilla::PresShell::EventHandler::HandleEventWithFrameForPresShell layout/base/PresShell.cpp:8049
9 XUL mozilla::PresShell::HandleEvent layout/base/PresShell.cpp:6880
Updated•3 years ago
|
This bug can be triggered a lot more frequently if I navigate back and forth a lot via right clicking the "go back" or "go forward" button.
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:jwatt, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•3 years ago
|
||
This is also a Fission event handling issue. Moving into DOM:Events. CCing Edgar.
Comment 4•3 years ago
|
||
Not sure about component, but not DOM: Events. Something going wrong in controller actor handling.
Updated•3 years ago
|
Comment 5•3 years ago
|
||
The bug has a crash signature, thus the bug will be considered confirmed.
Comment hidden (obsolete) |
Comment 7•3 years ago
|
||
Also this signature is really generic and should be added to the prefix list.
Comment hidden (obsolete) |
Updated•3 years ago
|
Updated•3 years ago
|
Comment 9•3 years ago
|
||
On macOS, we use:
eContentCommandPasteTransferable
for "Services" menu,vaildRequesterForSendType
andreadSelectionFromPasteboard
eContentCommandDelete
for inserting empty composition when there is non-collapsed selectioneContentCommandLookUpDictionary
for supporting dictionary search from 3-finter-tap
The others are not used in macOS except synthesizing it with nsIDOMWindowUtils
.
Comment 10•3 years ago
|
||
On Windows, we use eContentCommandCopy
, eContentCommandCut
, eContentCommandPaste
, eContentCommandUndo
, eContentCommandRedo
when they are called via native message of Win32 API or user uses multimedia keyboard or mouse which has corresponding key/button.
Comment 11•3 years ago
|
||
On Android, only eContentCommandDelete
is used for deleting text when it does not start composition, but wants to delete selected text.
Comment 12•3 years ago
|
||
Olli, did you change severity from S3 to N/A accidentally?
Comment 14•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Description
•