Closed
Bug 777310
Opened 13 years ago
Closed 13 years ago
crash in AccEvent::~AccEvent on Honeycomb
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: csuciu, Unassigned)
Details
(Keywords: crash, Whiteboard: [Firefox beta 15.0b2][native-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-6c8af376-f561-4d1d-bedf-4986e2120725 .
=============================================================
Frame Module Signature Source
0 libmozglue.so arena_dalloc memory/jemalloc/jemalloc.c:4636
1 libmozglue.so __wrap_free memory/jemalloc/jemalloc.c:6567
2 libmozalloc.so moz_free memory/mozalloc/mozalloc.cpp:81
3 libxul.so AccEvent::~AccEvent mozalloc.h:224
4 libxul.so nsRefPtr<AccEvent>::~nsRefPtr accessible/src/base/AccEvent.h:110
5 libxul.so nsAccEvent::~nsAccEvent accessible/src/xpcom/nsAccEvent.h:20
6 libxul.so nsAccEvent::~nsAccEvent accessible/src/xpcom/nsAccEvent.h:20
7 libxul.so nsAccEvent::Release accessible/src/xpcom/nsAccEvent.cpp:14
8 libxul.so XPCJSRuntime::GCCallback js/xpconnect/src/XPCJSRuntime.cpp:576
9 libxul.so js::MaybeGC js/src/jsgc.cpp:3827
10 libxul.so JS_MaybeGC js/src/jsapi.cpp:2919
11 libxul.so nsJSContext::ScriptEvaluated dom/base/nsJSEnvironment.cpp:2846
12 libxul.so nsCxPusher::Pop content/base/src/nsContentUtils.cpp:3039
13 libxul.so nsJSContext::CallEventHandler dom/base/nsJSEnvironment.cpp:1925
14 libxul.so nsGlobalWindow::RunTimeout dom/base/nsGlobalWindow.cpp:9170
15 libxul.so nsGlobalWindow::TimerCallback dom/base/nsGlobalWindow.cpp:9558
16 libxul.so nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:473
17 libxul.so nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:556
18 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
19 libxul.so NS_ProcessNextEvent_P obj-firefox/xpcom/build/nsThreadUtils.cpp:213
20 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:113
21 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:208
22 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:201
23 libxul.so nsBaseAppShell::Run widget/xpwidgets/nsBaseAppShell.cpp:163
24 libxul.so nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:256
25 libxul.so XREMain::XRE_mainRun toolkit/xre/nsAppRunner.cpp:3786
26 libxul.so XREMain::XRE_main toolkit/xre/nsAppRunner.cpp:3863
27 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3939
28 libxul.so GeckoStart toolkit/xre/nsAndroidStartup.cpp:73
29 libmozglue.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun mozglue/android/APKOpen.cpp:972
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
Samsung Galaxy SII (Android 2.3.4)
Fennec 15.0b2
No steps to reproduce so far.
| Reporter | ||
Comment 1•13 years ago
|
||
Crash occurred on Samsung Galaxy Tab (Android 3.1) not on Galaxy SII
Updated•13 years ago
|
Component: General → Disability Access APIs
Product: Firefox for Android → Core
Summary: crash in arena_dalloc [@ arena_dalloc | __wrap_free | moz_free | AccEvent::~AccEvent] → crash in AccEvent::~AccEvent on Honeycomb
Whiteboard: [Firefox beta 15.0b2] → [Firefox beta 15.0b2][native-crash]
Version: Firefox 15 → 15 Branch
Comment 2•13 years ago
|
||
my bet is either heap curruption, or freeing something that's already been freed. I'm not really sure we can do or investigate without steps to reproduce.
Comment 3•13 years ago
|
||
Agreed with comment 2. There is only one crash report I can see in the last 4 weeks:
https://crash-stats.mozilla.com/report/index/fcec5979-36e1-4fbb-96db-e172f2130103
(Build 20120808131814)
I'd recommend closing and if we see a more recent build crashing with this sig we should reopen then.
Comment 4•3 years ago
|
||
Removing steps-wanted keyword because this bug has been resolved.
Keywords: steps-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•