Closed
Bug 1176245
Opened 10 years ago
Closed 9 years ago
Crash [@ WaitForSingleObjectEx | PR_WaitCondVar | mozilla::CondVar::Wait(unsigned int) ]
Categories
(Core :: IPC, defect)
Tracking
()
People
(Reporter: alex_mayorga, Unassigned)
References
Details
(Keywords: crash, Whiteboard: KillHard)
Crash Data
This bug was filed from the Socorro interface and is
report bp-80d17fd4-e27f-40c4-a988-927482150619.
=============================================================
Crashing Thread
Frame Module Signature Source
0 ntdll.dll ZwWaitForSingleObject
1 kernelbase.dll WaitForSingleObjectEx
2 nss3.dll PR_WaitCondVar nsprpub/pr/src/threads/combined/prucv.c
3 xul.dll mozilla::CondVar::Wait(unsigned int) xpcom/glue/CondVar.h
4 xul.dll mozilla::ipc::MessageChannel::WaitForSyncNotify() ipc/glue/WindowsMessageLoop.cpp
5 xul.dll mozilla::ipc::MessageChannel::Send(IPC::Message*, IPC::Message*) ipc/glue/MessageChannel.cpp
6 xul.dll mozilla::dom::PContentChild::SendGetGraphicsFeatureStatus(int const&, int*, bool*) obj-firefox/ipc/ipdl/PContentChild.cpp
7 xul.dll mozilla::widget::GfxInfoBase::GetFeatureStatus(int, int*) widget/GfxInfoBase.cpp
8 xul.dll InitLayersAccelerationPrefs() gfx/thebes/gfxPlatform.cpp
9 xul.dll gfxPlatform::Init() gfx/thebes/gfxPlatform.cpp
10 xul.dll gfxPlatform::GetPlatform() gfx/thebes/gfxPlatform.cpp
11 xul.dll mozilla::layers::CompositorChild::Create(IPC::Channel*, unsigned long) gfx/layers/ipc/CompositorChild.cpp
12 xul.dll mozilla::dom::PContentChild::OnMessageReceived(IPC::Message const&) obj-firefox/ipc/ipdl/PContentChild.cpp
13 xul.dll mozilla::ipc::MessageChannel::OnMaybeDequeueOne() ipc/glue/MessageChannel.cpp
14 xul.dll RunnableMethod<mozilla::ipc::MessageChannel, void ( mozilla::ipc::MessageChannel::*)(void), Tuple0>::Run() ipc/chromium/src/base/task.h
15 xul.dll MessageLoop::DoWork() ipc/chromium/src/base/message_loop.cc
16 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
17 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
18 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
19 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp
20 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp
21 xul.dll XRE_RunAppShell toolkit/xre/nsEmbedFunctions.cpp
22 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
23 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
24 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
25 xul.dll XRE_InitChildProcess toolkit/xre/nsEmbedFunctions.cpp
26 plugin-container.exe content_process_main(int, char** const) ipc/contentproc/plugin-container.cpp
27 plugin-container.exe wmain toolkit/xre/nsWindowsWMain.cpp
28 plugin-container.exe __tmainCRTStartup f:/dd/vctools/crt/crtw32/startup/crt0.c:255
29 kernel32.dll BaseThreadInitThunk
30 ntdll.dll RtlUserThreadStart
Reporter | ||
Updated•10 years ago
|
Blocks: killhard-win
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Dup because no special scenario - just the signature.
Comment 3•9 years ago
|
||
Last 7 days:
Operating System: Provides a breakdown of the crashes by OS for version(s) and product(s). Operating System Percentage Number Of Crashes
Windows 7 45.28% 24
Windows 8.1 35.85% 19
Windows 10 16.98% 9
Windows 8 1.89% 1
Blocks: killhard-win
Status: RESOLVED → REOPENED
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → ?
Component: DOM: Content Processes → IPC
OS: Windows 7 → Windows
Resolution: DUPLICATE → ---
Summary: crash in WaitForSingleObjectEx | PR_WaitCondVar | mozilla::CondVar::Wait(unsigned int) → Crash [@ WaitForSingleObjectEx | PR_WaitCondVar | mozilla::CondVar::Wait(unsigned int) ]
Version: Trunk → 41 Branch
Updated•9 years ago
|
Whiteboard: KillHard
Comment 4•9 years ago
|
||
Hi,
Based on Socorro reports from last 28 days, this crash signature was not encountered anymore. Considering this I will mark the issue as resolved - worksforme. If you still encounter this crash on latest Firefox release or latest Nightly, feel free to reopen this issue.
Thanks,
Cosmin.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•