Fatal Signal in log - Xposed General

Hi there, actually no problems on my moto x with stock rom and xposed but watching log there is a fatal signal logged. Can't find nothing on google inside xda, my 2 modules are running good, no battery drain, no warm device only these two lines.
Can somebody explain, in few words, what this means?
Good night

michyall said:
Hi there, actually no problems on my moto x with stock rom and xposed but watching log there is a fatal signal logged. Can't find nothing on google inside xda, my 2 modules are running good, no battery drain, no warm device only these two lines.
Can somebody explain, in few words, what this means?
Good night
Click to expand...
Click to collapse
Well, "fatal signal" in Linux/Android terms means the process died or crashed. The "F/libc" means the fatal crash occurred in the libc library.
I also get these errors on my Moto X. I suspect it has something to do with us using Android 5.0 since most other Lollipop phones are on 5.0.1 or 5.0.2. My log contains a bit more information, notably the backtrace, which indicates this is occurring in dex2oat (one of the files replaced by Xposed).
Code:
11-20 00:00:01.980 I/Xposed ( 385): -----------------
11-20 00:00:01.980 I/Xposed ( 385): Starting Xposed binary version 60, compiled for SDK 21
11-20 00:00:01.980 I/Xposed ( 385): Phone: XT1095 (motorola), Android version 5.0 (SDK 21)
11-20 00:00:01.980 I/Xposed ( 385): ROM: LXE22.46-11
11-20 00:00:01.980 I/Xposed ( 385): Build fingerprint: motorola/victara_tmo/victara:5.0/LXE22.46-11/10:user/release-keys
11-20 00:00:01.980 I/Xposed ( 385): Platform: armeabi-v7a, 32-bit binary, system server: yes
11-20 00:00:01.980 I/Xposed ( 385): SELinux enabled: yes, enforcing: yes
02-14 12:04:48.293 I/Xposed ( 385): -----------------
02-14 12:04:48.298 I/Xposed ( 385): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
02-14 12:04:48.709 I/Xposed ( 385): Detected ART runtime
02-14 12:04:48.735 I/Xposed ( 385): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
02-14 12:04:48.919 I/Xposed ( 385): Initializing XposedBridge version 61
02-14 12:04:49.038 I/Xposed ( 385): Loading modules from /data/app/com.oasisfeng.greenify-2/base.apk
02-14 12:04:49.237 I/Xposed ( 385): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
02-14 12:04:49.261 I/Xposed ( 385): Loading class com.oasisfeng.greenify.pro.SettingsPatch
02-14 23:02:35.698 F/libc (12653): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb32050c0 in tid 12653 (main)
02-14 23:02:35.698 F/libc (12653): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb3221eae in tid 12657 (Compiler driver)
02-14 23:02:35.698 F/libc (12653): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb3221f1a in tid 12656 (Compiler driver)
02-14 23:02:35.698 F/libc (12653): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb322212a in tid 12655 (Compiler driver)
02-14 23:02:35.841 I/DEBUG ( 368): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-14 23:02:35.841 I/DEBUG ( 368): Build fingerprint: 'motorola/victara_tmo/victara:5.0/LXE22.46-11/10:user/release-keys'
02-14 23:02:35.842 I/DEBUG ( 368): Revision: 'p2bf'
02-14 23:02:35.842 I/DEBUG ( 368): ABI: 'arm'
02-14 23:02:35.846 I/DEBUG ( 368): pid: 12653, tid: 12657, name: Compiler driver >>> /system/bin/dex2oat <<<
02-14 23:02:35.846 I/DEBUG ( 368): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb3221eae
02-14 23:02:35.893 I/DEBUG ( 368): r0 00000001 r1 0000206e r2 0000000b r3 00000002
02-14 23:02:35.893 E/DEBUG ( 368): AM write failure (32 / Broken pipe)
02-14 23:02:35.893 I/DEBUG ( 368): r4 b3221eac r5 00000002 r6 b2ec0b30 r7 00000007
02-14 23:02:35.893 I/DEBUG ( 368): r8 00000435 r9 b6ea8618 sl b6a4a970 fp b3221ea8
02-14 23:02:35.893 I/DEBUG ( 368): ip b6a1c538 sp b2ec0a58 lr b6985e2f pc b696753a cpsr 600b0030
02-14 23:02:35.893 I/DEBUG ( 368):
02-14 23:02:35.893 I/DEBUG ( 368): backtrace:
02-14 23:02:35.893 I/DEBUG ( 368): #00 pc 0012253a /system/lib/libart-compiler.so (art::optimizer::DexCompiler::Compile()+517)
02-14 23:02:35.893 I/DEBUG ( 368): #01 pc 001230cf /system/lib/libart-compiler.so (ArtCompileDEX+114)
02-14 23:02:35.893 I/DEBUG ( 368): #02 pc 001434cd /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+704)
02-14 23:02:35.893 I/DEBUG ( 368): #03 pc 00143d5b /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1458)
02-14 23:02:35.894 I/DEBUG ( 368): #04 pc 0013aac1 /system/lib/libart-compiler.so
02-14 23:02:35.894 I/DEBUG ( 368): #05 pc 0022d6cb /system/lib/libart.so (art::ThreadPoolWorker::Run()+34)
02-14 23:02:35.894 I/DEBUG ( 368): #06 pc 0022df19 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
02-14 23:02:35.894 I/DEBUG ( 368): #07 pc 00015e6b /system/lib/libc.so (__pthread_start(void*)+30)
02-14 23:02:35.894 I/DEBUG ( 368): #08 pc 00013e3f /system/lib/libc.so (__start_thread+6)
02-14 23:02:36.000 I/DEBUG ( 368):
02-14 23:02:36.000 I/DEBUG ( 368): Tombstone written to: /data/tombstones/tombstone_09
02-14 23:02:36.051 E/DEBUG ( 368): unexpected waitpid response: n=12656, status=0000000b
02-14 23:03:07.209 F/libc (12713): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb327d0c0 in tid 12713 (main)
02-14 23:03:07.209 F/libc (12713): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb3299eae in tid 12715 (Compiler driver)
02-14 23:03:07.209 F/libc (12713): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb3299f1a in tid 12716 (Compiler driver)
02-14 23:03:07.209 F/libc (12713): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb329a12a in tid 12717 (Compiler driver)
02-14 23:03:07.340 I/DEBUG (12665): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-14 23:03:07.340 E/DEBUG (12665): AM write failure (32 / Broken pipe)
02-14 23:03:07.340 I/DEBUG (12665): Build fingerprint: 'motorola/victara_tmo/victara:5.0/LXE22.46-11/10:user/release-keys'
02-14 23:03:07.340 I/DEBUG (12665): Revision: 'p2bf'
02-14 23:03:07.340 I/DEBUG (12665): ABI: 'arm'
02-14 23:03:07.340 I/DEBUG (12665): pid: 12713, tid: 12713, name: main >>> /system/bin/dex2oat <<<
02-14 23:03:07.340 I/DEBUG (12665): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb327d0c0
02-14 23:03:07.356 I/DEBUG (12665): r0 00000001 r1 0000106e r2 00000028 r3 00000002
02-14 23:03:07.356 I/DEBUG (12665): r4 b327d0be r5 00000003 r6 beb60e08 r7 0000013c
02-14 23:03:07.356 I/DEBUG (12665): r8 00008367 r9 b6f20618 sl b6ac2970 fp b327d0b8
02-14 23:03:07.356 I/DEBUG (12665): ip b6a94538 sp beb60d30 lr b69fde2f pc b69df53a cpsr 600e0030
02-14 23:03:07.356 I/DEBUG (12665):
02-14 23:03:07.356 I/DEBUG (12665): backtrace:
02-14 23:03:07.356 I/DEBUG (12665): #00 pc 0012253a /system/lib/libart-compiler.so (art::optimizer::DexCompiler::Compile()+517)
02-14 23:03:07.356 I/DEBUG (12665): #01 pc 001230cf /system/lib/libart-compiler.so (ArtCompileDEX+114)
02-14 23:03:07.357 I/DEBUG (12665): #02 pc 001434cd /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+704)
02-14 23:03:07.357 I/DEBUG (12665): #03 pc 00143d5b /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1458)
02-14 23:03:07.357 I/DEBUG (12665): #04 pc 0013aac1 /system/lib/libart-compiler.so
02-14 23:03:07.357 I/DEBUG (12665): #05 pc 0022d9b1 /system/lib/libart.so (art::ThreadPool::Wait(art::Thread*, bool, bool)+172)
02-14 23:03:07.357 I/DEBUG (12665): #06 pc 0013da47 /system/lib/libart-compiler.so
02-14 23:03:07.357 I/DEBUG (12665): #07 pc 0013e2bb /system/lib/libart-compiler.so (art::CompilerDriver::Compile(_jobject*, std::__1::vector<art::DexFile const*, std::__1::allocator<art::DexFile const*> > const&, art::ThreadPool*, art::TimingLogger*)+146)
02-14 23:03:07.357 I/DEBUG (12665): #08 pc 00146a75 /system/lib/libart-compiler.so (art::CompilerDriver::CompileAll(_jobject*, std::__1::vector<art::DexFile const*, std::__1::allocator<art::DexFile const*> > const&, art::TimingLogger*)+64)
02-14 23:03:07.357 I/DEBUG (12665): #09 pc 0000c7c9 /system/bin/dex2oat
02-14 23:03:07.357 I/DEBUG (12665): #10 pc 0000ea3f /system/bin/dex2oat
02-14 23:03:07.357 I/DEBUG (12665): #11 pc 00012115 /system/lib/libc.so (__libc_init+44)
02-14 23:03:07.357 I/DEBUG (12665): #12 pc 00006844 /system/bin/dex2oat
02-14 23:03:07.497 I/DEBUG (12665):
02-14 23:03:07.497 I/DEBUG (12665): Tombstone written to: /data/tombstones/tombstone_00
02-14 23:03:07.548 E/DEBUG (12665): unexpected waitpid response: n=12716, status=0000000b

