Closed
Bug 1935321
Opened 2 months ago
Closed 1 month ago
Crash in [@ IPCError-browser | PClipboardReadRequest::Msg_GetDataSync Route error: message sent to unknown actor ID]
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
DUPLICATE
of bug 1936917
Tracking | Status | |
---|---|---|
firefox135 | --- | affected |
People
(Reporter: Sylvestre, Assigned: edgar)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/8c0ace9a-064f-404e-bf7a-a81a00241205
Reason:
DUMP_REQUESTED
Top 10 frames:
0 libc.so.6 __futex_abstimed_wait_common64 nptl/nptl/futex-internal.c:57
0 libc.so.6 __futex_abstimed_wait_common nptl/nptl/futex-internal.c:87
1 libc.so.6 __pthread_cond_wait_common nptl/nptl/pthread_cond_wait.c:503
1 libc.so.6 __GI___pthread_cond_wait nptl/nptl/pthread_cond_wait.c:618
2 firefox-bin mozilla::detail::ConditionVariableImpl::wait(mozilla::detail::MutexImpl&) mozglue/misc/ConditionVariable_posix.cpp:106
2 firefox-bin mozilla::detail::ConditionVariableImpl::wait_for(mozilla::detail::MutexImpl&,... mozglue/misc/ConditionVariable_posix.cpp:113
3 libxul.so mozilla::OffTheBooksCondVar::Wait(mozilla::BaseTimeDuration<mozilla::TimeDura... xpcom/threads/CondVar.h:65
3 libxul.so mozilla::Monitor::Wait(mozilla::BaseTimeDuration<mozilla::TimeDurationValueCa... xpcom/threads/Monitor.h:39
3 libxul.so mozilla::ipc::MessageChannel::WaitForSyncNotify() ipc/glue/MessageChannel.cpp:1775
3 libxul.so mozilla::ipc::MessageChannel::Send(mozilla::UniquePtr<IPC::Message, mozilla::... ipc/glue/MessageChannel.cpp:1275
Reporter | ||
Comment 1•2 months ago
|
||
That happened when I tried to duplicate a Google slide.
Of course, not reproducible now
Comment 2•2 months ago
|
||
I think gstoll has been investigating some kind of issue with sync clipboard IPC and the actor going away.
Component: IPC → DOM: Copy & Paste and Drag & Drop
Flags: needinfo?(gstoll)
Comment 3•2 months ago
|
||
This is likely the same as bug 1935127, but I'll let :edgar decide whether it's a duplicate.
Reporter | ||
Updated•2 months ago
|
status-firefox135:
--- → affected
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•1 month ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•