Issue 387600 in chromium: crash app at Fatal signal 6 (SIGABRT)

228 views
Skip to first unread message

chro...@googlecode.com

unread,
Jun 23, 2014, 5:49:35 AM6/23/14
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Stability-Crash Pri-2 Via-Wizard Type-Bug OS-Android

New issue 387600 by tozon...@gmail.com: crash app at Fatal signal 6
(SIGABRT)
http://code.google.com/p/chromium/issues/detail?id=387600

Steps to reproduce the problem:
1. show android ime keyboard ( touch input tag )
2. click hardware backbutton ( hide keyboard )
3. click hardware backbutton ( activity finish )

06-23 17:57:52.870: W/dalvikvm(5101): JNI WARNING: 0x440d4000 is not a
valid JNI reference (DeleteWeakGlobalRef)
06-23 17:57:52.870: W/dalvikvm(5101): in
Lcom/android/org/chromium/content/browser/input/ImeAdapter;.nativeAttachImeAdapter:(I)V
(DeleteWeakGlobalRef)
06-23 17:57:52.870: I/dalvikvm(5101): "main" prio=5 tid=1 RUNNABLE
06-23 17:57:52.870: I/dalvikvm(5101): | group="main" sCount=0 dsCount=0
obj=0x41cd1ea0 self=0x41cb64a0
06-23 17:57:52.870: I/dalvikvm(5101): | sysTid=5101 nice=0 sched=0/0
cgrp=apps handle=1074577748
06-23 17:57:52.870: I/dalvikvm(5101): | state=R schedstat=( 3407464107
849780912 5717 ) utm=271 stm=69 core=2
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter.nativeAttachImeAdapter(Native
Method)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter.attach(ImeAdapter.java:250)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter$DelayedDismissInput.run(ImeAdapter.java:62)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Handler.handleCallback(Handler.java:733)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Handler.dispatchMessage(Handler.java:95)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Looper.loop(Looper.java:136)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.app.ActivityThread.main(ActivityThread.java:5579)
06-23 17:57:52.870: I/dalvikvm(5101): at
java.lang.reflect.Method.invokeNative(Native Method)
06-23 17:57:52.870: I/dalvikvm(5101): at
java.lang.reflect.Method.invoke(Method.java:515)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
06-23 17:57:52.870: I/dalvikvm(5101): at
dalvik.system.NativeStart.main(Native Method)
06-23 17:57:52.870: E/dalvikvm(5101): VM aborting
06-23 17:57:52.870: A/libc(5101): Fatal signal 6 (SIGABRT) at 0x000013ed
(code=-6), thread 5101 (arecis.cesco.sc)
06-23 17:57:53.660: W/ContextImpl(5340): Implicit intents with startService
are not safe: Intent { act=com.mcnc.parecis.cesco.sc.ImpDownloadService }
android.content.ContextWrapper.bindService:529
com.mcnc.parecis.bizmob.controller.ImpProcessController.onCreate:89
android.app.Instrumentation.callApplicationOnCreate:1013
06-23 17:57:53.670: W/ContextImpl(5340): Implicit intents with startService
are not safe: Intent { act=com.mcnc.parecis.cesco.sc.ImpUploadService }
android.content.ContextWrapper.bindService:529
com.mcnc.parecis.bizmob.controller.ImpProcessController.onCreate:117
android.app.Instrumentation.callApplicationOnCreate:1013
06-23 17:57:53.690: I/PersonaManager(5340): getPersonaService() name
persona_policy
06-23 17:57:53.690: D/skia(5340): GFXPNG PNG bitmap created width:28
height:10 bitmap id is 270
06-23 17:57:53.690: D/skia(5340): GFXPNG PNG bitmap created width:10
height:28 bitmap id is 271
06-23 17:57:53.720: I/PersonaManager(5340): getPersonaService() name
persona_policy
06-23 17:57:53.720: V/WebViewChromium(5340): Binding Chromium to the main
looper Looper (main, tid 1) {42f67d30}
06-23 17:57:53.720: I/chromium(5340): [INFO:library_loader_hooks.cc(112)]
Chromium logging enabled: level = 0, default verbosity = 0
06-23 17:57:53.720: I/BrowserProcessMain(5340): Initializing chromium
process, renderers=0
06-23 17:57:53.730: W/chromium(5340): [WARNING:proxy_service.cc(888)] PAC
support disabled because there is no system implementation
06-23 17:57:53.730: I/Adreno-EGL(5340): <qeglDrvAPI_eglInitialize:410>: EGL
1.4 QUALCOMM build: ()
06-23 17:57:53.730: I/Adreno-EGL(5340): OpenGL ES Shader Compiler Version:
E031.24.00.08
06-23 17:57:53.730: I/Adreno-EGL(5340): Build Date: 02/20/14 Thu
06-23 17:57:53.730: I/Adreno-EGL(5340): Local Branch:
AU200_patches_ms_memleak_libsc_profiler
06-23 17:57:53.730: I/Adreno-EGL(5340): Remote Branch:
06-23 17:57:53.730: I/Adreno-EGL(5340): Local Patches:
06-23 17:57:53.730: I/Adreno-EGL(5340): Reconstruct Branch:

