Closed
Bug 1919870
Opened 1 year ago
Closed 1 year ago
Crash in [@ mozilla::dom::BrowserChild::RecvStoreDropTargetAndDelayEndDragSession]
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1919537
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Continuation of bug 1918579?
Crash report: https://crash-stats.mozilla.org/report/index/fe62c793-a74a-40db-9c0a-3b1930240919
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames:
0 xul.dll mozilla::dom::BrowserChild::RecvStoreDropTargetAndDelayEndDragSession(mozilla... dom/ipc/BrowserChild.cpp:2062
1 xul.dll mozilla::dom::PBrowserChild::OnMessageReceived(IPC::Message const&) ipc/ipdl/PBrowserChild.cpp:8375
2 xul.dll mozilla::dom::PContentChild::OnMessageReceived(IPC::Message const&) ipc/ipdl/PContentChild.cpp:8308
3 xul.dll mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecyc... ipc/glue/MessageChannel.cpp:1785
3 xul.dll mozilla::ipc::MessageChannel::DispatchMessage(mozilla::ipc::ActorLifecyclePro... ipc/glue/MessageChannel.cpp:1712
3 xul.dll mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::ActorLifecycleProxy*, ... ipc/glue/MessageChannel.cpp:1503
4 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run() ipc/glue/MessageChannel.cpp:1603
4 xul.dll mozilla::RunnableTask::Run() xpcom/threads/TaskController.cpp:618
4 xul.dll mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::det... xpcom/threads/TaskController.cpp:945
5 xul.dll mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal(mozilla::detai... xpcom/threads/TaskController.cpp:768
Flags: needinfo?(gstoll)
Comment 1•1 year ago
|
||
Sigh, yeah, probably. Maybe we should just early return in this method.
Flags: needinfo?(gstoll)
See Also: → 1918579
See Also: → 1919537
Comment 2•1 year ago
|
||
We believe this was actually fixed by bug 1919537 since we haven't gotten any new reports in a while.
You need to log in
before you can comment on or make changes to this bug.
Description
•