Closed
Bug 783983
Opened 13 years ago
Closed 11 years ago
crash in mozilla::AndroidBridge::HandleGeckoMessage
Categories
(Firefox for Android Graveyard :: Plugins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 749687
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: crash, testcase, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
8.27 KB,
text/plain
|
Details |
This bug was filed from the Socorro interface and is
report bp-37d67c14-84a9-4ba2-862d-34b3b2120820 .
=============================================================
0 libdvm.so dvmAbort
1 libdvm.so JNI_CreateJavaVM
2 libdvm.so JNI_CreateJavaVM
3 libxul.so NewJavaString jni.h:828
4 libxul.so mozilla::AndroidBridge::HandleGeckoMessage AndroidBridge.cpp:1679
5 libxul.so nsAndroidBridge::HandleGeckoMessage AndroidBridge.cpp:2171
6 libxul.so NS_InvokeByIndex_P xptcinvoke_arm.cpp:160
7 libxul.so XPCWrappedNative::CallMethod XPCWrappedNative.cpp:3118
8 libxul.so XPC_WN_CallMethod XPCWrappedNativeJSOps.cpp:1480
9 libxul.so js::InvokeKernel jscntxtinlines.h:389
10 libxul.so js::Interpret jsinterp.cpp:2423
11 libxul.so js::RunScript jsinterp.cpp:308
12 libxul.so js::Invoke jsinterp.cpp:362
13 libxul.so JS_CallFunctionValue jsapi.cpp:5891
14 libxul.so nsXPCWrappedJSClass::CallMethod XPCWrappedJSClass.cpp:1436
15 libxul.so nsXPCWrappedJS::CallMethod XPCWrappedJS.cpp:580
16 libxul.so PrepareAndDispatch xptcstubs_arm.cpp:105
17 libxul.so libxul.so@0xad6373
18 libxul.so nsEventListenerManager::HandleEventSubType nsEventListenerManager.cpp:793
19 libxul.so nsEventListenerManager::HandleEventInternal nsEventListenerManager.cpp:866
20 libxul.so nsEventTargetChainItem::HandleEvent nsEventListenerManager.h:143
This is on the Asus Transformer TF101, using current trunk from 2012-08-18 on Honeycomb (3.2.1).
Steps to reproduce:
- Make sure you have Plugins set to Enable in your settings
- Go to http://people.mozilla.org/~mwargers/tests/plugins/flash/flashembed_wrappedinlink_back_and_forth_2s.html
- Let it stay open for a while.
Expected result:
- No crash
Atual result:
- Crash after a while with the mentioned stack trace.
This only happens with Flash enabled, I guess there is some memory leak going on here.
Reporter | ||
Comment 1•13 years ago
|
||
Hrm on the Galaxy Nexus, this seems to cause black Flash plugins to appear on pages and make Fennec shutdown suddenly without the crash reporter appearing.
Comment 2•13 years ago
|
||
It's probably a dupe of bug 749687.
Summary: crash in dvmAbort → crash in mozilla::AndroidBridge::HandleGeckoMessage
Whiteboard: [native-crash]
Comment 3•13 years ago
|
||
When I try to repro this with gdb attached on a debug build I get an assertion failure at the attached location, so I can't actually repro the NewJavaString crash.
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 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
•