Closed
Bug 689302
Opened 14 years ago
Closed 7 years ago
crash [@ nsINode::IsEqualTo]
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nhirata, Unassigned)
Details
(Keywords: crash, Whiteboard: [mobile-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-145f7386-6700-4a0f-a983-7feca2110921 .
=============================================================
Frame Module Signature [Expand] Source
0 libxul.so nsINode::IsEqualTo nsINodeInfo.h:185
1 libxul.so nsIDOMNode_IsEqualNode obj-firefox/js/src/xpconnect/src/dom_quickstubs.cpp:7730
2 libxul.so js::Interpret js/src/jscntxtinlines.h:305
3 libxul.so js::RunScript js/src/jsinterp.cpp:614
4 libxul.so js::ExecuteKernel js/src/jsinterp.cpp:815
5 libxul.so EvalKernel js/src/jsobj.cpp:1102
6 libxul.so js::DirectEval js/src/jsobj.cpp:1345
7 libxul.so js::mjit::stubs::Eval js/src/methodjit/InvokeHelpers.cpp:460
8 libxul.so libxul.so@0xbe3206
9 libxul.so js::mjit::stubs::Eval js/src/vm/Stack.h:266
10 libxul.so js::mjit::JaegerShotAtSafePoint js/src/vm/Stack.h:1410
11 libxul.so js::Interpret js/src/jsinterp.cpp:2207
12 libxul.so js::RunScript js/src/jsinterp.cpp:614
13 libxul.so js::Execute js/src/jsinterp.cpp:815
14 libxul.so JS_EvaluateUCScriptForPrincipalsVersion js/src/jsapi.cpp:4936
15 libxul.so nsJSContext::EvaluateString dom/base/nsJSEnvironment.cpp:1476
16 libxul.so nsGlobalWindow::RunTimeout nsTSubstring.h:113
17 libxul.so nsGlobalWindow::TimerCallback nsAutoPtr.h:907
18 libxul.so nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:425
19 libxul.so nsTimerEvent::Run nsAutoPtr.h:907
20 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:631
21 libxul.so NS_ProcessNextEvent_P obj-firefox/xpcom/build/nsThreadUtils.cpp:245
22 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:111
23 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:209
24 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:487
25 libxul.so nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:191
26 libxul.so nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:226
27 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3558
28 libxul.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun toolkit/xre/nsAndroidStartup.cpp:132
29 libmozutils.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun other-licenses/android/APKOpen.cpp:234
30 libdvm.so dvmPlatformInvoke
31 libdvm.so dvmCallJNIMethod_general
32 libdvm.so dvmResolveNativeMethod
33 libdvm.so dvmAsmSisterStart
34 libdvm.so dvmMterpStd
35 libdvm.so dvmInterpret
36 libdvm.so dvmCallMethodV
37 libdvm.so dvmCallMethod
38 libdvm.so dvmAttachCurrentThread
39 libc.so __thread_entry
40 libc.so pthread_create
Note:
Bug 664123 has the same crash signature listed
More Reports : https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2011-09-26%2011%3A00%3A00&signature=nsINode%3A%3AIsEqualTo&version=Fennec%3A9.0a1
3rd on top 10 crash signatures for 2011-09-19 11:00:00 through 2011-09-26 11:00:00.
![]() |
||
Comment 1•14 years ago
|
||
Looks like a null deref crash. How could we possibly end up with a null nodeinfo?
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
You need to log in
before you can comment on or make changes to this bug.
Description
•