Thanks Sir.
Maybe next days i flash a custom rom with 5.0.2 and see what's in the log.

.
I'm seeing the same errors in my logs as well, but I'm also facing problems from the gravitybox module not really working... Can it be related? The module devs can't really offer any help as long as my framework is raising exceptions

bump

Related

Major problems with custom roms

Ok, I've had this phone rooted and setup with Cyanogen for months. Probably 7 or 8 months. Last night, it started having some issues, so I opened up the Cyanogen updater and told it to get the latest one, given I was running a rather old version. It downloads it, installs, goes to restart, and gets stuck on the boot screen (in my case, the Rogers screen).
Fast forward to today, I have been flashing and installing all sorts of different firmwares, trying to get it working. 0 luck. Started looking at the log, and this is the output of 4.2.7 with adb's logcat. Any help would be greatly appreciated.
Code:
E/AndroidRuntime( 422): JNI_CreateJavaVM failed
D/AndroidRuntime( 423):
D/AndroidRuntime( 423): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 423): CheckJNI is OFF
E/dalvikvm( 423): Unable to find constructor for StackTraceElement
D/dalvikvm( 423): VM cleaning up
D/dalvikvm( 423): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 423): JNI_CreateJavaVM failed
E/AndroidRuntime( 423): JNI_CreateJavaVM failed
E/vold ( 131): Unable to read framework command (Bad file number)
E/vold ( 131): Error processing framework command (Bad file number)
D/AndroidRuntime( 424):
D/AndroidRuntime( 424): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 424): CheckJNI is OFF
E/dalvikvm( 424): Unable to find constructor for StackTraceElement
D/dalvikvm( 424): VM cleaning up
D/dalvikvm( 424): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 424): JNI_CreateJavaVM failed
E/AndroidRuntime( 424): JNI_CreateJavaVM failed
D/AndroidRuntime( 425):
D/AndroidRuntime( 425): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 425): CheckJNI is OFF
E/dalvikvm( 425): Unable to find constructor for StackTraceElement
D/dalvikvm( 425): VM cleaning up
D/dalvikvm( 425): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 425): JNI_CreateJavaVM failed
E/AndroidRuntime( 425): JNI_CreateJavaVM failed
D/AndroidRuntime( 426):
D/AndroidRuntime( 426): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 426): CheckJNI is OFF
E/dalvikvm( 426): Unable to find constructor for StackTraceElement
D/dalvikvm( 426): VM cleaning up
D/dalvikvm( 426): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 426): JNI_CreateJavaVM failed
E/AndroidRuntime( 426): JNI_CreateJavaVM failed
D/AndroidRuntime( 427):
D/AndroidRuntime( 427): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 427): CheckJNI is OFF
E/dalvikvm( 427): Unable to find constructor for StackTraceElement
D/dalvikvm( 427): VM cleaning up
D/dalvikvm( 427): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 427): JNI_CreateJavaVM failed
E/AndroidRuntime( 427): JNI_CreateJavaVM failed
D/AndroidRuntime( 428):
D/AndroidRuntime( 428): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 428): CheckJNI is OFF
E/dalvikvm( 428): Unable to find constructor for StackTraceElement
D/dalvikvm( 428): VM cleaning up
D/dalvikvm( 428): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 428): JNI_CreateJavaVM failed
E/AndroidRuntime( 428): JNI_CreateJavaVM failed
D/AndroidRuntime( 429):
D/AndroidRuntime( 429): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 429): CheckJNI is OFF
E/dalvikvm( 429): Unable to find constructor for StackTraceElement
D/dalvikvm( 429): VM cleaning up
D/dalvikvm( 429): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 429): JNI_CreateJavaVM failed
E/AndroidRuntime( 429): JNI_CreateJavaVM failed
D/AndroidRuntime( 430):
D/AndroidRuntime( 430): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 430): CheckJNI is OFF
E/dalvikvm( 430): Unable to find constructor for StackTraceElement
D/dalvikvm( 430): VM cleaning up
D/dalvikvm( 430): LinearAlloc 0x0 used 20780 of 5242880 (0%)
W/dalvikvm( 430): JNI_CreateJavaVM failed
E/AndroidRuntime( 430): JNI_CreateJavaVM failed
Etc, etc, etc
what cyanogen rom were you on before you downloaded the rom from the updater?
oshizzle1991 said:
what cyanogen rom were you on before you downloaded the rom from the updater?
Click to expand...
Click to collapse
I don't remember an exact version, I want to say it was 4.1.x
You need to flash the htc recovery image the cyanogen ROM. You will probably need to wipe and format your ext partition also.
cloverdale said:
You need to flash the htc recovery image the cyanogen ROM. You will probably need to wipe and format your ext partition also.
Click to expand...
Click to collapse
Already done that with most of the latest flashes. That would be the one from the signed-dream_devphone_userdebug-ota- ***.zip, correct? If so, I have flashed with 14721, and repartitioned several times with sdparted.
I actually have it now at the "Welcome to T-Mobile G1" screen...only problem is that all the applications are dropping like flies.
Force close on com.android.mms, com.android.phone, come.android.process.gapps
Skipping through that and going to the home screen brings..
Force close on com.google.android.apps.uploader, and no home screen at all. Just a black screen and a notification bar.
Log output as such:
Code:
I/ActivityThread( 1531): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
I/dalvikvm( 1531): Unknown chunk 0x99b00203 (??), size=-268302586 in aux data area
D/dalvikvm( 155): GC freed 9667 objects / 842832 bytes in 397ms
I/CheckinService( 155): Sending checkin request (15493 bytes)...
D/Zygote ( 130): Process 1525 terminated by signal (11)
I/ActivityManager( 155): Process com.google.process.gapps (pid 1525) has died.
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 87783ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 11887ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 21887ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 31886ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 57778ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 89045409464320ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 67776ms
W/ActivityManager( 155): Scheduling restart of crashed service com.google.android.googleapps/.GoogleLoginService in 77776ms
I/DEBUG ( 1535): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1535): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:user/ota-rel-keys,release-keys'
I/DEBUG ( 1535): pid: 1531, tid: 1531 >>> android.process.acore <<<
I/DEBUG ( 1535): signal 11 (SIGSEGV), fault addr 35434798
I/DEBUG ( 1535): r0 0000004d r1 00000007 r2 d1918f9e r3 3c0081c4
I/DEBUG ( 1535): r4 002c90a0 r5 35434798 r6 ad07ff50 r7 f0020710
I/DEBUG ( 1535): r8 ad00f380 r9 0000bc20 10 4104eb9c fp 00000000
I/DEBUG ( 1535): ip afbc30c8 sp be8ae598 lr afbc1055 pc ad05ecc0 cpsr 20000030
I/ActivityManager( 155): Start proc com.google.process.gapps for restart com.google.process.gapps: pid=1539 uid=10020 gids={3003}
I/ActivityThread( 1539): Publishing provider com.google.settings: com.google.android.providers.settings.GoogleSettingsProvider
I/ActivityThread( 1539): Publishing provider gmail-ls: com.google.android.providers.gmail.MailProvider
I/dalvikvm( 1539): Unknown chunk 0x01190119 (), size=18415897 in aux data area
I/DEBUG ( 1535): #00 pc 0005ecc0 /system/lib/libdvm.so
I/DEBUG ( 1535): #01 pc 0005f3b4 /system/lib/libdvm.so
I/DEBUG ( 1535): #02 pc 000341cc /system/lib/libdvm.so
I/DEBUG ( 1535): #03 pc 0003c540 /system/lib/libdvm.so
I/DEBUG ( 1535): #04 pc 000525b4 /system/lib/libdvm.so
I/DEBUG ( 1535): #05 pc 00013f58 /system/lib/libdvm.so
I/DEBUG ( 1535): #06 pc 00019888 /system/lib/libdvm.so
I/DEBUG ( 1535): #07 pc 00018d5c /system/lib/libdvm.so
I/DEBUG ( 1535): #08 pc 0004d468 /system/lib/libdvm.so
I/DEBUG ( 1535): #09 pc 00054f4c /system/lib/libdvm.so
I/DEBUG ( 1535): #10 pc 00013f58 /system/lib/libdvm.so
I/DEBUG ( 1535): #11 pc 00019888 /system/lib/libdvm.so
I/DEBUG ( 1535): #12 pc 00018d5c /system/lib/libdvm.so
I/DEBUG ( 1535): #13 pc 0004d77c /system/lib/libdvm.so
I/DEBUG ( 1535): #14 pc 0003a74c /system/lib/libdvm.so
I/DEBUG ( 1535): #15 pc 00028374 /system/lib/libandroid_runtime.so
I/DEBUG ( 1535): #16 pc 00028e82 /system/lib/libandroid_runtime.so
I/DEBUG ( 1535): #17 pc 00008c9e /system/bin/app_process
I/DEBUG ( 1535): #18 pc 0000c4c2 /system/lib/libc.so
I/DEBUG ( 1535): #19 pc b00018c6 /system/bin/linker
I/DEBUG ( 1535): stack:
I/DEBUG ( 1535): be8ae558 00000000
I/DEBUG ( 1535): be8ae55c 0001f032 [heap]
I/DEBUG ( 1535): be8ae560 000081a4 /system/bin/app_process
I/DEBUG ( 1535): be8ae564 00000001
I/DEBUG ( 1535): be8ae568 000003e8
I/DEBUG ( 1535): be8ae56c 00002718
I/DEBUG ( 1535): be8ae570 00000000
I/DEBUG ( 1535): be8ae574 d1918f9e
I/DEBUG ( 1535): be8ae578 00000000
I/DEBUG ( 1535): be8ae57c 002c90a0 [heap]
I/DEBUG ( 1535): be8ae580 45414088 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae584 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae588 f0020706
I/DEBUG ( 1535): be8ae58c ad05eca7 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae590 df002777
I/DEBUG ( 1535): be8ae594 e3a070ad
I/DEBUG ( 1535): #00 be8ae598 00000099
I/DEBUG ( 1535): be8ae59c 000000b0
I/DEBUG ( 1535): be8ae5a0 00000002
I/DEBUG ( 1535): be8ae5a4 00000003
I/DEBUG ( 1535): be8ae5a8 f0020706
I/DEBUG ( 1535): be8ae5ac 00000028
I/DEBUG ( 1535): be8ae5b0 00000028
I/DEBUG ( 1535): be8ae5b4 ad06587c /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5b8 45414090 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae5bc ad076eb2 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5c0 002c90a0 [heap]
I/DEBUG ( 1535): be8ae5c4 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5c8 453e4000 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae5cc 002c90a0 [heap]
I/DEBUG ( 1535): be8ae5d0 00030090 [heap]
I/DEBUG ( 1535): be8ae5d4 ad05f3b9 /system/lib/libdvm.so
I/DEBUG ( 1535): #01 be8ae5d8 00000000
I/DEBUG ( 1535): be8ae5dc 00000000
I/DEBUG ( 1535): be8ae5e0 00000000
I/DEBUG ( 1535): be8ae5e4 00030090 [heap]
I/DEBUG ( 1535): be8ae5e8 002c90a0 [heap]
I/DEBUG ( 1535): be8ae5ec 00000000
I/DEBUG ( 1535): be8ae5f0 00000400
I/DEBUG ( 1535): be8ae5f4 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5f8 be8ae610 [stack]
I/DEBUG ( 1535): be8ae5fc 00000028
I/DEBUG ( 1535): be8ae600 be8ae6a8 [stack]
I/DEBUG ( 1535): be8ae604 ad0341d1 /system/lib/libdvm.so
I/CheckinService( 155): From server: Intent { act=android.server.checkin.FOTA_CANCEL }
I/ActivityManager( 155): Process android.process.acore (pid 1531) has died.
I/ActivityManager( 155): Start proc android.process.acore for restart android.process.acore: pid=1545 uid=10008 gids={3003, 3002, 3001, 1006, 1015}
D/Zygote ( 130): Process 1531 terminated by signal (11)
I/DEBUG ( 1535): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1535): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:user/ota-rel-keys,release-keys'
I/DEBUG ( 1535): pid: 1539, tid: 1539 >>> com.google.process.gapps <<<
I/DEBUG ( 1535): signal 11 (SIGSEGV), fault addr 45d67248
I/DEBUG ( 1535): r0 0000004b r1 00000007 r2 d1918f9e r3 0046404a
I/DEBUG ( 1535): r4 0011b998 r5 45d67248 r6 ad07ff50 r7 01190128
I/DEBUG ( 1535): r8 ad00f380 r9 0000bc20 10 4104eb9c fp 00000000
I/DEBUG ( 1535): ip afbc30c8 sp be8ae598 lr afbc1055 pc ad05ecc0 cpsr 00000030
I/ActivityThread( 1545): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
I/ActivityThread( 1545): Publishing provider contacts;call_log: com.android.providers.contacts.GoogleContactsProvider
I/DEBUG ( 1535): #00 pc 0005ecc0 /system/lib/libdvm.so
I/DEBUG ( 1535): #01 pc 0005f3b4 /system/lib/libdvm.so
I/DEBUG ( 1535): #02 pc 000341cc /system/lib/libdvm.so
I/DEBUG ( 1535): #03 pc 0003c540 /system/lib/libdvm.so
I/DEBUG ( 1535): #04 pc 000525b4 /system/lib/libdvm.so
I/DEBUG ( 1535): #05 pc 00013f58 /system/lib/libdvm.so
I/DEBUG ( 1535): #06 pc 00019888 /system/lib/libdvm.so
I/DEBUG ( 1535): #07 pc 00018d5c /system/lib/libdvm.so
I/DEBUG ( 1535): #08 pc 0004d468 /system/lib/libdvm.so
I/DEBUG ( 1535): #09 pc 00054f4c /system/lib/libdvm.so
I/DEBUG ( 1535): #10 pc 00013f58 /system/lib/libdvm.so
I/DEBUG ( 1535): #11 pc 00019888 /system/lib/libdvm.so
I/DEBUG ( 1535): #12 pc 00018d5c /system/lib/libdvm.so
I/DEBUG ( 1535): #13 pc 0004d77c /system/lib/libdvm.so
I/DEBUG ( 1535): #14 pc 0003a74c /system/lib/libdvm.so
I/ActivityThread( 1545): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
I/DEBUG ( 1535): #15 pc 00028374 /system/lib/libandroid_runtime.so
I/DEBUG ( 1535): #16 pc 00028e82 /system/lib/libandroid_runtime.so
I/DEBUG ( 1535): #17 pc 00008c9e /system/bin/app_process
I/DEBUG ( 1535): #18 pc 0000c4c2 /system/lib/libc.so
I/DEBUG ( 1535): #19 pc b00018c6 /system/bin/linker
I/DEBUG ( 1535): stack:
I/DEBUG ( 1535): be8ae558 00000000
I/DEBUG ( 1535): be8ae55c 0001f04d [heap]
I/DEBUG ( 1535): be8ae560 000081a4 /system/bin/app_process
I/DEBUG ( 1535): be8ae564 00000001
I/DEBUG ( 1535): be8ae568 000003e8
I/DEBUG ( 1535): be8ae56c 00002724
I/DEBUG ( 1535): be8ae570 00000000
I/DEBUG ( 1535): be8ae574 d1918f9e
I/DEBUG ( 1535): be8ae578 00000000
I/DEBUG ( 1535): be8ae57c 0011b998 [heap]
I/DEBUG ( 1535): be8ae580 44bd7120 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae584 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae588 01190119
I/DEBUG ( 1535): be8ae58c ad05eca7 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae590 df002777
I/DEBUG ( 1535): be8ae594 e3a070ad
I/DEBUG ( 1535): #00 be8ae598 00000001
I/DEBUG ( 1535): be8ae59c 00000019
I/DEBUG ( 1535): be8ae5a0 00000001
I/DEBUG ( 1535): be8ae5a4 00000019
I/DEBUG ( 1535): be8ae5a8 01190119
I/DEBUG ( 1535): be8ae5ac 0000001f
I/DEBUG ( 1535): be8ae5b0 0000001f
I/DEBUG ( 1535): be8ae5b4 ad06587c /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5b8 44bd7128 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae5bc ad076eb2 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5c0 0011b998 [heap]
I/DEBUG ( 1535): be8ae5c4 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5c8 44b94000 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 1535): be8ae5cc 0011b998 [heap]
I/DEBUG ( 1535): be8ae5d0 00043128 [heap]
I/DEBUG ( 1535): be8ae5d4 ad05f3b9 /system/lib/libdvm.so
I/DEBUG ( 1535): #01 be8ae5d8 00000000
I/DEBUG ( 1535): be8ae5dc 00000000
I/DEBUG ( 1535): be8ae5e0 00000000
I/DEBUG ( 1535): be8ae5e4 00043128 [heap]
I/DEBUG ( 1535): be8ae5e8 0011b998 [heap]
I/DEBUG ( 1535): be8ae5ec 00000000
I/DEBUG ( 1535): be8ae5f0 00000400
I/DEBUG ( 1535): be8ae5f4 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 1535): be8ae5f8 be8ae610 [stack]
I/DEBUG ( 1535): be8ae5fc 0000001f
I/DEBUG ( 1535): be8ae600 be8ae6a8 [stack]
I/DEBUG ( 1535): be8ae604 ad0341d1 /system/lib/libdvm.so
Try again in this order:
Remove the sdcard (with the phone off) and format with gparted (do a fresh format at least to the ext). Place the sdcard in the phone and boot to recovery. Wipe everything, then flash the htc recovery, then WITHOUT A REBOOT, flash cyanogen.
I had something similar happen to me last week, and I had to repeat the above a few times, but it eventually worked.
cloverdale said:
Try again in this order:
Remove the sdcard (with the phone off) and format with gparted (do a fresh format at least to the ext). Place the sdcard in the phone and boot to recovery. Wipe everything, then flash the htc recovery, then WITHOUT A REBOOT, flash cyanogen.
I had something similar happen to me last week, and I had to repeat the above a few times, but it eventually worked.
Click to expand...
Click to collapse
Is there a huge difference if I mount the sdcard from the phone (via the console and echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file) vs directly in the computer (given that the phone is the only way I currently have to access the sdcard.
Regardless, going to give your instructions a few steps right now with my method of loading it up, just to test. Wish me luck.
Result is the same, stuff dies and blank, black, useless home screen. Another interesting tidbit to this story is the fact that even though I am connected to a network, and show as having a full signal and 3G connection....no outgoing data seems to be going on.
Well, another update, but a bit of a sad one, in my opinion.
I got it working. But not with Cyanogen. I used this rom, and it installed and worked fine.
This is strange, it is way beyond me why this would be happening to you. lbcoder is one of the only people I can think of on here that would probably know.

[DEV] wildfire S new base (2.3.3)

sorry for my poor English
source from here : http://forum.xda-developers.com/showpost.php?p=12157080&postcount=1
extract system.img and repack
http://www.mediafire.com/?ulleq3cebpu7945
DO NOT FLASH IT. it doesn't boot on our wildfire..
here is my logcat.
Code:
--------- beginning of /dev/log/main
D/AK8975 ( 79): AK8975 daemon 1.1.0 Start
D/AK8975 ( 79): (Library version : 1.2.1.1125)
E/AK8975 ( 79): m_hDevice = -1
E/AK8975 ( 79): m_aDevice = 7
E/AK8975 ( 79): Device initialization failed.
E/AK8975 ( 79):
E/AK8975 ( 79): m_hDevice = -1
E/AK8975 ( 79): m_aDevice = 7
E/AK8975 ( 79): Device initialization failed.
E/AK8975 ( 79):
--------- beginning of /dev/log/system
I/Vold ( 71): Vold 2.1 (the revenge) firing up
E/AK8975 ( 79): m_hDevice = -1
E/AK8975 ( 79): m_aDevice = 7
E/AK8975 ( 79): Device initialization failed.
E/AK8975 ( 79):
D/Vold ( 71): usb_configuration switch is not enabled in the kernel
I/Netd ( 72): Netd 1.0 starting
D/Vold ( 71): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/DirectVolume( 71): device name = mmcblk0
D/Vold ( 71): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 71): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I//system/bin/iptables( 72): Flushing chain `INPUT'
I/DEBUG ( 73): debuggerd: Mar 15 2011 20:39:30
I//system/bin/iptables( 72): Flushing chain `OUTPUT'
I//system/bin/iptables( 72): Flushing chain `FORWARD'
I//system/bin/iptables( 72): Flushing chain `PREROUTING'
I//system/bin/iptables( 72): Flushing chain `POSTROUTING'
I//system/bin/iptables( 72): Flushing chain `OUTPUT'
D/AndroidRuntime( 75):
D/AndroidRuntime( 75): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 75): CheckJNI is OFF
I/dalvikvm( 75): mlock: /system/framework/core.odex, fd=10
I/dalvikvm( 75): mlock(1113931776, 4845544), fd=10
I/DEBUG ( 73): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 73): Build fingerprint: 'htccn_chs/htc_marvel/marvel:2.3.3/GRI40/24837:userdebug/test-keys'
I/DEBUG ( 73): pid: 75, tid: 75 >>> zygote <<<
I/DEBUG ( 73): thread: zygote
I/DEBUG ( 73): debuggerd: isSystemServerCrash=0, isEnableTellHTC=0
I/DEBUG ( 73): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 8001d980
I/DEBUG ( 73): r0 be944498 r1 42160318 r2 be944560 r3 be944550
I/DEBUG ( 73): r4 be944280 r5 0000cea0 r6 0000cea0 r7 42160318
I/DEBUG ( 73): r8 00000000 r9 be944560 10 00000000 fp 00000000
I/DEBUG ( 73): ip 800a77a4 sp be944278 lr 80021a18 pc 8001d980 cpsr 00000010
I/DEBUG ( 73): cannot get registers: I/O error
I/DEBUG ( 73): #00 pc 0001d980 /system/lib/libdvm.so
I/DEBUG ( 73): #01 lr 80021a18 /system/lib/libdvm.so
I/DEBUG ( 73):
I/DEBUG ( 73): code around pc:
I/DEBUG ( 73): 8001d960 e1a00000 e1a00000 e1a00000 e1a00000
I/DEBUG ( 73): 8001d970 e1a00000 e1a00000 e1a00000 e1a00000
I/DEBUG ( 73): 8001d980 ec808b10 e12fff1e ec908b10 e12fff1e
I/DEBUG ( 73): 8001d990 e1510003 ba000003 ca000004 e0500002
I/DEBUG ( 73): 8001d9a0 012fff1e 8a000001 e3e00000 e12fff1e
I/DEBUG ( 73):
I/DEBUG ( 73): code around lr:
I/DEBUG ( 73): 800219f8 e28d4008 e1a05000 e3a07001 e2840f86
I/DEBUG ( 73): 80021a08 e5cd7060 e1a09002 e1a07001 ebffefd9
I/DEBUG ( 73): 80021a18 e59f0144 e59f6144 e59f8144 e08fb000
I/DEBUG ( 73): 80021a28 e28dc064 e8bb000f e08f6006 e8ac000f
I/DEBUG ( 73): 80021a38 e89b0007 e796a008 e595e028 e597b020
I/DEBUG ( 73):
I/DEBUG ( 73): stack:
I/DEBUG ( 73): be944238 00400000
I/DEBUG ( 73): be94423c 00000000
I/DEBUG ( 73): be944240 42156bb0
I/DEBUG ( 73): be944244 00000000
I/DEBUG ( 73): be944248 4000d850
I/DEBUG ( 73): be94424c 00000000
I/DEBUG ( 73): be944250 42151fe8
I/DEBUG ( 73): be944254 8006a171 /system/lib/libdvm.so
I/DEBUG ( 73): be944258 be94426c
I/DEBUG ( 73): be94425c 00000078
I/DEBUG ( 73): be944260 4000d8e0
I/DEBUG ( 73): be944264 4000d8e0
I/DEBUG ( 73): be944268 42a77bd0
I/DEBUG ( 73): be94426c 0000000b
I/DEBUG ( 73): be944270 df002777
I/DEBUG ( 73): be944274 e3a070ad
I/DEBUG ( 73): #00 be944278 00000011
I/DEBUG ( 73): be94427c 00000028
I/DEBUG ( 73): be944280 00000000
I/DEBUG ( 73): be944284 4000d850
I/DEBUG ( 73): be944288 800a7674
I/DEBUG ( 73): be94428c 00000000
I/DEBUG ( 73): be944290 4000d850
I/DEBUG ( 73): be944294 8006abc7 /system/lib/libdvm.so
I/DEBUG ( 73): be944298 4000e240
I/DEBUG ( 73): be94429c 4000e240
I/DEBUG ( 73): be9442a0 000000a0
I/DEBUG ( 73): be9442a4 000000a0
I/DEBUG ( 73): be9442a8 4000c018
I/DEBUG ( 73): be9442ac 00000001
I/DEBUG ( 73): be9442b0 ffffffff
I/DEBUG ( 73): be9442b4 4000c280
I/DEBUG ( 73): be9442b8 800ad298
I/DEBUG ( 73): be9442bc 800a7674
I/Netd ( 114): Netd 1.0 starting
I//system/bin/iptables( 114): Flushing chain `INPUT'
I//system/bin/iptables( 114): Flushing chain `OUTPUT'
I//system/bin/iptables( 114): Flushing chain `FORWARD'
I//system/bin/iptables( 114): Flushing chain `PREROUTING'
I//system/bin/iptables( 114): Flushing chain `POSTROUTING'
I//system/bin/iptables( 114): Flushing chain `OUTPUT'
D/AndroidRuntime( 131):
D/AndroidRuntime( 131): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 131): CheckJNI is OFF
I/dalvikvm( 131): mlock: /system/framework/core.odex, fd=10
I/dalvikvm( 131): mlock(1113931776, 4845544), fd=10
I/DEBUG ( 73): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
*old version(2.3.2) boot on magic(sapphire) successfully.
http://forum.xda-developers.com/showpost.php?p=12137040&postcount=35
so I believe ARMv6 problem can be overcome...
Thanks.... I'M working on it
If u get it to work I would donate as a few of tryed but got stook
Sent from my HTC Wildfire using XDA App

