Closed
Bug 751588
Opened 13 years ago
Closed 13 years ago
crash in dvmAbort with opening then closing videos a lot
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 696804
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: crash, testcase)
Crash Data
Follow up from bug 721654.
Steps to reproduce same as bug 721654, comment 3:
I got this crash twice now after a while with this testcase:
http://people.mozilla.com/~mwargers/tests/videos/interrogation_winopenclose.htm
Tap on the button, it opens a bunch of windows.
After 10 seconds, Fennec will block the windows, make sure that you choose "Always show" to let the testcase run indefinetely.
Then, reload the page and tap on the button again.
After 5 minutes or so, I got a crash. This was on the HTC Desire HD.
From bug 721654, comment 7:
with this patch, these STR still crash the browser, but now it is fairly strait forward OOM it look like we're leaking ReadWriteDirectByteBuffers, which are a subclass of ByteBuffer
https://bugzilla.mozilla.org/attachment.cgi?id=615595
This bug was filed from the Socorro interface and is
report bp-d88cceec-4f05-4bc6-9467-554d62120503 .
=============================================================
0 libdvm.so dvmAbort
1 libdvm.so JNI_CreateJavaVM
2 libdvm.so JNI_CreateJavaVM
3 libxul.so mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame jni.h:530
4 libxul.so nsWindow::OnDraw widget/android/nsWindow.cpp:1261
5 libxul.so nsWindow::OnGlobalAndroidEvent widget/android/nsWindow.cpp:898
6 libxul.so nsAppShell::ProcessNextNativeEvent widget/android/nsAppShell.cpp:574
7 libxul.so nsBaseAppShell::DoProcessNextNativeEvent widget/xpwidgets/nsBaseAppShell.cpp:171
8 libxul.so nsBaseAppShell::OnProcessNextEvent widget/xpwidgets/nsBaseAppShell.cpp:306
9 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:618
10 libxul.so NS_ProcessNextEvent_P obj-firefox/xpcom/build/nsThreadUtils.cpp:245
11 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:110
12 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:208
13 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:201
14 libxul.so nsBaseAppShell::Run widget/xpwidgets/nsBaseAppShell.cpp:189
15 libxul.so nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:295
16 libxul.so XREMain::XRE_mainRun toolkit/xre/nsAppRunner.cpp:3780
17 libxul.so XREMain::XRE_main toolkit/xre/nsAppRunner.cpp:3857
18 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3933
19 libxul.so GeckoStart toolkit/xre/nsAndroidStartup.cpp:109
20 libmozglue.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun mozglue/android/APKOpen.cpp:998
Comment 1•13 years ago
|
||
Dupe of bug 696804?
Reporter | ||
Comment 2•13 years ago
|
||
Oh, I see now that I made a similar comment as what this bug is about in bug 696804, comment 9.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•