What is the expected behavior?

What went wrong?
06-23 17:57:52.870: W/dalvikvm(5101): JNI WARNING: 0x440d4000 is not a
valid JNI reference (DeleteWeakGlobalRef)
06-23 17:57:52.870: W/dalvikvm(5101): in
Lcom/android/org/chromium/content/browser/input/ImeAdapter;.nativeAttachImeAdapter:(I)V
(DeleteWeakGlobalRef)
06-23 17:57:52.870: I/dalvikvm(5101): "main" prio=5 tid=1 RUNNABLE
06-23 17:57:52.870: I/dalvikvm(5101): | group="main" sCount=0 dsCount=0
obj=0x41cd1ea0 self=0x41cb64a0
06-23 17:57:52.870: I/dalvikvm(5101): | sysTid=5101 nice=0 sched=0/0
cgrp=apps handle=1074577748
06-23 17:57:52.870: I/dalvikvm(5101): | state=R schedstat=( 3407464107
849780912 5717 ) utm=271 stm=69 core=2
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter.nativeAttachImeAdapter(Native
Method)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter.attach(ImeAdapter.java:250)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.org.chromium.content.browser.input.ImeAdapter$DelayedDismissInput.run(ImeAdapter.java:62)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Handler.handleCallback(Handler.java:733)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Handler.dispatchMessage(Handler.java:95)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.os.Looper.loop(Looper.java:136)
06-23 17:57:52.870: I/dalvikvm(5101): at
android.app.ActivityThread.main(ActivityThread.java:5579)
06-23 17:57:52.870: I/dalvikvm(5101): at
java.lang.reflect.Method.invokeNative(Native Method)
06-23 17:57:52.870: I/dalvikvm(5101): at
java.lang.reflect.Method.invoke(Method.java:515)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
06-23 17:57:52.870: I/dalvikvm(5101): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
06-23 17:57:52.870: I/dalvikvm(5101): at
dalvik.system.NativeStart.main(Native Method)
06-23 17:57:52.870: E/dalvikvm(5101): VM aborting
06-23 17:57:52.870: A/libc(5101): Fatal signal 6 (SIGABRT) at 0x000013ed
(code=-6), thread 5101 (arecis.cesco.sc)
06-23 17:57:53.660: W/ContextImpl(5340): Implicit intents with startService
are not safe: Intent { act=com.mcnc.parecis.cesco.sc.ImpDownloadService }
android.content.ContextWrapper.bindService:529
com.mcnc.parecis.bizmob.controller.ImpProcessController.onCreate:89
android.app.Instrumentation.callApplicationOnCreate:1013
06-23 17:57:53.670: W/ContextImpl(5340): Implicit intents with startService
are not safe: Intent { act=com.mcnc.parecis.cesco.sc.ImpUploadService }
android.content.ContextWrapper.bindService:529
com.mcnc.parecis.bizmob.controller.ImpProcessController.onCreate:117
android.app.Instrumentation.callApplicationOnCreate:1013
06-23 17:57:53.690: I/PersonaManager(5340): getPersonaService() name
persona_policy
06-23 17:57:53.690: D/skia(5340): GFXPNG PNG bitmap created width:28
height:10 bitmap id is 270
06-23 17:57:53.690: D/skia(5340): GFXPNG PNG bitmap created width:10
height:28 bitmap id is 271
06-23 17:57:53.720: I/PersonaManager(5340): getPersonaService() name
persona_policy
06-23 17:57:53.720: V/WebViewChromium(5340): Binding Chromium to the main
looper Looper (main, tid 1) {42f67d30}
06-23 17:57:53.720: I/chromium(5340): [INFO:library_loader_hooks.cc(112)]
Chromium logging enabled: level = 0, default verbosity = 0
06-23 17:57:53.720: I/BrowserProcessMain(5340): Initializing chromium
process, renderers=0
06-23 17:57:53.730: W/chromium(5340): [WARNING:proxy_service.cc(888)] PAC
support disabled because there is no system implementation
06-23 17:57:53.730: I/Adreno-EGL(5340): <qeglDrvAPI_eglInitialize:410>: EGL
1.4 QUALCOMM build: ()
06-23 17:57:53.730: I/Adreno-EGL(5340): OpenGL ES Shader Compiler Version:
E031.24.00.08
06-23 17:57:53.730: I/Adreno-EGL(5340): Build Date: 02/20/14 Thu
06-23 17:57:53.730: I/Adreno-EGL(5340): Local Branch:
AU200_patches_ms_memleak_libsc_profiler
06-23 17:57:53.730: I/Adreno-EGL(5340): Remote Branch:
06-23 17:57:53.730: I/Adreno-EGL(5340): Local Patches:
06-23 17:57:53.730: I/Adreno-EGL(5340): Reconstruct Branch:

