Closed
Bug 1465071
Opened 7 years ago
Closed 7 years ago
Crash in IPCError-browser | ShutDownKill
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1219672
People
(Reporter: worcester12345, Unassigned)
References
Details
Crash Data
This bug was filed from the Socorro interface and is
report bp-0f775011-799e-4b6e-b93f-f2b640180529.
=============================================================
Top 10 frames of crashing thread:
0 ntdll.dll ZwWaitForKeyedEvent
1 ntdll.dll RtlSleepConditionVariableSRW
2 kernel32.dll SleepConditionVariableSRW
3 mozglue.dll mozilla::detail::ConditionVariableImpl::wait mozglue/misc/ConditionVariable_windows.cpp:58
4 xul.dll mozilla::CondVar::Wait xpcom/threads/CondVar.h:66
5 xul.dll mozilla::ThreadEventQueue<mozilla::PrioritizedEventQueue<mozilla::LabeledEventQueue> >::GetEvent xpcom/threads/ThreadEventQueue.cpp:155
6 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:994
7 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:519
8 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:125
9 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run ipc/glue/MessagePump.cpp:301
=============================================================
Updated•7 years ago
|
Product: Firefox → Core
Gabriele - what component do you think this bug should go into?
Flags: needinfo?(gsvelto)
Comment 2•7 years ago
|
||
I had a look at a few reports and these are all the same: they're content processes being killed by the parent process because they're taking too long to shut down, see the code here [1]. There can be many reasons for that: the content process gets stuck somewhere, or the machine is simply too slow (maybe it's swapping?). Or maybe the timer we use is too short. Anyway it's hard to put these in a specific component.
[1] https://searchfox.org/mozilla-central/rev/b0275bc977ad7fda615ef34b822bba938f2b16fd/dom/ipc/ContentParent.cpp#1411
Flags: needinfo?(gsvelto)
![]() |
||
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•7 years ago
|
||
How do I get from here:
https://crash-stats.mozilla.com/report/index/3b12ef94-90d0-429f-bad8-0add90180914
to get this data put into THIS bug?
You need to log in
before you can comment on or make changes to this bug.
Description
•