0 | I am using cordova 3.4.1 and I set min target version is 10 and max is 20 . the App is working fine in 4.2.2 but in jeally bean it was showing the issue @@@ ABORTING: LIBC: HEAP MEMORY CORRUPTION IN tmalloc_large Pleas help me to fix the issue Log I am Getting :- 01-08 13:20:08.210: V/WebViewInputDispatcher(8363): blockWebkitDraw 01-08 13:20:08.210: V/WebViewInputDispatcher(8363): blockWebkitDraw lockedfalse 01-08 13:20:08.400: D/ProgressBar(8363): setProgress = 0 01-08 13:20:08.400: D/ProgressBar(8363): setProgress = 0, fromUser = false 01-08 13:20:08.400: D/ProgressBar(8363): mProgress = 0mIndeterminate = false, mMin = 0, mMax = 10000 01-08 13:20:08.851: D/ProgressBar(8363): setProgress = 0 01-08 13:20:08.851: D/ProgressBar(8363): setProgress = 0, fromUser = false 01-08 13:20:08.851: D/ProgressBar(8363): mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100 01-08 13:20:08.881: D/webview(8363): blockWebkitViewMessage= false 01-08 13:20:08.911: D/HAWAII_EGL(8363): Set SWAP INTERVAL 0 01-08 13:20:08.911: D/HAWAII_EGL(8363): eglCreateWindowSurface() surface: 0x567fa560, VC surface: 6, Thread: 8363 01-08 13:20:08.911: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x567fa560, 0x567fa560) Thread: 8363 01-08 13:20:08.921: D/ProgressBar(8363): updateDrawableBounds: left = 0 01-08 13:20:08.921: D/ProgressBar(8363): updateDrawableBounds: top = 0 01-08 13:20:08.921: D/ProgressBar(8363): updateDrawableBounds: right = 72 01-08 13:20:08.921: D/ProgressBar(8363): updateDrawableBounds: bottom = 72 01-08 13:20:08.921: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x4fc2e378, 0x4fc2e378) Thread: 8363 01-08 13:20:08.941: D/HAWAII_EGL(8363): eglMakeCu rrent(0x4fc13538, 0x567fa560, 0x567fa560) Thread: 8363 01-08 13:20:08.981: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x4fc2e378, 0x4fc2e378) Thread: 8363 01-08 13:20:09.141: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x567fa560, 0x567fa560) Thread: 8363 01-08 13:20:09.151: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x4fc2e378, 0x4fc2e378) Thread: 8363 01-08 13:20:09.241: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x567fa560, 0x567fa560) Thread: 8363 01-08 13:20:09.932: I/GATE(8363): DEV_ACTION_COMPLETED 01-08 13:20:09.952: D/CordovaWebViewClient(8363): onPageFinished(file:///android_asset/www/index.html#House) 01-08 13:20:09.952: D/CordovaActivity(8363): onMessage(onPageFinished,file:///android_asset/www/index.html#House) 01-08 13:20:09.952: D/HAWAII_EGL(8363): eglMakeCurrent(NULL) Thread: 8363 01-08 13:20:09.952: D/HAWAII_EGL(8363): eglDestroySurface() surface: 0x567fa560, android window 0x58bbf120, Thread: 8363 01-08 13:20:09.982: D/WritingBuddyImpl(8363): getCurrentWritingBuddyView() 01-08 13:20:10.092: E/ViewRootImpl(8363): sendUserActionEvent() mView == null 01-08 13:20:10.092: D/HAWAII_EGL(8363): eglMakeCurrent(0x4fc13538, 0x4fc2e378, 0x4fc2e378) Thread: 8363 01-08 13:20:10.282: I/App(8363): WARNING: Back Button Default Behavior will be overridden. The backbutton event will be fired! 01-08 13:20:10.282: W/PluginManager(8363): THREAD WARNING: exec() call to App.overrideBackbutton blocked the main thread for 36ms. Plugin should use CordovaInterface.getThreadPool(). 01-08 13:20:10.652: A/libc(8363): @@@ ABORTING: LIBC: HEAP MEMORY CORRUPTION IN tmalloc_large 01-08 13:20:10.652: A/libc(8363): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 8384 (WebViewCoreThre) |
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.