Crashed report ID:

How much crashed? Just one tab

Is it a problem with a plugin? N/A

Did this work before? N/A

Chrome version: 30.0.0.0 Channel: stable
OS Version: 4.4.2
Flash Version: Shockwave Flash 14.0 r0

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Jun 30, 2014, 5:51:13 PM6/30/14
to chromi...@chromium.org
Updates:
Labels: Needs-Feedback

Comment #1 on issue 387600 by satyavat...@chromium.org: crash app at Fatal
This is very old version of chrome. Current chrome stable: 35.0.1916.141.
Could you update to that chrome version from play and let us know, if you
still see issue.
Thanks!

chro...@googlecode.com

unread,
Aug 3, 2015, 8:30:53 AM8/3/15
to chromi...@chromium.org
Updates:
Status: WontFix
Labels: -Needs-Feedback

Comment #2 on issue 387600 by a...@chromium.org: crash app at Fatal signal
6 (SIGABRT)
https://code.google.com/p/chromium/issues/detail?id=387600

Closing this issue as there is no user feedback for long.

@reporter: Feel free to file a new issue if this re-appears in future.

chro...@googlecode.com

unread,
Sep 17, 2015, 4:19:50 AM9/17/15
to chromi...@chromium.org

Comment #3 on issue 387600 by geomanis...@gmail.com: crash app at Fatal
This issue has been reported with chrome version 38

chro...@googlecode.com

unread,
Sep 17, 2015, 7:51:17 AM9/17/15
to chromi...@chromium.org

Comment #4 on issue 387600 by geomanis...@gmail.com: crash app at Fatal
This issue is also reproduced on Chrome version 38.
09-15 17:29:05.766 23170 23170 F art : art/runtime/check_jni.cc:65] JNI
DETECTED ERROR IN APPLICATION: native code passing in reference to invalid
stack indirect reference table or invalid reference: 0xb8192cdc
09-15 17:29:05.766 23170 23170 F art : art/runtime/check_jni.cc:65]
in call to DeleteWeakGlobalRef
09-15 17:29:05.766 23170 23170 F art : art/runtime/check_jni.cc:65]
from void
org.chromium.content.browser.input.ImeAdapter.nativeAttachImeAdapter(long)
Reply all
Reply to author
Forward
0 new messages