Errors & crash on Android 4.4.2

There are errors testing my app on a real device, like below.

Build target is Android 4.4.2
Cordova 3.6.3
Ionic beta13

There are about 30 images scrollable vertically in my app. And when I scroll it, it crashes and leaves the error message of fatal signal 11.

Can anybody please help?


10-16 13:51:05.589: W/CordovaPlugin(20430): Attempted to send a second callback for ID: StatusBar556882360
10-16 13:51:05.589: W/CordovaPlugin(20430): Result was: "Invalid action"
10-16 13:51:05.619: I/chromium(20430): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
10-16 13:51:05.639: I/chromium(20430): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
10-16 13:51:05.639: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 110
10-16 13:51:05.639: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 118
10-16 13:51:05.639: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 119

10-16 13:51:05.749: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 167
10-16 13:51:05.769: I/App(20430): WARNING: Back Button Default Behavior will be overridden. The backbutton event will be fired!
10-16 13:51:06.669: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 191

10-16 13:51:07.039: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 172
10-16 13:51:10.229: I/dalvikvm(20430): Total arena pages for JIT: 11
10-16 13:51:10.229: I/dalvikvm(20430): Total arena pages for JIT: 12
10-16 13:51:10.229: I/dalvikvm(20430): Total arena pages for JIT: 13
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 14
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 15
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 16
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 17
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 18
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 19
10-16 13:51:10.279: I/dalvikvm(20430): Total arena pages for JIT: 20
10-16 13:51:11.879: W/IInputConnectionWrapper(20430): beginBatchEdit on inactive InputConnection
10-16 13:51:11.879: W/IInputConnectionWrapper(20430): endBatchEdit on inactive InputConnection
10-16 13:51:20.429: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 174
10-16 13:51:20.429: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 175

10-16 13:51:21.859: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 189
10-16 13:51:21.859: E/IMGSRV(20430): :0: PVRDRMOpen: TP3, ret = 190
10-16 13:51:22.149: A/libc(20430): Fatal signal 11 (SIGSEGV) at 0x0000005a (code=1), thread 20486 (istyle.moshiapp)

Can you provide and example of this in a codepen?

OK, I will try to provide example for this. But another thing I’ve found yesterday.

I run my app on two different Android devices. One is android 4.1.2, and the other is 4.4.2.
And the error logs are only shown on Kitkat, 4.4.2. So, I think this is all about the new Chromium
based WebView deployed on KitKat.

Then I tried this on a ionic starter project, sidemenu, on Kitkat. There are still errors in logcat.

This link is very similar with my question using Ionic. However, it doesn’t provide anything
userful.