XPosed didn't started

Please help ! Recently i was using xposed properly with my gnex with resurrectionremix. But suddenly xposed can't started. Even after the new update still do nothing. Here's the log.
03-09 15:17:25.699 I/Xposed ( 170): -----------------
03-09 15:17:25.699 I/Xposed ( 170): Starting Xposed binary version 61, compiled for SDK 21
03-09 15:17:25.699 I/Xposed ( 170): Device: Galaxy Nexus (samsung), Android version 5.0.2 (SDK 21)
03-09 15:17:25.699 I/Xposed ( 170): ROM: cm_maguro-userdebug 5.0.2 LRX22G 86141ace61 test-keys
03-09 15:17:25.699 I/Xposed ( 170): Build fingerprint: google/yakju/maguro:4.3/JWR66Y/776638:user/release-keys
03-09 15:17:25.699 I/Xposed ( 170): Platform: armeabi-v7a, 32-bit binary, system server: yes
03-09 15:17:25.699 I/Xposed ( 170): SELinux enabled: yes, enforcing: no
03-09 15:17:28.153 E/Xposed ( 170): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
03-09 15:17:28.434 I/Xposed ( 170): Forcing image recompilation because /data/dalvik-cache/arm/[email protected]@boot.art is not compiled for the current Xposed version
03-09 15:31:50.620 F/libc ( 1895): Fatal signal 6 (SIGABRT), code -6 in tid 1895 (main)
03-09 15:31:50.739 I/DEBUG ( 162): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-09 15:31:50.739 I/DEBUG ( 162): Build fingerprint: 'google/yakju/maguro:4.3/JWR66Y/776638:user/release-keys'
03-09 15:31:50.739 I/DEBUG ( 162): Revision: '9'
03-09 15:31:50.739 I/DEBUG ( 162): ABI: 'arm'
03-09 15:31:50.739 I/DEBUG ( 162): pid: 1895, tid: 1895, name: main >>> /system/bin/dex2oat <<<
03-09 15:31:50.739 I/DEBUG ( 162): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
03-09 15:31:50.822 I/DEBUG ( 162): Abort message: 'art/compiler/dex/ssa_transformation.cc:444] Incompatible set properties'
03-09 15:31:50.822 I/DEBUG ( 162): r0 00000000 r1 00000767 r2 00000006 r3 00000000
03-09 15:31:50.822 I/DEBUG ( 162): r4 4007110c r5 00000006 r6 00000002 r7 0000010c
03-09 15:31:50.822 I/DEBUG ( 162): r8 0000001b r9 41e22d60 sl 40020078 fp 43695710
03-09 15:31:50.822 I/DEBUG ( 162): ip 00000767 sp beef0aa8 lr 40085685 pc 400ab438 cpsr 600f0010
03-09 15:31:50.822 I/DEBUG ( 162):
03-09 15:31:50.822 I/DEBUG ( 162): backtrace:
03-09 15:31:50.823 I/DEBUG ( 162): #00 pc 00039438 /system/lib/libc.so (tgkill+12)
03-09 15:31:50.823 I/DEBUG ( 162): #01 pc 00013681 /system/lib/libc.so (pthread_kill+52)
03-09 15:31:50.823 I/DEBUG ( 162): #02 pc 000143df /system/lib/libc.so (raise+10)
03-09 15:31:50.823 I/DEBUG ( 162): #03 pc 00010ad5 /system/lib/libc.so (__libc_android_abort+36)
03-09 15:31:50.823 I/DEBUG ( 162): #04 pc 0000f2a4 /system/lib/libc.so (abort+4)
03-09 15:31:50.823 I/DEBUG ( 162): #05 pc 002143ed /system/lib/libart.so (art::Runtime::Abort()+160)
03-09 15:31:50.823 I/DEBUG ( 162): #06 pc 000a7cdf /system/lib/libart.so (art::LogMessage::~LogMessage()+1066)
03-09 15:31:50.823 I/DEBUG ( 162): #07 pc 00139fdf /system/lib/libart-compiler.so (art::MIRGraph::ComputeSuccLineIn(art::ArenaBitVector*, art::ArenaBitVector const*, art::ArenaBitVector const*)+66)
03-09 15:31:50.823 I/DEBUG ( 162): #08 pc 0013a09b /system/lib/libart-compiler.so (art::MIRGraph::ComputeBlockLiveIns(art::BasicBlock*)+98)
03-09 15:31:50.823 I/DEBUG ( 162): #09 pc 0013a28b /system/lib/libart-compiler.so (art::MIRGraph::InsertPhiNodes()+186)
03-09 15:31:50.823 I/DEBUG ( 162): #10 pc 0012accf /system/lib/libart-compiler.so
03-09 15:31:50.823 I/DEBUG ( 162): #11 pc 00133239 /system/lib/libart-compiler.so
03-09 15:31:50.823 I/DEBUG ( 162): #12 pc 0012ea49 /system/lib/libart-compiler.so (art::MIRGraph::CalculateBasicBlockInformation()+208)
03-09 15:31:50.823 I/DEBUG ( 162): #13 pc 0012b2b1 /system/lib/libart-compiler.so
03-09 15:31:50.823 I/DEBUG ( 162): #14 pc 0012cd6f /system/lib/libart-compiler.so
03-09 15:31:50.824 I/DEBUG ( 162): #15 pc 0012d247 /system/lib/libart-compiler.so (ArtQuickCompileMethod+38)
03-09 15:31:50.824 I/DEBUG ( 162): #16 pc 001435bb /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art:exFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art:exFile const&, art:exToDexCompilationLevel)+942)
03-09 15:31:50.824 I/DEBUG ( 162): #17 pc 00143d5b /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art:[emoji14]arallelCompilationManager const*, unsigned int)+1458)
03-09 15:31:50.824 I/DEBUG ( 162): #18 pc 0013aac1 /system/lib/libart-compiler.so
03-09 15:31:50.824 I/DEBUG ( 162): #19 pc 0022d9b1 /system/lib/libart.so (art::ThreadPool::Wait(art::Thread*, bool, bool)+172)
03-09 15:31:50.824 I/DEBUG ( 162): #20 pc 0013da47 /system/lib/libart-compiler.so
03-09 15:31:50.824 I/DEBUG ( 162): #21 pc 0013e2bb /system/lib/libart-compiler.so (art::CompilerDriver::Compile(_jobject*, std::__1::vector<art:exFile const*, std::__1::allocator<art:exFile const*> > const&, art::ThreadPool*, art::TimingLogger*)+146)
03-09 15:31:50.824 I/DEBUG ( 162): #22 pc 00146a75 /system/lib/libart-compiler.so (art::CompilerDriver::CompileAll(_jobject*, std::__1::vector<art:exFile const*, std::__1::allocator<art:exFile const*> > const&, art::TimingLogger*)+64)
03-09 15:31:50.824 I/DEBUG ( 162): #23 pc 0000c7c9 /system/bin/dex2oat
03-09 15:31:50.824 I/DEBUG ( 162): #24 pc 0000ea3f /system/bin/dex2oat
03-09 15:31:50.824 I/DEBUG ( 162): #25 pc 0000f161 /system/lib/libc.so (__libc_init+44)
03-09 15:31:50.824 I/DEBUG ( 162): #26 pc 00006844 /system/bin/dex2oat
03-09 15:31:51.214 I/DEBUG ( 162):
03-09 15:31:51.214 I/DEBUG ( 162): Tombstone written to: /data/tombstones/tombstone_02
Hope that's help !

