Closed
Bug 672297
Opened 14 years ago
Closed 14 years ago
crash nsINode::GetBoolFlag
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 676340
People
(Reporter: sdaugherty, Unassigned)
Details
(Keywords: crash, reproducible, Whiteboard: regression??, )
Crash Data
This bug was filed from the Socorro interface and is
report bp-1bddc58f-b3b8-463e-a4c9-c76352110718 .
=============================================================
Seems to be a random crash but noticed there were a few other recent reports with the same signature. Looks like they started around the 15th or 16th. I had gmail and cnn open when my crash happened, and had the browser minimized to move files to a flash drive.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
https://crash-stats.mozilla.com/report/list?signature=nsINode::GetBoolFlag%28nsINode::BooleanFlag%29 - Happens across all versions with builds dating back to 2011042700.
| Reporter | ||
Comment 3•14 years ago
|
||
Played around a little bit, can get this to happen pretty quickly from combinations of opening, minimizing, restoring, and closing the downloads window, with and without the main window minimized.
Two more breakpad IDs from these attempts...
bp-e0f74449-3424-491c-a7f9-2afc12110718
bp-8751ee7a-97d8-4186-86b2-64e302110718
Comment 4•14 years ago
|
||
Frame Module Signature [Expand] Source
0 xul.dll nsINode::GetBoolFlag obj-firefox/dist/include/nsINode.h:1215
1 xul.dll nsINode::IsElement obj-firefox/dist/include/nsINode.h:368
2 xul.dll nsAccessible::NativeState accessible/src/base/nsAccessible.cpp:699
3 xul.dll nsHyperTextAccessible::NativeState accessible/src/html/nsHyperTextAccessible.cpp:175
4 xul.dll nsXULTextFieldAccessible::NativeState accessible/src/xul/nsXULFormControlAccessible.cpp:714
5 xul.dll nsXULTextFieldAccessible::GetValue accessible/src/xul/nsXULFormControlAccessible.cpp:686
6 xul.dll nsAccessibleWrap::get_accValue accessible/src/msaa/nsAccessibleWrap.cpp:310
7 rpcrt4.dll Invoke
8 rpcrt4.dll NdrStubCall2
9 ole32.dll NdrpCreateStub
10 oleaut32.dll oleaut32.dll@0xffd2
11 ole32.dll SyncStubInvoke
12 ole32.dll StubInvoke
13 ole32.dll CCtxComChnl::ContextInvoke
14 ole32.dll MTAInvoke
15 ole32.dll STAInvoke
16 ole32.dll AppInvoke
17 ole32.dll ComInvokeWithLockAndIPID
18 ole32.dll ComInvoke
19 ole32.dll ThreadDispatch
20 ole32.dll ThreadWndProc
21 user32.dll InternalCallWinProc
22 user32.dll UserCallWinProcCheckWow
23 user32.dll DispatchMessageWorker
24 user32.dll DispatchMessageW
25 xul.dll nsAppShell::ProcessNextNativeEvent widget/src/windows/nsAppShell.cpp:338
26 nspr4.dll PR_IntervalNow nsprpub/pr/src/misc/prinrval.c:77
27 xul.dll nsBaseAppShell::OnProcessNextEvent widget/src/xpwidgets/nsBaseAppShell.cpp:324
28 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:581
29 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:134
30 xul.dll xul.dll@0xb7e713
31 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:202
32 xul.dll xul.dll@0x2ed89f
33 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:176
34 xul.dll nsXPConnect::GetWrappedNativePrototype js/src/xpconnect/src/nsXPConnect.cpp:2149
35 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:189
36 @0x10cffff
37 @0x7627ffff
38 @0x76afffff
Keywords: reproducible
Whiteboard: regression?? → regression??,
Updated•14 years ago
|
Component: General → Disability Access APIs
Product: Firefox → Core
QA Contact: general → accessibility-apis
Comment 5•14 years ago
|
||
ok, pretty easy fix, its a IsDefunct() check needed issue. I'll try to run through msaa/ and fix all the places we need the check soon.
btw any idea why accessibility is being activated?
Comment 6•14 years ago
|
||
(In reply to comment #5)
> ok, pretty easy fix, its a IsDefunct() check needed issue. I'll try to run
> through msaa/ and fix all the places we need the check soon.
thank you
Comment 7•14 years ago
|
||
dupe of bug 676340 (per comment #5)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•