Related
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
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 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
Tried Nitrogen and Beltz, and experienced on both.
In one of the cars, when talking via Bluetooth connection, every couple of minutes bluetooth on the phone dies, restarts and reconnects, and this keeps repeating (the call itself stays connected). Phone works fine with other cars and various bluetooth devices I've tried.
20:03:10.192 F/android.hardware.bluetooth-hci-h4(7210): OnDataReady: Unimplemented packet type 16
20:03:10.194 F/libc (7210): Fatal signal 6 (SIGABRT), code -6 in tid 7251 (hci_thread), pid 7210 (droid.bluetooth)
20:03:10.581 I/crash_dump32(15485): obtaining output fd from tombstoned, type: kDebuggerdTombstone
20:03:10.582 I//system/bin/tombstoned(396): received crash request for pid 7210
20:03:10.589 I/crash_dump32(15485): performing dump of process 7210 (target tid = 7251)
20:03:10.590 F/DEBUG (15485): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
20:03:10.590 F/DEBUG (15485): Build fingerprint: 'google/shamu/shamu:7.1.1/N6F27M/4299435:user/release-keys'
20:03:10.590 F/DEBUG (15485): Revision: '0'
20:03:10.590 F/DEBUG (15485): ABI: 'arm'
20:03:10.590 F/DEBUG (15485): pid: 7210, tid: 7251, name: hci_thread >>> com.android.bluetooth <<<
20:03:10.590 F/DEBUG (15485): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
20:03:10.617 F/DEBUG (15485): Abort message: 'OnDataReady: Unimplemented packet type 16'
20:03:10.617 F/DEBUG (15485): r0 00000000 r1 00001c53 r2 00000006 r3 00000008
20:03:10.617 F/DEBUG (15485): r4 00001c2a r5 00001c53 r6 97fa93fc r7 0000010c
20:03:10.617 F/DEBUG (15485): r8 00000000 r9 00000045 sl aa93429c fp aa9342d0
020:03:10.617 F/DEBUG (15485): ip aa9342a4 sp 97fa93e8 lr b38fab2b pc b38f4538 cpsr 20010030
20:03:10.634 F/DEBUG (15485):
20:03:10.634 F/DEBUG (15485): backtrace:
20:03:10.634 F/DEBUG (15485): #00 pc 0001a538 /system/lib/libc.so (abort+63)
20:03:10.634 F/DEBUG (15485): #01 pc 00006605 /system/lib/liblog.so (__android_log_assert+156)
20:03:10.635 F/DEBUG (15485): #02 pc 000079e5 /system/vendor/lib/hw/[email protected] (android::hardware::bluetooth::hci::H4Protocol::ee k:nDataReady(int)+196)
20:03:10.635 F/DEBUG (15485): #03 pc 00007475 /system/vendor/lib/hw/[email protected] (android::hardware::bluetooth::async::AsyncFdWatch er::ThreadRoutine()+404)
20:03:10.635 F/DEBUG (15485): #04 pc 0000778b /system/vendor/lib/hw/[email protected] (_ZNSt3__114__thread_proxyINS_5tupleIJNS_10unique_ ptrINS_15__thread_structENS_14default_deleteIS3_EE EEZN7android8hardware9bluetooth5async14AsyncFdWatc her14tryStartThreadEvE3$_0EEEEEPvSE_+22)
20:03:10.635 F/DEBUG (15485): #05 pc 00047e3f /system/lib/libc.so (__pthread_start(void*)+22)
20:03:10.635 F/DEBUG (15485): #06 pc 0001b125 /system/lib/libc.so (__start_thread+32)
Sometimes different packet type (i.e. 104).
Any help appreciated...
xduser1 said:
Tried Nitrogen and Beltz, and experienced on both.
In one of the cars, when talking via Bluetooth connection, every couple of minutes bluetooth on the phone dies, restarts and reconnects, and this keeps repeating (the call itself stays connected). Phone works fine with other cars and various bluetooth devices I've tried.
20:03:10.192 F/android.hardware.bluetooth-hci-h4(7210): OnDataReady: Unimplemented packet type 16
20:03:10.194 F/libc (7210): Fatal signal 6 (SIGABRT), code -6 in tid 7251 (hci_thread), pid 7210 (droid.bluetooth)
20:03:10.581 I/crash_dump32(15485): obtaining output fd from tombstoned, type: kDebuggerdTombstone
20:03:10.582 I//system/bin/tombstoned(396): received crash request for pid 7210
20:03:10.589 I/crash_dump32(15485): performing dump of process 7210 (target tid = 7251)
20:03:10.590 F/DEBUG (15485): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
20:03:10.590 F/DEBUG (15485): Build fingerprint: 'google/shamu/shamu:7.1.1/N6F27M/4299435:user/release-keys'
20:03:10.590 F/DEBUG (15485): Revision: '0'
20:03:10.590 F/DEBUG (15485): ABI: 'arm'
20:03:10.590 F/DEBUG (15485): pid: 7210, tid: 7251, name: hci_thread >>> com.android.bluetooth <<<
20:03:10.590 F/DEBUG (15485): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
20:03:10.617 F/DEBUG (15485): Abort message: 'OnDataReady: Unimplemented packet type 16'
20:03:10.617 F/DEBUG (15485): r0 00000000 r1 00001c53 r2 00000006 r3 00000008
20:03:10.617 F/DEBUG (15485): r4 00001c2a r5 00001c53 r6 97fa93fc r7 0000010c
20:03:10.617 F/DEBUG (15485): r8 00000000 r9 00000045 sl aa93429c fp aa9342d0
020:03:10.617 F/DEBUG (15485): ip aa9342a4 sp 97fa93e8 lr b38fab2b pc b38f4538 cpsr 20010030
20:03:10.634 F/DEBUG (15485):
20:03:10.634 F/DEBUG (15485): backtrace:
20:03:10.634 F/DEBUG (15485): #00 pc 0001a538 /system/lib/libc.so (abort+63)
20:03:10.634 F/DEBUG (15485): #01 pc 00006605 /system/lib/liblog.so (__android_log_assert+156)
20:03:10.635 F/DEBUG (15485): #02 pc 000079e5 /system/vendor/lib/hw/[email protected] (android::hardware::bluetooth::hci::H4Protocol::ee k:nDataReady(int)+196)
20:03:10.635 F/DEBUG (15485): #03 pc 00007475 /system/vendor/lib/hw/[email protected] (android::hardware::bluetooth::async::AsyncFdWatch er::ThreadRoutine()+404)
20:03:10.635 F/DEBUG (15485): #04 pc 0000778b /system/vendor/lib/hw/[email protected] (_ZNSt3__114__thread_proxyINS_5tupleIJNS_10unique_ ptrINS_15__thread_structENS_14default_deleteIS3_EE EEZN7android8hardware9bluetooth5async14AsyncFdWatc her14tryStartThreadEvE3$_0EEEEEPvSE_+22)
20:03:10.635 F/DEBUG (15485): #05 pc 00047e3f /system/lib/libc.so (__pthread_start(void*)+22)
20:03:10.635 F/DEBUG (15485): #06 pc 0001b125 /system/lib/libc.so (__start_thread+32)
Sometimes different packet type (i.e. 104).
Any help appreciated...
Click to expand...
Click to collapse
Have you tried deleting the pairing and recreating it? The only times I've ever had that problem, setting Bluetooth up from scratch has resolved it.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
ktmom said:
Have you tried deleting the pairing and recreating it? The only times I've ever had that problem, setting Bluetooth up from scratch has resolved it.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
Click to expand...
Click to collapse
Yes, re-paired completely from scratch, several times, and on both ROMs. Still get this.
xduser1 said:
Yes, re-paired completely from scratch, several times, and on both ROMs. Still get this.
Click to expand...
Click to collapse
I have the same issue with every 8.1 build I have tried. I think LOS is less problematic and I have fewer disconnects reconnects. Glad I'm not the only one with the issue. I was going to flash back to stock to see if the issue persists, but I'm pretty sure Bluetooth is incomplete for the N6 and 8.1. Every ROM i have tried also misreports Bluetooth battery drain.
I can say, I use a Bluetooth headset and external gps and connect to my ODBII port all simultaneously without any disconnects. I'm using ABC for shamu and it's been rock solid. I also do not get misreported numbers.
If that's one of the rooms you've tried, and you've clean flashed, then think about trying inn safe mode. Maybe some app is interfering. Safe mode will reset your settings and desktop. You probably want to take a nandroid first.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
Several data points:
On 8.1, I only experience this issue with this one car, all other bluetooth devices and cars that I've tried worked perfect.
I do not experience this issue with this car on 7.1.2..
All ROMs were clean flashed.
Also tried friend's Pixel 2 with stock 8.1, and it worked with this car without any issues.
Hi there,
I've just received the mi pad 4 plus and I'm generally impressed, however I'm experiencing crashes when I click on links from my email, both in the mail app and outlook app. Also when I try and share a page from chrome. (It says Android system has stopped or keeps stopping and sometimes power app has stopped.)
Here is the log from chrome when trying to share:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 29340, tid: 29340, name: main >>> zygote64 <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:652: selinux_android_setcontext failed'
x0 0000000000000000 x1 000000000000729c x2 0000000000000006 x3 0000000000000008
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0080808080808080
x8 0000000000000083 x9 b650e91d1636e798 x10 0000000000000000 x11 0000000000000001
x12 ffffffffffffffff x13 0000000000000008 x14 ffffffffffffffff x15 000062c4d4aa08d8
x16 000000095ef4efa8 x17 0000007968a7464c x18 0000000000000001 x19 000000000000729c
x20 000000000000729c x21 0000000000000000 x22 000000796acbaa40 x23 0000007ffda9f249
x24 0000000000000040 x25 0000000000000081 x26 0000000000000079 x27 0000007969663da8
x28 0000007969662f00 x29 0000007ffda9f1f0 x30 0000007968a29eac
sp 0000007ffda9f1b0 pc 0000007968a29ec8 pstate 0000000060000000
backtrace:
#00 pc 000000000001dec8 /system/lib64/libc.so (abort+104)
#01 pc 0000000000474118 /system/lib64/libart.so (art::Runtime::Abort(char const*)+552)
#02 pc 0000000000569fa8 /system/lib64/libart.so (android::base::LogMessage::~LogMessage()+996)
#03 pc 0000000000341490 /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+192)
#04 pc 00000000001784c4 /system/lib64/libandroid_runtime.so ((anonymous namespace)::RuntimeAbort(_JNIEnv*, int, char const*)+392)
#05 pc 0000000000179850 /system/lib64/libandroid_runtime.so ((anonymous namespace)::ForkAndSpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, int, _jstring*, _jstring*, bool, _jintArray*, _jintArray*, _jstring*, _jstring*)+4864)
#06 pc 0000000000177bb4 /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, _jstring*, _jstring*)+536)
#07 pc 000000007313f588 /data/dalvik-cache/arm64/[email protected]@boot.oat (offset 0xa13000)
And here is the log when trying to click a link from my email:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 29903, tid: 29903, name: main >>> zygote64 <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:652: selinux_android_setcontext failed'
x0 0000000000000000 x1 00000000000074cf x2 0000000000000006 x3 0000000000000008
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0080808080808080
x8 0000000000000083 x9 b650e91d1636e798 x10 0000000000000000 x11 0000000000000001
x12 ffffffffffffffff x13 0000000000000008 x14 ffffffffffffffff x15 0000b55756fed6e4
x16 000000095ef4efa8 x17 0000007968a7464c x18 00000078db6010d0 x19 00000000000074cf
x20 00000000000074cf x21 0000000000000000 x22 000000796acbaa40 x23 0000007ffda9f249
x24 0000000000000040 x25 0000000000000081 x26 0000000000000079 x27 0000007969663da8
x28 0000007969662f00 x29 0000007ffda9f1f0 x30 0000007968a29eac
sp 0000007ffda9f1b0 pc 0000007968a29ec8 pstate 0000000060000000
backtrace:
#00 pc 000000000001dec8 /system/lib64/libc.so (abort+104)
#01 pc 0000000000474118 /system/lib64/libart.so (art::Runtime::Abort(char const*)+552)
#02 pc 0000000000569fa8 /system/lib64/libart.so (android::base::LogMessage::~LogMessage()+996)
#03 pc 0000000000341490 /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+192)
#04 pc 00000000001784c4 /system/lib64/libandroid_runtime.so ((anonymous namespace)::RuntimeAbort(_JNIEnv*, int, char const*)+392)
#05 pc 0000000000179850 /system/lib64/libandroid_runtime.so ((anonymous namespace)::ForkAndSpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, int, _jstring*, _jstring*, bool, _jintArray*, _jintArray*, _jstring*, _jstring*)+4864)
#06 pc 0000000000177bb4 /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, _jstring*, _jstring*)+536)
#07 pc 000000007313f588 /data/dalvik-cache/arm64/[email protected]@boot.oat (offset 0xa13000)
Also I just noticed that it says on the listing that it doesn't support OTA update but firmware can be changed..?
Any help would be greatly appreciated! :good:
I have the same error.
I can not find any fixes.
Please let me know if you find one, and I'll do the same.
I flashed the Xiaomi.eu ROM after installing TWRP recovery, I found a guide of what to do... and it's a lot more stable now, sharing works and links work.. it came preinstalled with a fake ROM. Using Evie launcher now and it's a bit glitchy at times but otherwise good!
Jowlimowli said:
I flashed the Xiaomi.eu ROM after installing TWRP recovery, I found a guide of what to do... and it's a lot more stable now, sharing works and links work.. it came preinstalled with a fake ROM. Using Evie launcher now and it's a bit glitchy at times but otherwise good!
Click to expand...
Click to collapse
hey, I have just bought a xiaomi mi pad 4 plus and same is happening to me. Could yo please tell me how you did it. Thank you
Having the exact same problem - seems to crash constantly. I've just bought two Mi Pad Plus 4s from Gearbest and they both seem to take massive exception to the use of any other launcher (Nova, Evie).
I hlave same problem! Wtf¿
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 24289, tid: 24289, name: main >>> zygote64 <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:652: selinux_android_setcontext failed'
x0 0000000000000000 x1 0000000000005ee1 x2 0000000000000006 x3 0000000000000008
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0080808080808080
x8 0000000000000083 x9 6fec259a1850431f x10 0000000000000000 x11 0000000000000001
x12 ffffffffffffffff x13 0000000000000008 x14 ffffffffffffffff x15 000100f1626905b1
x16 0000000220a01fa8 x17 00000078bd3fb64c x18 0000000000000008 x19 0000000000005ee1
x20 0000000000005ee1 x21 0000000000000000 x22 00000078c05c5a40 x23 0000007fceaab899
x24 0000000000000040 x25 0000000000000081 x26 0000000000000079 x27 00000078be156da8
x28 00000078be155f00 x29 0000007fceaab840 x30 00000078bd3b0eac
sp 0000007fceaab800 pc 00000078bd3b0ec8 pstate 0000000060000000
backtrace:
#00 pc 000000000001dec8 /system/lib64/libc.so (abort+104)
#01 pc 0000000000474118 /system/lib64/libart.so (art::Runtime::Abort(char const*)+552)
#02 pc 0000000000569fa8 /system/lib64/libart.so (android::base::LogMessage::~LogMessage()+996)
#03 pc 0000000000341490 /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+192)
#04 pc 00000000001784c4 /system/lib64/libandroid_runtime.so ((anonymous namespace)::RuntimeAbort(_JNIEnv*, int, char const*)+392)
#05 pc 0000000000179850 /system/lib64/libandroid_runtime.so ((anonymous namespace)::ForkAndSpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, int, _jstring*, _jstring*, bool, _jintArray*, _jintArray*, _jstring*, _jstring*)+4864)
#06 pc 0000000000177bb4 /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, _jstring*, _jstring*)+536)
#07 pc 00000000741dc588 /data/dalvik-cache/arm64/[email protected]@boot.oat (offset 0xa13000)
I found setting all the default apps fixed a lot of the crashes. In the settings find Installed Apps -> Default Apps, then set all the apps to something. The error in a lot of cases was due to Android not knowing which app to use when opening links, etc.
Still crashes when I try to use the share button, sometimes, so I think I'll be installing the xioami.eu ROM anyway, which will hopefully fix these.
I installed TWRP and the Xiaomi.eu ROM (MIUI 10.2) and the tablet works perfectly now.
Where can I find it? Please guide