v67/arm64 - HTC One M9 - Can't reboot from Xposed Installer

Hi,
I have just installed Xposed v67 (arm64) and Xposed Installer 3.0_alpha4 on my band new HTC One M9 (Stock ROM, unlocked, rooted, TWRP 2.8.7.1_CPTB-B1).
So far everything seems to work fine except one thing : I can't reboot from Xposed Installer. Of course this is no big deal, but I thought it could be sign of something bigger...
I get this message :
tmp-mksh: <stdin>[5]: /data/data/de.robv.android.xposed.installer/cache/busybox-xposed: not found
Reboot failed. Please use the device's normal reboot function.
Click to expand...
Click to collapse
Does anyone have a clue about this ?
Code:
07-19 11:57:50.885 I/Xposed ( 599): -----------------
07-19 11:57:50.885 I/Xposed ( 599): Starting Xposed version 67, compiled for SDK 21
07-19 11:57:50.885 I/Xposed ( 599): Device: HTC One M9 (HTC), Android version 5.0.2 (SDK 21)
07-19 11:57:50.885 I/Xposed ( 599): ROM: LRX22G release-keys
07-19 11:57:50.885 I/Xposed ( 599): Build fingerprint: htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/549783.8:user/release-keys
07-19 11:57:50.885 I/Xposed ( 599): Platform: arm64-v8a, 64-bit binary, system server: yes
07-19 11:57:50.885 I/Xposed ( 599): SELinux enabled: yes, enforcing: yes
07-19 11:57:50.915 I/Xposed ( 599): -----------------
07-19 11:57:50.915 I/Xposed ( 599): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
07-19 11:57:51.495 I/Xposed ( 599): Detected ART runtime
07-19 11:57:51.525 I/Xposed ( 599): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
07-19 11:57:52.145 I/Xposed ( 599): Loading modules from /data/app/com.sensetoolbox.six-1/base.apk
07-19 11:57:52.325 I/Xposed ( 599): Loading class com.sensetoolbox.six.mods.XMain
07-19 11:57:52.685 I/Xposed ( 599): Loading modules from /data/app/com.germainz.crappalinks-1/base.apk
07-19 11:57:52.695 I/Xposed ( 599): Loading class com.germainz.crappalinks.CrappaLinks
07-19 11:57:59.725 I/Xposed ( 603): -----------------
07-19 11:57:59.725 I/Xposed ( 603): Starting Xposed version 67, compiled for SDK 21
07-19 11:57:59.725 I/Xposed ( 603): Device: HTC One M9 (HTC), Android version 5.0.2 (SDK 21)
07-19 11:57:59.725 I/Xposed ( 603): ROM: LRX22G release-keys
07-19 11:57:59.725 I/Xposed ( 603): Build fingerprint: htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/549783.8:user/release-keys
07-19 11:57:59.725 I/Xposed ( 603): Platform: arm64-v8a, 32-bit binary, system server: no
07-19 11:57:59.725 I/Xposed ( 603): SELinux enabled: yes, enforcing: yes
07-19 11:57:59.725 I/Xposed ( 603): -----------------
07-19 11:57:59.725 I/Xposed ( 603): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
07-19 11:57:59.815 I/Xposed ( 603): Detected ART runtime
07-19 11:57:59.825 I/Xposed ( 603): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
07-19 11:58:00.025 I/Xposed ( 603): Loading modules from /data/app/com.sensetoolbox.six-1/base.apk
07-19 11:58:00.145 I/Xposed ( 603): Loading class com.sensetoolbox.six.mods.XMain
07-19 11:58:00.295 I/Xposed ( 603): Loading modules from /data/app/com.germainz.crappalinks-1/base.apk
07-19 11:58:00.305 I/Xposed ( 603): Loading class com.germainz.crappalinks.CrappaLinks
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3886b70 in tid 1472 (main)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3886c94 in tid 1475 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3886cca in tid 1477 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3886fb8 in tid 1476 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3887a92 in tid 1480 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf388792a in tid 1479 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3887d0e in tid 1474 (Compiler driver)
07-19 11:58:14.385 F/libc ( 1472): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3887c36 in tid 1478 (Compiler driver)
07-19 11:58:14.505 I/DEBUG ( 559): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-19 11:58:14.505 I/DEBUG ( 559): Build fingerprint: 'htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/549783.8:user/release-keys'
07-19 11:58:14.505 I/DEBUG ( 559): Revision: '0'
07-19 11:58:14.505 I/DEBUG ( 559): ABI: 'arm'
07-19 11:58:14.505 I/DEBUG ( 559): pid: 1472, tid: 1472, name: main >>> /system/bin/dex2oat <<<
07-19 11:58:14.505 I/DEBUG ( 559): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xf3886b70
07-19 11:58:14.515 I/DEBUG ( 559): r0 00000001 r1 00000000 r2 0000004d r3 00000002
07-19 11:58:14.515 I/DEBUG ( 559): r4 f3886b6e r5 0000000b r6 fff195b4 r7 0000306e
07-19 11:58:14.515 I/DEBUG ( 559): r8 000001b3 r9 f7279bd8 sl f6e19978 fp f3886b58
07-19 11:58:14.515 I/DEBUG ( 559): ip f6dea3b8 sp fff194d0 lr f6d4a5c3 pc f6d2a0aa cpsr 60070030
07-19 11:58:14.515 I/DEBUG ( 559):
07-19 11:58:14.515 I/DEBUG ( 559): backtrace:
07-19 11:58:14.515 I/DEBUG ( 559): #00 pc 001240aa /system/lib/libart-compiler.so (art::optimizer::DexCompiler::Compile()+525)
07-19 11:58:14.515 I/DEBUG ( 559): #01 pc 00124cad /system/lib/libart-compiler.so (ArtCompileDEX+152)
07-19 11:58:14.515 I/DEBUG ( 559): #02 pc 00146f49 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+728)
07-19 11:58:14.515 I/DEBUG ( 559): #03 pc 001477bd /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1428)
07-19 11:58:14.515 I/DEBUG ( 559): #04 pc 0013da4d /system/lib/libart-compiler.so
07-19 11:58:14.515 I/DEBUG ( 559): #05 pc 00243ccf /system/lib/libart.so (art::ThreadPool::Wait(art::Thread*, bool, bool)+190)
07-19 11:58:14.515 I/DEBUG ( 559): #06 pc 00140e71 /system/lib/libart-compiler.so
07-19 11:58:14.515 I/DEBUG ( 559): #07 pc 00141807 /system/lib/libart-compiler.so (art::CompilerDriver::Compile(_jobject*, std::__1::vector<art::DexFile const*, std::__1::allocator<art::DexFile const*> > const&, art::ThreadPool*, art::TimingLogger*)+166)
07-19 11:58:14.515 I/DEBUG ( 559): #08 pc 0014a5df /system/lib/libart-compiler.so (art::CompilerDriver::CompileAll(_jobject*, std::__1::vector<art::DexFile const*, std::__1::allocator<art::DexFile const*> > const&, art::TimingLogger*)+74)
07-19 11:58:14.515 I/DEBUG ( 559): #09 pc 0000cfd3 /system/bin/dex2oat
07-19 11:58:14.515 I/DEBUG ( 559): #10 pc 0000f269 /system/bin/dex2oat
07-19 11:58:14.515 I/DEBUG ( 559): #11 pc 0000f2c5 /system/lib/libc.so (__libc_init+44)
07-19 11:58:14.515 I/DEBUG ( 559): #12 pc 00006858 /system/bin/dex2oat
07-19 11:58:14.625 E/DEBUG ( 559): unexpected waitpid response: n=1475, status=0000000b
07-19 11:58:15.915 F/libc ( 975): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x420 in tid 991 (HtcBootAnimatio)
07-19 11:58:15.965 E/DEBUG ( 560): unexpected waitpid response: n=991, status=00000000
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b82b70 in tid 1494 (main)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b82c94 in tid 1501 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b82cca in tid 1496 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b82fb8 in tid 1499 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b8392a in tid 1500 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b83a92 in tid 1498 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b83c36 in tid 1497 (Compiler driver)
07-19 11:58:18.285 F/libc ( 1494): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3b83d0e in tid 1502 (Compiler driver)
07-19 11:58:18.405 I/DEBUG ( 1484): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-19 11:58:18.405 I/DEBUG ( 1484): Build fingerprint: 'htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/549783.8:user/release-keys'
07-19 11:58:18.405 I/DEBUG ( 1484): Revision: '0'
07-19 11:58:18.405 I/DEBUG ( 1484): ABI: 'arm'
07-19 11:58:18.405 I/DEBUG ( 1484): pid: 1494, tid: 1501, name: Compiler driver >>> /system/bin/dex2oat <<<
07-19 11:58:18.405 I/DEBUG ( 1484): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xf3b82c94
07-19 11:58:18.415 I/DEBUG ( 1484): r0 00000001 r1 00000000 r2 00000014 r3 00000002
07-19 11:58:18.415 I/DEBUG ( 1484): r4 f3b82c92 r5 00000005 r6 f3565b1c r7 0000206e
07-19 11:58:18.415 I/DEBUG ( 1484): r8 00009dfd r9 f7577bd8 sl f7117978 fp f3b82c88
07-19 11:58:18.415 I/DEBUG ( 1484): ip f70e83b8 sp f3565a38 lr f70485c3 pc f70280aa cpsr 600d0030
07-19 11:58:18.415 I/DEBUG ( 1484):
07-19 11:58:18.415 I/DEBUG ( 1484): backtrace:
07-19 11:58:18.415 I/DEBUG ( 1484): #00 pc 001240aa /system/lib/libart-compiler.so (art::optimizer::DexCompiler::Compile()+525)
07-19 11:58:18.415 I/DEBUG ( 1484): #01 pc 00124cad /system/lib/libart-compiler.so (ArtCompileDEX+152)
07-19 11:58:18.415 I/DEBUG ( 1484): #02 pc 00146f49 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+728)
07-19 11:58:18.415 I/DEBUG ( 1484): #03 pc 001477bd /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1428)
07-19 11:58:18.415 I/DEBUG ( 1484): #04 pc 0013da4d /system/lib/libart-compiler.so
07-19 11:58:18.415 I/DEBUG ( 1484): #05 pc 002439a5 /system/lib/libart.so (art::ThreadPoolWorker::Run()+44)
07-19 11:58:18.415 I/DEBUG ( 1484): #06 pc 002442a5 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+60)
07-19 11:58:18.415 I/DEBUG ( 1484): #07 pc 0001315f /system/lib/libc.so (__pthread_start(void*)+30)
07-19 11:58:18.415 I/DEBUG ( 1484): #08 pc 00011223 /system/lib/libc.so (__start_thread+6)
07-19 11:58:18.535 E/DEBUG ( 1484): unexpected waitpid response: n=1496, status=0000000b
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225486 in tid 1544 (main)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf32254ca in tid 1546 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225522 in tid 1548 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf322573e in tid 1547 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225b5a in tid 1552 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225c56 in tid 1550 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225fec in tid 1549 (Compiler driver)
07-19 11:58:22.825 F/libc ( 1544): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf3225cce in tid 1551 (Compiler driver)
07-19 11:58:22.935 I/DEBUG ( 1554): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-19 11:58:22.935 I/DEBUG ( 1554): Build fingerprint: 'htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/549783.8:user/release-keys'
07-19 11:58:22.935 I/DEBUG ( 1554): Revision: '0'
07-19 11:58:22.935 I/DEBUG ( 1554): ABI: 'arm'
07-19 11:58:22.935 I/DEBUG ( 1554): pid: 1544, tid: 1546, name: Compiler driver >>> /system/bin/dex2oat <<<
07-19 11:58:22.935 I/DEBUG ( 1554): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xf32254ca
07-19 11:58:22.945 I/DEBUG ( 1554): r0 00000001 r1 00000008 r2 f74e7ae0 r3 00000000
07-19 11:58:22.945 I/DEBUG ( 1554): r4 f32254c8 r5 00000000 r6 f3080b1c r7 00001054
07-19 11:58:22.945 I/DEBUG ( 1554): r8 00000264 r9 f74d5bd8 sl f7075978 fp f32254c8
07-19 11:58:22.945 I/DEBUG ( 1554): ip fffffeb8 sp f3080a38 lr f6fa2099 pc f6f8623c cpsr 60070030
07-19 11:58:22.945 I/DEBUG ( 1554):
07-19 11:58:22.945 I/DEBUG ( 1554): backtrace:
07-19 11:58:22.945 I/DEBUG ( 1554): #00 pc 0012423c /system/lib/libart-compiler.so (art::optimizer::DexCompiler::Compile()+927)
07-19 11:58:22.945 I/DEBUG ( 1554): #01 pc 00124cad /system/lib/libart-compiler.so (ArtCompileDEX+152)
07-19 11:58:22.945 I/DEBUG ( 1554): #02 pc 00146f49 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+728)
07-19 11:58:22.945 I/DEBUG ( 1554): #03 pc 00147701 /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1240)
07-19 11:58:22.945 I/DEBUG ( 1554): #04 pc 0013da4d /system/lib/libart-compiler.so
07-19 11:58:22.945 I/DEBUG ( 1554): #05 pc 002439a5 /system/lib/libart.so (art::ThreadPoolWorker::Run()+44)
07-19 11:58:22.945 I/DEBUG ( 1554): #06 pc 002442a5 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+60)
07-19 11:58:22.945 I/DEBUG ( 1554): #07 pc 0001315f /system/lib/libc.so (__pthread_start(void*)+30)
07-19 11:58:22.945 I/DEBUG ( 1554): #08 pc 00011223 /system/lib/libc.so (__start_thread+6)
07-19 11:58:23.065 E/DEBUG ( 1554): unexpected waitpid response: n=1548, status=0000000b
07-19 11:58:23.835 F/libc ( 1555): Fatal signal 11 (SIGSEGV) in tid 1555 (main)
07-19 11:58:23.835 F/libc ( 1555): Fatal signal 11 (SIGSEGV) in tid 1557 (Compiler driver)
07-19 11:58:23.835 F/libc ( 1555): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf4b31cca in tid 1562 (Compiler driver)
07-19 11:58:23.835 F/libc ( 1555): Unable to open connection to debuggerd: Connection refused
07-19 11:58:23.835 F/libc ( 1555): Unable to open connection to debuggerd: Connection refused
07-19 11:59:57.045 E/XposedInstaller( 8501): could not extract asset
07-19 11:59:57.045 E/XposedInstaller( 8501): java.io.FileNotFoundException: nullbusybox-xposed
07-19 11:59:57.045 E/XposedInstaller( 8501): at android.content.res.AssetManager.openAsset(Native Method)
07-19 11:59:57.045 E/XposedInstaller( 8501): at android.content.res.AssetManager.open(AssetManager.java:337)
07-19 11:59:57.045 E/XposedInstaller( 8501): at android.content.res.AssetManager.open(AssetManager.java:311)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.util.AssetUtil.writeAssetToFile$61e772f3(AssetUtil.java:58)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.util.AssetUtil.extractBusybox(AssetUtil.java:95)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.util.RootUtil.executeWithBusybox(RootUtil.java:116)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.InstallerFragment.reboot$552c4e01(InstallerFragment.java:821)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.InstallerFragment.access$2$365093ff(InstallerFragment.java:814)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.InstallerFragment$2$1.onAsyncClick$4c58186e(InstallerFragment.java:193)
07-19 11:59:57.045 E/XposedInstaller( 8501): at de.robv.android.xposed.installer.InstallerFragment$AsyncDialogClickListener$1.run(InstallerFragment.java:338)

