I have cross-compiled Valgrind for android target eabi x86 with NDK R10b.
When launching my app per steps as for example here valgrind crashes.
Log
10-29 11:16:07.468: D/AndroidRuntime(2240): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
10-29 11:16:07.469: D/AndroidRuntime(2240): CheckJNI is ON
10-29 11:16:07.486: E/memtrack(2240): Couldn't load memtrack module (No such file or directory)
10-29 11:16:07.486: E/android.os.Debug(2240): failed to load memtrack module: -2
10-29 11:16:07.500: D/AndroidRuntime(2240): Calling main entry com.android.commands.am.Am
10-29 11:16:07.502: I/ActivityManager(1236): START u0 {act=android.intent.action.MAIN flg=0x10000000 cmp=...} from uid 0 on display 0
10-29 11:16:07.518: D/AndroidRuntime(2240): Shutting down VM
10-29 11:16:07.519: I/art(2240): Debugger is no longer active
10-29 11:16:07.522: E/libprocessgroup(2250): failed to make and chown /acct/uid_10053: Read-only file system
10-29 11:16:07.522: W/Zygote(2250): createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
10-29 11:16:07.523: I/art(2250): Not late-enabling -Xcheck:jni (already on)
10-29 11:16:07.524: E/art(2240): Thread attaching while runtime is shutting down: Binder_1
10-29 11:16:07.524: I/AndroidRuntime(2240): NOTE: attach of thread 'Binder_1' failed
10-29 11:16:09.746: D/AndroidRuntime(2264): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
10-29 11:16:09.848: D/AndroidRuntime(2264): CheckJNI is ON
10-29 11:16:10.278: I/art(2264): Counter: 1
10-29 11:16:10.318: I/start-valgrind.sh(2263): No [stack] line found in /proc/self/maps!
10-29 11:16:10.321: A/libc(2264): No [stack] line found in /proc/self/maps!
10-29 11:16:10.341: A/libc(2264): Fatal signal 6 (SIGABRT), code -6 in tid 2264 (...)
10-29 11:16:10.580: I/DEBUG(948): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-29 11:16:10.580: I/DEBUG(948): Build fingerprint: 'generic_x86/sdk_phone_x86/generic_x86:5.0/LRX09D/1504858:eng/test-keys'
10-29 11:16:10.580: I/DEBUG(948): Revision: '0'
10-29 11:16:10.580: I/DEBUG(948): ABI: 'x86'
10-29 11:16:10.580: I/DEBUG(948): pid: 2264, tid: 2264, name: ... >>> /data/local/Inst/bin/valgrind <<<
10-29 11:16:10.580: I/DEBUG(948): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-29 11:16:10.581: I/DEBUG(948): Abort message: 'No [stack] line found in /proc/self/maps!'
10-29 11:16:10.581: I/DEBUG(948): eax 00000000 ebx 000008d8 ecx 00000006 edx 00000000
10-29 11:16:10.581: I/DEBUG(948): esi 00000000 edi 00000000
10-29 11:16:10.581: I/DEBUG(948): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b
10-29 11:16:10.581: I/DEBUG(948): eip 3806dd52 ebp 00000000 esp 628cfe40 flags 00200202
10-29 11:16:10.581: I/DEBUG(948): backtrace:
10-29 11:16:10.581: I/DEBUG(948): #00 pc 0006dd52 /data/local/Inst/lib/valgrind/memcheck-x86-linux
10-29 11:16:10.583: W/NativeCrashListener(1236): Couldn't find ProcessRecord for pid 2264
10-29 11:16:10.597: I/DEBUG(948): Tombstone written to: /data/tombstones/tombstone_09
10-29 11:16:10.597: I/BootReceiver(1236): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
10-29 11:16:10.637: I/start-valgrind.sh(2263): start-valgrind.sh terminated by exit(1)
10-29 11:16:10.638: I/Zygote(954): Process 2250 exited cleanly (1)
10-29 11:16:10.639: W/Zygote(954): Error reading pid from wrapped process, child may have died
10-29 11:16:10.639: W/Zygote(954): java.io.EOFException
10-29 11:16:10.639: W/Zygote(954): at libcore.io.Streams.readFully(Streams.java:83)
10-29 11:16:10.639: W/Zygote(954): at java.io.DataInputStream.readInt(DataInputStream.java:103)
10-29 11:16:10.639: W/Zygote(954): at com.android.internal.os.ZygoteConnection.handleParentProc(ZygoteConnection.java:974)
10-29 11:16:10.639: W/Zygote(954): at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:276)
10-29 11:16:10.639: W/Zygote(954): at com.android.internal.os.ZygoteInit.runSelectLoop(ZygoteInit.java:784)
10-29 11:16:10.639: W/Zygote(954): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:690)
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: returned from zygote!
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: done updating battery stats
10-29 11:16:10.639: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: building log message
10-29 11:16:10.639: I/ActivityManager(1236): Start proc ... for activity ...: pid=2250 uid=10053 gids={50053, 9997, 3003, 1028, 1015} abi=x86
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3129ms so far, now at startProcess: starting to update pids map
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3130ms so far, now at startProcess: done updating pids map
10-29 11:16:10.640: W/ActivityManager(1236): Slow operation: 3130ms so far, now at startProcess: done starting proc!
10-29 11:16:17.520: W/ActivityManager(1236): Launch timeout has expired, giving up wake lock!
10-29 11:16:20.650: W/ActivityManager(1236): Process ProcessRecord{1daddf3b 2250:.../u0a53} failed to attach
10-29 11:16:20.650: I/ActivityManager(1236): Killing 2250:.../u0a53 (adj -100): start timeout
this also happens to me on ARM emulator for Android 5/L
I am using ubuntu 14
manual valgrind launch such as /data/local/Inst/bin/valgrind /data/local/sample-bin works without a problem
this was working fine with the same Valgrind compilation on emulator API 18 (ARM)
I've tried remounting the file system in write-allowed mode using
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
and
mount -o ro,remount /system
and
adb root && adb remount
-- none does the trick
Has anyone have any ideas what might be the problem here ?
I had a similar error from the emulator's Widget Preview app:
E/libprocessgroup﹕ failed to make and chown /acct/uid_10052: Read-only file system
After various web searches and experiments, I discovered that the emulator's /sdcard was indeed set to read-only. (You can test this by trying to touch or push a file in adb shell, or using Android Device Manager to explore the file system.)
The bug and workaround that worked are described in Issue 78434.
Workaround
Go to your ADV folder in .android folder and find your AVD's config.ini file, e.g. ~/.android/avd/Nexus5_v19.avd/config.ini.
Open it with a text editor. If you're on Windows, use a text editor that can handle Unix newlines.
Change hw.sdCard=no to hw.sdCard=yes.
Save that, re-launch the emulator, and test that /sdcard is writeable.
Okay, I've encountered this same problem and the above solution didn't work for me. I figured it out as it occurred exactly after I added Firebase Storage to my app.
Checked the build.gradle(Module:app), found Firebase different versions conflict, changed all of them to the same version, Sync Project and now it works :) Hope this help for future reference.
Related
I am checking out my project on another computer and I am running into some weird errors with gradle. Here is the complete error output from the console:
03-19 08:28:26.377 239-239/? E/vinput-seamless: found seamless mouse device
03-19 08:28:26.706 246-246/? E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
03-19 08:28:26.744 246-246/? E/EGL_emulation: Failed to establish connection with the host
03-19 08:28:26.747 246-246/? E/gralloc_vbox86: gralloc: Failed to get host connection
03-19 08:28:26.747 246-246/? E/SurfaceFlinger: hwcomposer module not found
03-19 08:28:26.747 246-246/? E/SurfaceFlinger: ERROR: failed to open framebuffer (I/O error), aborting
--------- beginning of crash
03-19 08:28:26.747 246-246/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 246 (surfaceflinger)
[ 03-19 08:28:26.747 139: 139 W/ ]
debuggerd: handling request: pid=246 uid=1000 gid=1003 tid=246
[ 03-19 08:28:26.749 277: 277 E/ ]
debuggerd: Unable to connect to activity manager (connect failed: Connection refused)
03-19 08:28:26.800 277-277/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-19 08:28:26.800 277-277/? A/DEBUG: Build fingerprint: 'Android/vbox86p/vbox86p:7.1.1/NMF26Q/genymo03202243:userdebug/test-keys'
03-19 08:28:26.800 277-277/? A/DEBUG: Revision: '0'
03-19 08:28:26.800 277-277/? A/DEBUG: ABI: 'x86'
03-19 08:28:26.800 277-277/? A/DEBUG: pid: 246, tid: 246, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
03-19 08:28:26.800 277-277/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
03-19 08:28:26.800 277-277/? A/DEBUG: eax 00000000 ebx 000000f6 ecx 000000f6 edx 00000006
03-19 08:28:26.800 277-277/? A/DEBUG: esi eecf758c edi eecf7534
03-19 08:28:26.800 277-277/? A/DEBUG: xcs 00000023 xds 0000002b xes 0000002b xfs 00000003 xss 0000002b
03-19 08:28:26.800 277-277/? A/DEBUG: eip eec23bb9 ebp ff8a07b8 esp ff8a075c flags 00000296
03-19 08:28:26.800 277-277/? A/DEBUG: backtrace:
03-19 08:28:26.800 277-277/? A/DEBUG: #00 pc 00000bb9 [vdso:eec23000] (__kernel_vsyscall+9)
03-19 08:28:26.800 277-277/? A/DEBUG: #01 pc 0007a30c /system/lib/libc.so (tgkill+28)
03-19 08:28:26.800 277-277/? A/DEBUG: #02 pc 00075b55 /system/lib/libc.so (pthread_kill+85)
03-19 08:28:26.800 277-277/? A/DEBUG: #03 pc 0002786a /system/lib/libc.so (raise+42)
03-19 08:28:26.800 277-277/? A/DEBUG: #04 pc 0001ee46 /system/lib/libc.so (abort+86)
03-19 08:28:26.800 277-277/? A/DEBUG: #05 pc 0004fcae /system/lib/libsurfaceflinger.so
03-19 08:28:26.800 277-277/? A/DEBUG: #06 pc 0003e2f8 /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+1016)
03-19 08:28:26.800 277-277/? A/DEBUG: #07 pc 00000e87 /system/bin/surfaceflinger
03-19 08:28:26.800 277-277/? A/DEBUG: #08 pc 0001533c /system/lib/libc.so (__libc_init+108)
03-19 08:28:26.800 277-277/? A/DEBUG: #09 pc 00000ccc /system/bin/surfaceflinger
...
03-19 08:28:36.013 598-617/system_process E/BatteryStatsService: no controller energy info supplied
[ 03-19 08:28:36.014 690: 690 D/ ]
HostConnection::get() New Host Connection established 0xdd17da40, tid 690
03-19 08:28:36.081 790-854/com.android.settings E/EGL_emulation: tid 854: eglSurfaceAttrib(1174): error 0x3009 (EGL_BAD_MATCH)
03-19 08:28:36.328 770-770/com.android.phone E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:36.445 690-690/com.android.systemui E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:36.457 690-690/com.android.systemui E/CameraManagerGlobal: Camera service is unavailable
03-19 08:28:36.468 690-690/com.android.systemui E/CameraManagerGlobal: Camera service is unavailable
03-19 08:28:36.950 770-770/com.android.phone E/PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC
03-19 08:28:37.039 770-770/com.android.phone E/PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
03-19 08:28:37.048 1129-1129/? E/memtrack: Couldn't load memtrack module (No such file or directory)
03-19 08:28:37.048 1129-1129/? E/android.os.Debug: failed to load memtrack module: -2
03-19 08:28:37.486 770-770/com.android.phone E/PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
03-19 08:28:37.546 1063-1180/com.android.launcher3 E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
03-19 08:28:37.558 770-770/com.android.phone E/PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
[ 03-19 08:28:37.558 1063: 1180 D/ ]
..
03-19 08:28:41.779 1735-1735/? E/android.os.Debug: failed to load memtrack module: -2
03-19 08:28:42.241 330-330/? E/EmulatedCamera_GenyClient: receiveMessage: Unable to obtain payload size: Try again
03-19 08:28:42.241 330-330/? E/EmulatedCamera_GenyClient: doQuery Response to query 'connect' has failed: Try again
03-19 08:28:42.241 330-330/? E/EmulatedCamera_GenyClient: queryConnect: Query failed: No error message
03-19 08:28:42.241 330-330/? E/EmulatedCamera_GenyDevice: connectDevice: Connection to device 'back' failed
03-19 08:28:42.241 330-330/? E/CameraFlashlight: Could not open camera 0: -19
03-19 08:28:42.241 330-330/? E/CameraFlashlight: connectCameraDevice: initializing camera 0 failed
03-19 08:28:42.241 330-330/? E/CameraFlashlight: findFlashUnits: failed to check if camera 0 has a flash unit. No such device (-19)
03-19 08:28:43.052 1319-1740/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
03-19 08:28:44.107 1319-1661/com.google.android.gms E/ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/current_modulesets.pb (No such file or directory)
03-19 08:28:45.553 255-260/? E/Drm: Failed to find drm plugin
03-19 08:28:45.641 1319-1857/com.google.android.gms E/MDM: [172] wuq.run: Couldn't connect to Google API client: krs{statusCode=API_UNAVAILABLE, resolution=null, message=null}
03-19 08:28:45.778 1890-1890/? E/cutils-trace: Error opening trace file: Permission denied (13)
03-19 08:28:46.167 984-1917/com.google.android.gms.persistent E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:46.230 1923-1923/? E/cutils-trace: Error opening trace file: Permission denied (13)
03-19 08:28:46.337 984-984/com.google.android.gms.persistent E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:46.349 1742-1760/com.google.android.gms.unstable E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
03-19 08:28:47.134 1319-1319/com.google.android.gms E/MDM: [1] SitrepChimeraService.a: No Google accounts; deferring server state update.
03-19 08:28:47.777 984-1688/com.google.android.gms.persistent E/NetworkScheduler.ATC: Received callback from client for task that is already complete. ComponentInfo{com.google.android.gms/com.google.android.gms.checkin.EventLogService} AggregationTaskTag
03-19 08:28:48.580 984-1972/com.google.android.gms.persistent E/NetworkScheduler.ATC: Received callback from client for task that is already complete. ComponentInfo{com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService} qos_unmetered_periodic
03-19 08:28:48.587 984-1975/com.google.android.gms.persistent E/NetworkScheduler.ATC: Received callback from client for task that is already complete. ComponentInfo{com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService} qos_default_periodic
03-19 08:28:48.913 1580-1580/com.google.android.configupdater E/ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION intent_firewall: null null
03-19 08:28:48.915 1319-1740/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
03-19 08:28:48.916 1580-1580/com.google.android.configupdater E/ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION apn_db: null null
03-19 08:28:48.917 1580-1580/com.google.android.configupdater E/ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION tzdata: null null
03-19 08:28:48.919 1580-1580/com.google.android.configupdater E/ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION selinux: null null
03-19 08:28:48.923 1580-1580/com.google.android.configupdater E/ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION carrier_provisioning_urls: null null
03-19 08:28:49.042 1319-1319/com.google.android.gms E/ChimeraProxyRslvr: Failed to instantiate com.google.android.gms.checkin.CheckinChimeraService$Receiver: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.checkin.CheckinChimeraService$Receiver" on path: DexPathList[[zip file "/system/framework/com.android.location.provider.jar", zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_extracted_libs/x86, /system/priv-app/PrebuiltGmsCore/lib/x86, /system/fake-libs, /system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/x86, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
03-19 08:28:49.042 1319-1319/com.google.android.gms E/ChimeraRcvrProxy: com.google.android.gms.checkin.CheckinServiceReceiver dropping broadcast com.google.gservices.intent.action.GSERVICES_CHANGED
03-19 08:28:49.128 1319-1740/com.google.android.gms E/ProcessCheckinRequest: CheckinNowTaskTag : Checkin Succeeded: https://android.clients.google.com/checkin (request #1):
03-19 08:28:49.230 1319-1954/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
03-19 08:28:49.232 984-984/com.google.android.gms.persistent E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:49.333 1319-1715/com.google.android.gms E/ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/current_modulesets.pb (No such file or directory)
03-19 08:28:49.394 984-2011/com.google.android.gms.persistent E/HeterodyneSyncer: expected change count fail
03-19 08:28:49.556 1319-1661/com.google.android.gms E/ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/current_modulesets.pb (No such file or directory)
03-19 08:28:49.575 255-260/? E/Drm: Failed to find drm plugin
03-19 08:28:49.807 1319-1661/com.google.android.gms E/ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/current_modulesets.pb (No such file or directory)
[ 03-19 08:28:49.817 1742: 1757 D/ ]
HostConnection::get() New Host Connection established 0xe0bb8e40, tid 1757
03-19 08:28:49.830 984-2020/com.google.android.gms.persistent E/GcmPushIntentOperation: Failed to subscribe to GCM: com.google.android.gms.accountsettings
java.io.IOException: TOO_MANY_SUBSCRIBERS
at uzy.b(:com.google.android.gms#11509470:41)
at uzy.a(:com.google.android.gms#11509470:46)
at uzv.b(:com.google.android.gms#11509470:11)
at uzv.a(:com.google.android.gms#11509470:29)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:22)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:4)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.onHandleIntent(:com.google.android.gms#11509470:18)
at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms#11509470:2)
at bwh.run(:com.google.android.gms#11509470:10)
at bwe.run(:com.google.android.gms#11509470:14)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
03-19 08:28:50.259 984-2020/com.google.android.gms.persistent E/GcmPushIntentOperation: Failed to subscribe to GCM: com.google.android.gms.audit
java.io.IOException: TOO_MANY_SUBSCRIBERS
at uzy.b(:com.google.android.gms#11509470:41)
at uzy.a(:com.google.android.gms#11509470:46)
at uzv.b(:com.google.android.gms#11509470:11)
at uzv.a(:com.google.android.gms#11509470:29)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:22)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:4)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.onHandleIntent(:com.google.android.gms#11509470:18)
at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms#11509470:2)
at bwh.run(:com.google.android.gms#11509470:10)
at bwe.run(:com.google.android.gms#11509470:14)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
03-19 08:28:50.439 984-2020/com.google.android.gms.persistent E/GcmPushIntentOperation: Failed to subscribe to GCM: com.google.android.gms.cast
java.io.IOException: TOO_MANY_SUBSCRIBERS
at uzy.b(:com.google.android.gms#11509470:41)
at uzy.a(:com.google.android.gms#11509470:46)
at uzv.b(:com.google.android.gms#11509470:11)
at uzv.a(:com.google.android.gms#11509470:29)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:22)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.a(:com.google.android.gms#11509470:4)
at com.google.android.gms.phenotype.gcmpush.GcmPushIntentOperation.onHandleIntent(:com.google.android.gms#11509470:18)
at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms#11509470:2)
at bwh.run(:com.google.android.gms#11509470:10)
at bwe.run(:com.google.android.gms#11509470:14)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
03-19 08:28:50.963 255-260/? E/Drm: Failed to find drm plugin
03-19 08:28:51.002 984-1809/com.google.android.gms.persistent E/NetworkScheduler.ATC: Provided calling package not found: com.google.android.apps.photos
03-19 08:28:52.273 1319-1954/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
03-19 08:28:52.605 984-984/com.google.android.gms.persistent E/BluetoothAdapter: Bluetooth binder is null
03-19 08:28:52.889 1319-1954/com.google.android.gms E/ProcessCheckinRequest: CheckinNowTaskTag : Checkin Succeeded: https://android.clients.google.com/checkin (request #1):
03-19 08:28:56.659 598-651/system_process E/SupplicantWifiScannerImpl: Failed to start scan, freqs={2412}
03-19 08:28:56.659 598-648/system_process E/WifiConnectivityManager: SingleScanListener onFailure: reason: -1 description: Scan failed
03-19 08:29:01.659 598-651/system_process E/SupplicantWifiScannerImpl: Failed to start scan, freqs={2412}
03-19 08:29:01.660 598-648/system_process E/WifiConnectivityManager: SingleScanListener onFailure: reason: -1 description: Scan failed
03-19 08:29:06.661 598-651/system_process E/SupplicantWifiScannerImpl: Failed to start scan, freqs={2412}
03-19 08:29:06.661 598-648/system_process E/WifiConnectivityManager: SingleScanListener onFailure: reason: -1 description: Scan failed
03-19 08:29:11.661 598-651/system_process E/SupplicantWifiScannerImpl: Failed to start scan, freqs={2412}
03-19 08:29:11.661 598-648/system_process E/WifiConnectivityManager: SingleScanListener onFailure: reason: -1 description: Scan failed
03-19 08:29:16.663 598-651/system_process E/SupplicantWifiScannerImpl: Failed to start scan, freqs={2412}
03-19 08:29:16.663 598-648/system_process E/WifiConnectivityManager: SingleScanListener onFailure: reason: -1 description: Scan failed
03-19 08:29:22.127 2106-2106/com.google.android.gms:car E/CAR.TEL.Service: Failed to bind to InCallService
03-19 08:29:22.393 1508-1508/com.android.vending E/Finsky: [1] com.google.android.finsky.wear.bl.a(3): onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
03-19 08:29:33.709 598-628/system_process E/PackageInstaller: Commit of session 1175500126 failed: Failed to extract native libraries, res=-113
03-19 08:29:33.723 1508-1508/com.android.vending E/Finsky: [1] com.google.android.finsky.cb.a.n.onReceive(27): Error -507 while installing com.android.vending: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113
03-19 08:29:38.209 2166-2173/com.android.deskclock E/art: Failed sending reply to debugger: Broken pipe
03-19 08:30:01.102 1319-1738/com.google.android.gms E/SQLiteCastStore: End saving paired guest mode devices
03-19 08:30:01.127 244-244/? E/lowmemorykiller: Error writing /proc/1814/oom_score_adj; errno=22
03-19 08:32:15.534 2221-2221/? E/memtrack: Couldn't load memtrack module (No such file or directory)
03-19 08:32:15.534 2221-2221/? E/android.os.Debug: failed to load memtrack module: -2
03-19 08:32:15.761 2236-2236/? E/memtrack: Couldn't load memtrack module (No such file or directory)
03-19 08:32:15.761 2236-2236/? E/android.os.Debug: failed to load memtrack module: -2
03-19 08:32:22.313 255-260/? E/Drm: Failed to find drm plugin
It looks like I am having some dependency issues. So I cleaned and rebuilt the project, still running into the same errors. I know for a fact it was compiling before it was pushed to Git.
I am trying to analyse a simple HelloJni project (built in Android Studio) using Valgrind and I am facing some troubles in the final steps when executing the application with Valgrind.
I am developing on a Nexus 4 device with Android 5.1.
Installation info:
I have used the "build_valgrind.sh" script to cross-compile valgrind (for api android-21) and to copy it to /data/local/Inst.
I have also copied "start_valgrind.sh" to /data/local/ folder, giving all permissions ("chmod 777) to the script.
Then I set properties to the HelloJni app.
adb shell "su -c 'setprop wrap.com.example.hellojni \"logwrapper /data/local/start_valgrind.sh \"'"
The actual problem comes when I try to execute the app:
adb shell "su -c 'am start -a android.intent.action.MAIN -n com.example.hellojni/.HelloJni'"
The logcat output I get is posted at the end.
When I execute the HelloJni app without setting logwrapper properties, it executes as expected. I am not sure what I am doing wrong, but it looks as if I have problems with "CheckJNI is OFF". Has someone been able to execute any application with this approach? Any help will be appreciated.
logcat_output
--------- beginning of main
I/Finsky (19498): [1] com.google.android.finsky.services.j.a(148): Installation state replication succeeded.
E/kickstart( 627): Wrote to /sys/power/wake_lock
E/kickstart( 627): Received file "/dev/block/platform/msm_sdcc.1/by-name/m9kefs1"
E/kickstart( 627): 786432 bytes transferred in 0.185s (4.06 MBps)
E/kickstart( 627): Successfully downloaded files from target
E/kickstart( 627): Wrote to /sys/power/wake_unlock
E/kickstart( 627): Sahara protocol completed
D/AndroidRuntime(22076): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(22076): CheckJNI is OFF
D/AndroidRuntime(22077): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(22077): CheckJNI is OFF
W/app_process32_o(22077): type=1400 audit(0.0:317): avc: denied { write } for name="system#framework#boot.art" dev="mmcblk0p23" ino=185108 scontext=u:r:shell:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file
D/AndroidRuntime(22076): Calling main entry com.android.commands.am.Am
--------- beginning of system
I/ActivityManager(18563): START u0 {act=android.intent.action.MAIN flg=0x10000000 cmp=com.example.hellojni/.HelloJni} from uid 0 on display 0
V/WindowManager(18563): addAppToken: AppWindowToken{385169a4 token=Token{13e037 ActivityRecord{2ce09936 u0 com.example.hellojni/.HelloJni t3}}} to stack=1 task=3 at 0
D/AndroidRuntime(22077): Calling main entry com.android.commands.am.Am
I/art (22110): Late-enabling -Xcheck:jni
I/start_valgrind.sh(22127): valgrind: cannot create log file '/sdcard/valgrind.log.22128': Permission denied
I/start_valgrind.sh(22127): start_valgrind.sh terminated by exit(1)
W/Zygote (18317): Error reading pid from wrapped process, child may have died
W/Zygote (18317): java.io.EOFException
W/Zygote (18317): at libcore.io.Streams.readFully(Streams.java:83)
W/Zygote (18317): at java.io.DataInputStream.readInt(DataInputStream.java:103)
W/Zygote (18317): at com.android.internal.os.ZygoteConnection.handleParentProc(ZygoteConnection.java:979)
W/Zygote (18317): at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:276)
W/Zygote (18317): at com.android.internal.os.ZygoteInit.runSelectLoop(ZygoteInit.java:788)
W/Zygote (18317): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
I/ActivityManager(18563): Start proc 22110:com.example.hellojni/u0a125 for activity com.example.hellojni/.HelloJni
D/AndroidRuntime(22076): Shutting down VM
I/art (22076): Debugger is no longer active
D/AndroidRuntime(22077): Shutting down VM
I/art (22077): Debugger is no longer active
I/Zygote (18317): Process 22110 exited cleanly (1)
W/ActivityManager(18563): Process ProcessRecord{173c48d3 22110:com.example.hellojni/u0a125} failed to attach
I/ActivityManager(18563): Killing 22110:com.example.hellojni/u0a125 (adj -100): start timeout
I'm currently using the Skobbler SDK in an Android app to handle mapping and turn-by-turn direction tasks. One issue that came up was the desire to change to frequency at which audio advice is issued from the SDK so that we don't have too many instructions being fired off one after the other.
I found this answer to another question which explains the need to modify an advice_places.adv file which I was able to find within the SDK provided SKMaps.zip file.
The issue I'm experiencing seems to be related to how I re-archive the zip file once I've finished making changes to the advice_places.adv file. I'm working on a Mac and it seems that regardless of if I use the built-in "Compress..." context menu option or if I perform a zip operation via the command line similar to:
zip -vr SKMaps.zip SKMaps/ -x "*.DS_Store"; chmod +x SKMaps.zip
I still can't seem to load my app without it crashing during the Skobbler SDK map initialization process.
I've narrowed down the issue to it being a zip/unzip related issue since I can recreate the crash even if I don't modify any of the contents of the SKMaps.zip but only unzip and then rezip.
Here is a dump of the logs that I see when my app crashes.
SKMaps D SKMapViewHolder----#onResume
D SKMapSurfaceView----#onResume
D SKMapSurfaceView----#onResume preserve GL context is TRUE
WindowManager V Adding window Window{278f3a43 u0 com.company.mymapapp/com.company.mymapapp.activities.MainActivity} at 23 of 32 (before Window{246caca8 u0 SurfaceView})
V Adding window Window{1b0d49f9 u0 SurfaceView} at 23 of 33 (before Window{278f3a43 u0 com.company.mymapapp/com.company.mymapapp.activities.MainActivity})
SKMaps D MapRenderer----#onSurfaceCreated
D MapRenderer----#onSurfaceCreated LinInitialized = true
D MapRenderer---- #initGLView
SkobblerNG D set density JNI - before NG_SetScreenScale
D set density JNI - after NG_SetScreenScale
libc F Fatal signal 11 (SIGSEGV), code 1, fault addr 0x4 in tid 24828 (GLThread 44711)
btif_config_util D btif_config_save_file(L188): in file name:/data/misc/bluedroid/bt_config.new
DEBUG I *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I Build fingerprint: 'google/shamu/shamu:5.1/LMY47I/1767468:user/release-keys'
I Revision: '33696'
I ABI: 'arm'
I pid: 24493, tid: 24828, name: GLThread 44711 >>> com.company.mymapapp <<<
I signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4
I r0 00000001 r1 00000000 r2 00000001 r3 00000029
I r4 a0edfcd0 r5 00000000 r6 a0edfc00 r7 a044a9b0
I r8 00000000 r9 a044a9d8 sl 00000001 fp 13250820
I ip 80000000 sp a044a978 lr 9e8d5efd pc 9e8d5f22 cpsr 600f0030
I backtrace:
I #00 pc 0018ef22 /data/app/com.company.mymapapp-1/lib/arm/libngnative.so (EarthSphere::SetupTextureInBufferFromTex(SK_WTEXTURE_ID&)+113)
I #01 pc 0018ff23 /data/app/com.company.mymapapp-1/lib/arm/libngnative.so (EarthSphere::Init(unsigned int, unsigned int)+190)
I #02 pc 0011dc7d /data/app/com.company.mymapapp-1/lib/arm/libngnative.so (MapRenderer::InitializeGlobeAndWorldTextures()+116)
I #03 pc 000fe1bd /data/app/com.company.mymapapp-1/lib/arm/libngnative.so (NG_InitializeGL+52)
I #04 pc 000e7fcf /data/app/com.company.mymapapp-1/lib/arm/libngnative.so (Java_com_skobbler_ngx_map_MapRenderer_initgl+14)
I #05 pc 0064b963 /data/dalvik-cache/arm/data#app#com.company.mymapapp-1#base.apk#classes.dex
I Tombstone written to: /data/tombstones/tombstone_07
ActivityManager W Force finishing activity 1 com.company.mymapapp/.activities.MainActivity
BootReceiver I Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)
JavaBinder E !!! FAILED BINDER TRANSACTION !!!
WindowState I WIN DEATH: Window{23adbb9a u0 SurfaceView}
NetlinkEvent E NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
E NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
NetdConnector E Error handling '613 IfaceClass active (null)': java.lang.NumberFormatException: Invalid int: "(null)"
WindowState I WIN DEATH: Window{246caca8 u0 SurfaceView}
I WIN DEATH: Window{259e40bc u0 com.company.mymapapp/com.company.mymapapp.activities.IntroActivity}
I WIN DEATH: Window{278f3a43 u0 com.company.mymapapp/com.company.mymapapp.activities.MainActivity}
I WIN DEATH: Window{1b0d49f9 u0 SurfaceView}
Zygote I Process 24493 exited due to signal (11)
ActivityManager W Exception thrown during pause
W android.os.TransactionTooLargeException
W at android.os.BinderProxy.transactNative(Native Method)
W at android.os.BinderProxy.transact(Binder.java:496)
W at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:704)
W at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:825)
W at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2726)
W at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2583)
W at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2497)
W at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:11500)
W at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11397)
W at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12081)
W at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:11592)
W at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
lowmemorykiller E Error opening /proc/24493/oom_score_adj; errno=2
Process com.company.mymapapp (PID: 24493) ended
If anyone has any information as to the preferred method of generating a zip file on a Mac for use with the Skobbler SDK in this fashion, I would appreciate any guidance.
Thank you!
Keith
I've had the same issue (I did the zipping/unzipping manually) - I did not get to the bottom of the problem but the trick is not to zip the SkMaps folder (that you get when unzipping) but the content of that folder (all the subfolders) in an archive named SkMaps.zip (go in the unpacked folder, SKMaps, select all the folder and compress them to an SKMaps.zip.
I'm not sure if this is Mac specific or zip specific. The SDK expects that when unzipping SKMaps.zip it will find a number of folders, but when you compress the SKMaps folder directly you end up with an archive that has as root folder a folder named SkMaps (which is wrong) and only inside that folder the correct folder structure.
On Android (4.3), if I start logging into Google Play Services and cancel with the back button, and then start logging into Facebook, my app immediately crashes with this output:
06-05 18:02:43.321 6393 6531 F chromium_net:
external/chromium/base/threading/thread_local_posix.cc:18:
[0605/180243:FATAL:thread_local_posix.cc(18)] Check failed: error == 0
(11 vs. 0)
06-05 18:02:43.321 6393 6531 F libc : Fatal signal 11 (SIGSEGV)
at 0xdeadbaad (code=1), thread 6531 (WebViewCoreThre)
06-05 18:02:43.331 6393 6393 D WebView : loadUrlImpl: called
06-05 18:02:43.341 2345 2472 D STATUSBAR-StatusBarManagerService:
manageDisableList what=0x0 pkg=WindowManager.LayoutParams
06-05 18:02:43.361 2345 2473 D LockPatternUtils: isPcwEnable = null
06-05 18:02:43.361 1935 1996 I SurfaceFlinger: id=3595 createSurf
(1x1),1 flag=4, MoginActivi
06-05 18:02:43.366 2345 5574 D LockPatternUtils: isPcwEnable = null
06-05 18:02:43.381 5714 5714 I DEBUG : * * ***
06-05 18:02:43.381 5714 5714 I DEBUG : Build fingerprint:
'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys'
06-05 18:02:43.381 5714 5714 I DEBUG : Revision: '12'
06-05 18:02:43.381 5714 5714 I DEBUG : pid: 6393, tid: 6531, name:
WebViewCoreThre >>> com.XX.Test <<<
06-05 18:02:43.381 5714 5714 I DEBUG : signal 11 (SIGSEGV), code 1
(SEGV_MAPERR), fault addr deadbaad
06-05 18:02:43.381 2345 5574 D LockPatternUtils: isPcwEnable = null
06-05 18:02:43.391 2345 2473 D LockPatternUtils: isPcwEnable = null
06-05 18:02:43.736 2588 2588 D STATUSBAR-NetworkController:
onSignalStrengthsChanged signalStrength=SignalStrength: 9 -1 -1 -1 -1
-1 -1 99 -140 -20 -200 -1 2147483647 gsm|lte 0x3 level=3
06-05 18:02:44.211 5714 5714 I DEBUG : r0 00000027 r1
00000000 r2 00000000 r3 deadbaad
If I start the Facebook login and cancel, and then start the Google Play Games login, O also get the crash.
I'm using Unity 4.6.5, Facebook SDK 6.2.2, and Google Play Games Plugin for Unity 0.9.20. Both logins work fine, unless if I attempt them both.
How do I go about fixing this?
You can see in your crash this line:
06-05 18:02:43.321 6393 6531 F libc : Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 6531 (WebViewCoreThre)
I'd refer you here where you can see:
0xDEADBAAD ("dead bad") is used by the Android libc abort() function when native heap corruption is detected.
You'll need to provide a lot more info about your app and crash for this to be solved properly. I'd look into the WebView that you are opening (or maybe Unity is creating for you?). Please generate a bug report after the crash (It's in the Developers Settings) and email it to yourself, there you might find a Tombstone which might give you a lot more info (if you have the tombstone dereferencer, or whatever it's called, I forget).
A wild guess: Do you have a 'on complete' callback that does something to your UI?
Even if you abort/go back the process will continue unless you do something to cancel it. If it continues and the view is changed, your onComplete-method might access variables that are no longer available since you changed your view.
I have successfully ported android for sabre-sdp board,and it is booting till init process after that it is showing (init:untrackedpid xxxx).I have all the log from booting process to end and also ihave collected logcat logs also . please go through ,if you find any solution help me out.
Thanks in advance for your support
Logcat LOGS
------------------------------------------------------------------
root#android:/ # logcat
--------- beginning of /dev/log/main
D/ ( 2351): init_sensors
D/ ( 2351): find sensor name mma845x
D/ ( 2351): input device 'mma845x' opened, fd = 8
E/installd( 2348): Could not create directories; exiting.
I/DEBUG ( 2342): debuggerd: May 13 2013 18:03:14
D/ ( 2351): find sensor name mag3110
D/ ( 2351): input device 'mag3110' opened, fd = 10
D/MagDaemon( 2351): magnetic sensor calibrate daemon start
D/MagCalibrated( 2351): fl_calib = 1
D/MagDaemon( 2351): magnetic calibrate daemon set threshold 100.000000
E/keystore( 2349): chdir: /data/misc/keystore: No such file or directory
--------- beginning of /dev/log/system
I/Vold ( 2340): Vold 2.1 (the revenge) firing up
D/Vold ( 2340): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 2340): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 2341): Netd 1.0 starting
D/Vold ( 2340): Volume extsd state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 2340): Volume extsd state changing 2 (Pending) -> 1 (Idle-Unmounted)
E/DirectVolume( 2340): Invalid 'PARTN' value
E/DirectVolume( 2340): Invalid 'PARTN' value
D/MDnsDS ( 2341): MDnsSdListener::Hander starting up
D/MDnsDS ( 2341): MDnsSdListener starting to monitor
D/MDnsDS ( 2341): Going to poll with pollCount 1
I/mediaserver( 2346): ServiceManager: 0x41992ce0
I/AudioFlinger( 2346): Using default 3000 mSec as standby time.
I/CameraService( 2346): CameraService started (pid=2346)
I/FslCameraHAL( 2346): Face Back Camera is ov5640_mipi, orient is 0
I/FslCameraHAL( 2346): Face Front Camera is uvc,ov5642_camera,ov5640_camera, orient is 0
D/AndroidRuntime( 2344):
D/AndroidRuntime( 2344): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 2344): CheckJNI is ON
I/AndroidRuntime( 2344): JNI options: '-Xjniopts:warnonly'
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/system#framework#core.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/core.jar'
I/SurfaceFlinger( 2343): SurfaceFlinger is starting
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/system#framework#core-junit.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/core-junit.jar'
I/SurfaceFlinger( 2343): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/system#framework#bouncycastle.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/system#framework#ext.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/system#framework#framework.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/framework.jar'
D/dalvikvm( 2344): Unable to stat classpath element '/system/framework/telephony-common.jar'
D/dalvikvm( 2344): Unable to stat classpath element '/system/framework/mms-common.jar'
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/system#framework#android.policy.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/android.policy.jar'
W/imx6.gralloc( 2343): 32bpp setting of Framebuffer catched!
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/system#framework#services.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 2344): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 2344): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/system#framework#apache-xml.jar#classes.dex)
D/dalvikvm( 2344): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 2344): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar'
E/dalvikvm( 2344): VM aborting
F/libc ( 2344): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 2344 (zygote)
Had the same issue. This happens when the data partition didnt get flash properly. Watch out for indications like:
dd: writing to ‘/dev/mmcblk0’: No space left on device
or
[65561.466071] EXT4-fs (mmcblk0p4): bad geometry: block count 1653768 exceeds size of device (1639176 blocks)
[65602.323558] EXT4-fs (mmcblk0p4): bad geometry: block count 1653768 exceeds size of device (1639176 blocks)
Getting a larger SDCard would be a better idea.