Xposed(67) installed, not active

Xposed is installed on my device but it's not active, i'm running stock 5.0.2 on my Z3.
I copied the log:
Code:
07-20 10:43:14.643 I/Xposed ( 736): -----------------
07-20 10:43:14.643 I/Xposed ( 736): Starting Xposed version 67, compiled for SDK 21
07-20 10:43:14.643 I/Xposed ( 736): Device: D6603 (Sony), Android version 5.0.2 (SDK 21)
07-20 10:43:14.643 I/Xposed ( 736): ROM: 23.1.A.1.28
07-20 10:43:14.643 I/Xposed ( 736): Build fingerprint: Sony/D6603/D6603:5.0.2/23.1.A.1.28/151083418:user/release-keys
07-20 10:43:14.643 I/Xposed ( 736): Platform: armeabi-v7a, 32-bit binary, system server: yes
07-20 10:43:14.643 I/Xposed ( 736): SELinux enabled: yes, enforcing: yes
07-20 10:43:14.655 E/Xposed ( 736): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-20 10:44:07.942 F/libc ( 2457): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x7bb51053 in tid 2460 (Compiler driver)
07-20 10:44:07.943 F/libc ( 2457): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x81863040 in tid 2459 (Compiler driver)
07-20 10:44:08.096 E/DEBUG ( 706): unexpected waitpid response: n=2459, status=0000000b
07-20 10:44:09.071 F/libc ( 2474): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x811e7080 in tid 2477 (Compiler driver)
07-20 10:44:09.071 F/libc ( 2474): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x8057b120 in tid 2478 (Compiler driver)
07-20 10:44:09.222 E/DEBUG ( 2473): unexpected waitpid response: n=2478, status=0000000b
07-20 10:44:12.020 F/libc ( 2479): Fatal signal 6 (SIGABRT), code -6 in tid 2479 (main)
07-20 10:44:12.020 F/libc ( 2479): Unable to open connection to debuggerd: Connection refused
07-20 10:44:13.245 F/libc ( 2571): Fatal signal 6 (SIGABRT), code -6 in tid 2575 (Compiler driver)
07-20 10:44:13.245 F/libc ( 2571): Unable to open connection to debuggerd: Connection refused
07-20 10:44:14.398 F/libc ( 2579): Fatal signal 6 (SIGABRT), code -6 in tid 2582 (Compiler driver)
07-20 10:44:14.522 I/DEBUG ( 2589): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-20 10:44:14.522 I/DEBUG ( 2589): UUID: c1e570e6-ae84-4be4-8df1-f7361441f792
07-20 10:44:14.522 I/DEBUG ( 2589): Build fingerprint: 'Sony/D6603/D6603:5.0.2/23.1.A.1.28/151083418:user/release-keys'
07-20 10:44:14.522 I/DEBUG ( 2589): Revision: '0'
07-20 10:44:14.522 I/DEBUG ( 2589): ABI: 'arm'
07-20 10:44:14.522 I/DEBUG ( 2589): pid: 2579, tid: 2582, name: Compiler driver >>> /system/bin/dex2oat <<<
07-20 10:44:14.523 I/DEBUG ( 2589): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-20 10:44:14.555 I/DEBUG ( 2589): Abort message: 'art/compiler/dex/ssa_transformation.cc:444] Incompatible set properties'
07-20 10:44:14.555 I/DEBUG ( 2589): r0 00000000 r1 00000a16 r2 00000006 r3 00000000
07-20 10:44:14.555 I/DEBUG ( 2589): r4 b41d3db8 r5 00000006 r6 00000002 r7 0000010c
07-20 10:44:14.555 I/DEBUG ( 2589): r8 0000001b r9 b654f490 sl b3c06400 fp b3c9df20
07-20 10:44:14.555 I/DEBUG ( 2589): ip 00000a16 sp b41d3770 lr b6eb416d pc b6ed7254 cpsr 60030010
07-20 10:44:14.555 I/DEBUG ( 2589):
07-20 10:44:14.555 I/DEBUG ( 2589): backtrace:
07-20 10:44:14.555 I/DEBUG ( 2589): #00 pc 00037254 /system/lib/libc.so (tgkill+12)
07-20 10:44:14.555 I/DEBUG ( 2589): #01 pc 00014169 /system/lib/libc.so (pthread_kill+52)
07-20 10:44:14.555 I/DEBUG ( 2589): #02 pc 00014d87 /system/lib/libc.so (raise+10)
07-20 10:44:14.555 I/DEBUG ( 2589): #03 pc 00011579 /system/lib/libc.so (__libc_android_abort+36)
07-20 10:44:14.555 I/DEBUG ( 2589): #04 pc 0000fd04 /system/lib/libc.so (abort+4)
07-20 10:44:14.555 I/DEBUG ( 2589): #05 pc 00216e51 /system/lib/libart.so (art::Runtime::Abort()+160)
07-20 10:44:14.555 I/DEBUG ( 2589): #06 pc 000a7dd7 /system/lib/libart.so (art::LogMessage::~LogMessage()+1066)
07-20 10:44:14.555 I/DEBUG ( 2589): #07 pc 00139fdf /system/lib/libart-compiler.so (art::MIRGraph::ComputeSuccLineIn(art::ArenaBitVector*, art::ArenaBitVector const*, art::ArenaBitVector const*)+66)
07-20 10:44:14.555 I/DEBUG ( 2589): #08 pc 0013a09b /system/lib/libart-compiler.so (art::MIRGraph::ComputeBlockLiveIns(art::BasicBlock*)+98)
07-20 10:44:14.555 I/DEBUG ( 2589): #09 pc 0013a28b /system/lib/libart-compiler.so (art::MIRGraph::InsertPhiNodes()+186)
07-20 10:44:14.555 I/DEBUG ( 2589): #10 pc 0012accf /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #11 pc 00133239 /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #12 pc 0012ea49 /system/lib/libart-compiler.so (art::MIRGraph::CalculateBasicBlockInformation()+208)
07-20 10:44:14.555 I/DEBUG ( 2589): #13 pc 0012b2b1 /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #14 pc 0012cd6f /system/lib/libart-compiler.so
07-20 10:44:14.556 I/DEBUG ( 2589): #15 pc 0012d247 /system/lib/libart-compiler.so (ArtQuickCompileMethod+38)
07-20 10:44:14.556 I/DEBUG ( 2589): #16 pc 001435cb /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+942)
07-20 10:44:14.556 I/DEBUG ( 2589): #17 pc 00143d6b /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1458)
07-20 10:44:14.556 I/DEBUG ( 2589): #18 pc 0013aac1 /system/lib/libart-compiler.so
07-20 10:44:14.556 I/DEBUG ( 2589): #19 pc 00230083 /system/lib/libart.so (art::ThreadPoolWorker::Run()+34)
07-20 10:44:14.556 I/DEBUG ( 2589): #20 pc 002308d1 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
07-20 10:44:14.556 I/DEBUG ( 2589): #21 pc 000138ef /system/lib/libc.so (__pthread_start(void*)+30)
07-20 10:44:14.556 I/DEBUG ( 2589): #22 pc 000118e3 /system/lib/libc.so (__start_thread+6)
07-20 10:44:14.709 I/DEBUG ( 2589):
07-20 10:44:14.709 I/DEBUG ( 2589): Tombstone written to: /data/tombstones/tombstone_00
Cut.zip
Syzew said:
Xposed is installed on my device but it's not active, i'm running stock 5.0.2 on my Z3.
I copied the log:
Code:
07-20 10:43:14.643 I/Xposed ( 736): -----------------
07-20 10:43:14.643 I/Xposed ( 736): Starting Xposed version 67, compiled for SDK 21
07-20 10:43:14.643 I/Xposed ( 736): Device: D6603 (Sony), Android version 5.0.2 (SDK 21)
07-20 10:43:14.643 I/Xposed ( 736): ROM: 23.1.A.1.28
07-20 10:43:14.643 I/Xposed ( 736): Build fingerprint: Sony/D6603/D6603:5.0.2/23.1.A.1.28/151083418:user/release-keys
07-20 10:43:14.643 I/Xposed ( 736): Platform: armeabi-v7a, 32-bit binary, system server: yes
07-20 10:43:14.643 I/Xposed ( 736): SELinux enabled: yes, enforcing: yes
07-20 10:43:14.655 E/Xposed ( 736): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-20 10:44:07.942 F/libc ( 2457): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x7bb51053 in tid 2460 (Compiler driver)
07-20 10:44:07.943 F/libc ( 2457): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x81863040 in tid 2459 (Compiler driver)
07-20 10:44:08.096 E/DEBUG ( 706): unexpected waitpid response: n=2459, status=0000000b
07-20 10:44:09.071 F/libc ( 2474): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x811e7080 in tid 2477 (Compiler driver)
07-20 10:44:09.071 F/libc ( 2474): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x8057b120 in tid 2478 (Compiler driver)
07-20 10:44:09.222 E/DEBUG ( 2473): unexpected waitpid response: n=2478, status=0000000b
07-20 10:44:12.020 F/libc ( 2479): Fatal signal 6 (SIGABRT), code -6 in tid 2479 (main)
07-20 10:44:12.020 F/libc ( 2479): Unable to open connection to debuggerd: Connection refused
07-20 10:44:13.245 F/libc ( 2571): Fatal signal 6 (SIGABRT), code -6 in tid 2575 (Compiler driver)
07-20 10:44:13.245 F/libc ( 2571): Unable to open connection to debuggerd: Connection refused
07-20 10:44:14.398 F/libc ( 2579): Fatal signal 6 (SIGABRT), code -6 in tid 2582 (Compiler driver)
07-20 10:44:14.522 I/DEBUG ( 2589): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-20 10:44:14.522 I/DEBUG ( 2589): UUID: c1e570e6-ae84-4be4-8df1-f7361441f792
07-20 10:44:14.522 I/DEBUG ( 2589): Build fingerprint: 'Sony/D6603/D6603:5.0.2/23.1.A.1.28/151083418:user/release-keys'
07-20 10:44:14.522 I/DEBUG ( 2589): Revision: '0'
07-20 10:44:14.522 I/DEBUG ( 2589): ABI: 'arm'
07-20 10:44:14.522 I/DEBUG ( 2589): pid: 2579, tid: 2582, name: Compiler driver >>> /system/bin/dex2oat <<<
07-20 10:44:14.523 I/DEBUG ( 2589): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-20 10:44:14.555 I/DEBUG ( 2589): Abort message: 'art/compiler/dex/ssa_transformation.cc:444] Incompatible set properties'
07-20 10:44:14.555 I/DEBUG ( 2589): r0 00000000 r1 00000a16 r2 00000006 r3 00000000
07-20 10:44:14.555 I/DEBUG ( 2589): r4 b41d3db8 r5 00000006 r6 00000002 r7 0000010c
07-20 10:44:14.555 I/DEBUG ( 2589): r8 0000001b r9 b654f490 sl b3c06400 fp b3c9df20
07-20 10:44:14.555 I/DEBUG ( 2589): ip 00000a16 sp b41d3770 lr b6eb416d pc b6ed7254 cpsr 60030010
07-20 10:44:14.555 I/DEBUG ( 2589):
07-20 10:44:14.555 I/DEBUG ( 2589): backtrace:
07-20 10:44:14.555 I/DEBUG ( 2589): #00 pc 00037254 /system/lib/libc.so (tgkill+12)
07-20 10:44:14.555 I/DEBUG ( 2589): #01 pc 00014169 /system/lib/libc.so (pthread_kill+52)
07-20 10:44:14.555 I/DEBUG ( 2589): #02 pc 00014d87 /system/lib/libc.so (raise+10)
07-20 10:44:14.555 I/DEBUG ( 2589): #03 pc 00011579 /system/lib/libc.so (__libc_android_abort+36)
07-20 10:44:14.555 I/DEBUG ( 2589): #04 pc 0000fd04 /system/lib/libc.so (abort+4)
07-20 10:44:14.555 I/DEBUG ( 2589): #05 pc 00216e51 /system/lib/libart.so (art::Runtime::Abort()+160)
07-20 10:44:14.555 I/DEBUG ( 2589): #06 pc 000a7dd7 /system/lib/libart.so (art::LogMessage::~LogMessage()+1066)
07-20 10:44:14.555 I/DEBUG ( 2589): #07 pc 00139fdf /system/lib/libart-compiler.so (art::MIRGraph::ComputeSuccLineIn(art::ArenaBitVector*, art::ArenaBitVector const*, art::ArenaBitVector const*)+66)
07-20 10:44:14.555 I/DEBUG ( 2589): #08 pc 0013a09b /system/lib/libart-compiler.so (art::MIRGraph::ComputeBlockLiveIns(art::BasicBlock*)+98)
07-20 10:44:14.555 I/DEBUG ( 2589): #09 pc 0013a28b /system/lib/libart-compiler.so (art::MIRGraph::InsertPhiNodes()+186)
07-20 10:44:14.555 I/DEBUG ( 2589): #10 pc 0012accf /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #11 pc 00133239 /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #12 pc 0012ea49 /system/lib/libart-compiler.so (art::MIRGraph::CalculateBasicBlockInformation()+208)
07-20 10:44:14.555 I/DEBUG ( 2589): #13 pc 0012b2b1 /system/lib/libart-compiler.so
07-20 10:44:14.555 I/DEBUG ( 2589): #14 pc 0012cd6f /system/lib/libart-compiler.so
07-20 10:44:14.556 I/DEBUG ( 2589): #15 pc 0012d247 /system/lib/libart-compiler.so (ArtQuickCompileMethod+38)
07-20 10:44:14.556 I/DEBUG ( 2589): #16 pc 001435cb /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::DexFile::CodeItem const*, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject*, art::DexFile const&, art::DexToDexCompilationLevel)+942)
07-20 10:44:14.556 I/DEBUG ( 2589): #17 pc 00143d6b /system/lib/libart-compiler.so (art::CompilerDriver::CompileClass(art::ParallelCompilationManager const*, unsigned int)+1458)
07-20 10:44:14.556 I/DEBUG ( 2589): #18 pc 0013aac1 /system/lib/libart-compiler.so
07-20 10:44:14.556 I/DEBUG ( 2589): #19 pc 00230083 /system/lib/libart.so (art::ThreadPoolWorker::Run()+34)
07-20 10:44:14.556 I/DEBUG ( 2589): #20 pc 002308d1 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
07-20 10:44:14.556 I/DEBUG ( 2589): #21 pc 000138ef /system/lib/libc.so (__pthread_start(void*)+30)
07-20 10:44:14.556 I/DEBUG ( 2589): #22 pc 000118e3 /system/lib/libc.so (__start_thread+6)
07-20 10:44:14.709 I/DEBUG ( 2589):
07-20 10:44:14.709 I/DEBUG ( 2589): Tombstone written to: /data/tombstones/tombstone_00
Click to expand...
Click to collapse
love
all

Categories

Resources