I'd really love some help, because I've spent weeks of trial and error and trying to understand logs, but I just can't figure out what's wrong.
-Samsung Galaxy S3
-Randomly rebooting
Reboots between 5-20 times a day.
Never reboots while connected to power.
3 different batteries tried with same results.
Reboots even while sitting stationary with no intervention.
-Stock ROM
-Phone only recently rooted to aid with logging.
-Logcat taken - see copy at pastebin.com/XryCQViS
Hey, thanks.
@drooble: may be caused by a faulty power button (xda-search would have helped)
rp158 said:
@drooble: may be caused by a faulty power button (xda-search would have helped)
Click to expand...
Click to collapse
Hey thanks for the response
I don't think the power button is the culprit. (It's one of the many things I've tested).
I removed the case to start with and it still occurred.
I left the phone sitting on a desk without touching it and it still occurred.
And finally - when I hold the power button down the screen presents you with a power down menu. The intermittent rebooting occurs without displaying this menu.
Does the log suggest otherwise? I don't know what I'm looking for. I have other logs too - I just linked one of the most recent.
Could be oom error.
Beamed in by telepathy.
shivadow said:
Could be oom error.
Beamed in by telepathy.
Click to expand...
Click to collapse
Okay - does the log show that? Or how do I diagnose that? How would I fix that?
One of my suggestions would be to install TWRP, take a full back-up of the ROM and try to install a custom ROM and see if it also happens on a custom ROM.
Why? Because i see this part of the log that seems weird:
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Build: samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB4:user/release-keys
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Hardware: smdk4x12
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Revision: 12
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Bootloader: I9300XXUGNB4
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Radio: I9300XXUGNA8
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Kernel: Linux version 3.0.31-2372379 ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Mon Feb 17 19:29:50 KST 2014
07-23 11:05:56.460 5091 5177 D CrashAnrDetector:
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Build fingerprint: 'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB4:user/release-keys'
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: Revision: '12'
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: pid: 11432, tid: 11432, name: df >>> df <<<
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: signal 13 (SIGPIPE), code -6 (SI_TKILL), fault addr
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: processName:df
07-23 11:05:56.460 5091 5177 D CrashAnrDetector: broadcastEvent : null SYSTEM_TOMBSTONE
07-23 11:05:56.460 5091 5243 I BootReceiver: Notify a SYSTEM_TOMBSTONE FilePath:tombstone_00
07-23 11:05:56.495 5091 5178 D KeyguardHostView: Show right-most page 0
07-23 11:05:56.500 5091 5178 D LockPatternUtils: isPcwEnable = 10
07-23 11:05:56.510 5091 5178 I KeyguardBackgroundView: *** KeyguardEffectView getInstance ***
07-23 11:05:56.515 5091 5178 D KeyguardHostView: showSecurityScreen(PIN)
07-23 11:05:56.515 5091 5178 D KeyguardHostView: getSecurityView(Invalid)
07-23 11:05:56.515 5091 5178 D KeyguardHostView: getSecurityView(PIN)
07-23 11:05:56.720 11286 11286 I dumpstate: done
07-23 11:05:56.740 8927 8927 D KeyguardClockWidgetProvider: onReceive action=android.appwidget.action.APPWIDGET_UPDATE
07-23 11:05:56.775 5091 5333 I ActivityManager: Notify an ApplicationCrash
07-23 11:05:56.800 5091 5333 I Process : Sending signal. PID: 5091 SIG: 9
Click to expand...
Click to collapse
And then all the services start crashing one by one.
These are my 2 cents for your problem.
---------- Post added at 11:46 ---------- Previous post was at 11:40 ----------
And one more worrying thing:
07-23 11:05:50.411 11347 11347 F libc : Fatal signal 13 (SIGPIPE) at 0x00002c53 (code=0), thread 11347 (ip)
Click to expand...
Click to collapse
07-23 11:05:50.461 1940 1940 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-23 11:05:50.461 1940 1940 I DEBUG : Build fingerprint: 'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB4:user/release-keys'
07-23 11:05:50.461 1940 1940 I DEBUG : Revision: '12'
07-23 11:05:50.461 1940 1940 I DEBUG : pid: 11347, tid: 11347, name: ip >>> ip <<<
07-23 11:05:50.461 1940 1940 I DEBUG : signal 13 (SIGPIPE), code -6 (SI_TKILL), fault addr --------
Click to expand...
Click to collapse
Something is definitely wrong either with the ROM or the device. But it doesn't look like a device fault.
07-23 11:05:49.851 1940 1940 I DEBUG : #00 pc 0001b29c /system/lib/libc.so (write+12)
07-23 11:05:49.851 1940 1940 I DEBUG : #01 pc 000022cb /system/lib/liblog.so (android_log_printLogLine+50)
07-23 11:05:49.851 1940 1940 I DEBUG : #02 pc 0000105d /system/bin/logcat
07-23 11:05:49.851 1940 1940 I DEBUG : #03 pc 00001215 /system/bin/logcat
07-23 11:05:49.851 1940 1940 I DEBUG : #04 pc 00001a11 /system/bin/logcat
07-23 11:05:49.851 1940 1940 I DEBUG : #05 pc 0000dc4f /system/lib/libc.so (__libc_init+50)
07-23 11:05:49.851 1940 1940 I DEBUG : #06 pc 00000e50 /system/bin/logcat
Click to expand...
Click to collapse
Something is definitely wrong with libc.so because it appears continuously in the logcat. Maybe that's the problem. Check out the attached screenshots.
You certainly are the B0ss!
My heart was telling me the device was faulty, so I think I was reluctant to waste any time on installing ROM's etc, especially as I've never done it before.
You gave me hope that it could be fixed.
* Backed up with CWM
* Installed CM11.2 and GAPPS.
* (Something) reinstalled all my apps automatically - happy days.
Running for 12 hours, it's very responsive, and I've had no reboots yet.
Don't want to count my chickens yet....... but fricken awesome!!!
Honestly my life has been so much better.
drooble said:
Honestly my life has been so much better.
Click to expand...
Click to collapse
Glad to have helped. Logcats give you so much detail if you know what to search for. Cheers and keep running the ol' girl. It's still good even 4 years after it was considered top.
Related
Hello,
I would like to ask this question in superSU thread but i am not allowed to post there and it redirects me to this general forum section.
Here is the whole process, which makes me think that it is about superSU.
i have nexus 5 with 4.4.4 which is installed by flashing *.img files directly from recovery and only software i used to do this was adb.exe. Later i used superUS's CF-Auto-Root-hammerhead-hammerhead-nexus5.zip file to root. And i didn't set up any google account, just got catlog app from here and start to read it. At first boot of device, there was no error, nothing in catlog file like below and i didn't feel anything about error while using device. But at second reboot and later on "in this time i just granted su rights to catlog when superSU prompted" i saw this fatal errors in log cat file. These errors happen just after i type sim card's password and it happens in seconds, you feel this just a tiny freezing when you want to browse home to app section but later on, i guess this fatal errors caused all random reboots, i have. Do you have any idea? Please let me know, you may see log cat below, thank you.
Code:
07-27 01:06:14.865 I/ActivityManager(821): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=891 uid=10012 gids={50012, 1028, 1015, 1035, 3002, 3001}
07-27 01:06:14.885 F/SystemServer(821): BOOT FAILURE making Package Manager Service ready
07-27 01:06:14.885 F/SystemServer(821): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=821) when registering receiver [email protected]
07-27 01:06:14.885 F/SystemServer(821): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13021)
07-27 01:06:14.885 F/SystemServer(821): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1450)
07-27 01:06:14.885 F/SystemServer(821): at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1425)
07-27 01:06:14.885 F/SystemServer(821): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
07-27 01:06:14.885 F/SystemServer(821): at com.android.server.pm.UserManagerService.systemReady(UserManagerService.java:237)
07-27 01:06:14.885 F/SystemServer(821): at com.android.server.pm.PackageManagerService.systemReady(PackageManagerService.java:10476)
07-27 01:06:14.885 F/SystemServer(821): at com.android.server.ServerThread.initAndLoop(SystemServer.java:893)
07-27 01:06:14.885 F/SystemServer(821): at com.android.server.SystemServer.main(SystemServer.java:1179)
07-27 01:06:14.885 F/SystemServer(821): at java.lang.reflect.Method.invokeNative(Native Method)
07-27 01:06:14.885 F/SystemServer(821): at java.lang.reflect.Method.invoke(Method.java:515)
07-27 01:06:14.885 F/SystemServer(821): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
07-27 01:06:14.885 F/SystemServer(821): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
07-27 01:06:14.885 F/SystemServer(821): at dalvik.system.NativeStart.main(Native Method)
07-27 01:06:14.885 W/SystemServer(821): ***********************************************
07-27 01:06:14.905 I/AppOps (821): Pruning old package media/1013: new uid=-1
07-27 01:06:14.905 I/ActivityManager(821): System now ready
Hello,
Tonight i installed 4.4.4. Release 2 and the result was same like 4.4.4 and error happened again with random reboots.
Later i installer Android L and rooted with superSU and get log cat, the above error was not there anymore but there were another errors, and after whole google update error stayed there and caused random reboots again. Log cats below..
Code:
07-27 04:08:45.218 W/Adreno-GSL(2203): <ioctl_kgsl_device_getproperty:663>: mmap failed: errno 22 Invalid argument
07-27 04:08:45.218 I/Adreno-EGL(2203): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM Build: I10246dbd022c719c705be805d5642cc8fdfbd2a2Date: 03/07/14
07-27 04:08:45.219 I/CanvasContext(2203): Initialized EGL, version 1.4
07-27 04:08:45.238 D/OpenGLRenderer(2203): Enabling debug mode 0
07-27 04:08:45.246 I/art (2261): Heap transition to ProcessStateJankImperceptible took 16.842864ms saved at least 761KB
07-27 04:08:45.305 E/libsigchain(2834): Unable to find next sigaction in signal chain
07-27 04:08:45.305 F/libc (2834): Fatal signal 6 (SIGABRT), code -6 in tid 2834 (main)
07-27 04:08:45.317 I/am_activity_launch_time(793): [0,681945986,eu.chainfire.supersu/.PromptActivity,234,234]
07-27 04:08:45.318 I/ActivityManager(793): Displayed eu.chainfire.supersu/.PromptActivity: +234ms
07-27 04:08:45.412 I/DEBUG (188): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-27 04:08:45.412 I/DEBUG (188): Build fingerprint: 'google/hammerhead/hammerhead:L/LPV79/1236599:user/release-keys'
07-27 04:08:45.412 I/DEBUG (188): Revision: '11'
07-27 04:08:45.412 I/DEBUG (188): pid: 2834, tid: 2834, name: main >>> app_process <<<
07-27 04:08:45.412 I/DEBUG (188): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-27 04:08:45.412 W/NativeCrashListener(793): Couldn't find ProcessRecord for pid 2834
07-27 04:08:45.441 I/DEBUG (188): r0 00000000 r1 00000b12 r2 00000006 r3 00000000
07-27 04:08:45.441 I/DEBUG (188): AM write failure (32 / Broken pipe)
07-27 04:08:45.441 I/DEBUG (188): r4 00000006 r5 00000000 r6 00000b12 r7 0000010c
07-27 04:08:45.441 I/DEBUG (188): r8 b6e31000 r9 000000cd sl 0000000c fp 000000cc
07-27 04:08:45.441 I/DEBUG (188): ip 0000000b sp be8066c0 lr b6d10371 pc b6d330d0 cpsr 000f0010
07-27 04:08:45.441 I/DEBUG (188): d0 ffffffffffffffff d1 ffffffffffffffff
07-27 04:08:45.441 I/DEBUG (188): d2 0000000000000000 d3 0000000000000000
07-27 04:08:45.441 I/DEBUG (188): d4 00740061004e002e d5 0041006500760069
Code:
07-27 04:44:08.076 D/GCM (1286): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE
07-27 04:44:08.076 I/am_create_service(819): [0,84197316,.InitializeIntentService,10009,1315]
07-27 04:44:08.106 I/am_destroy_service(819): [0,84197316,1315]
07-27 04:44:08.230 D/AndroidRuntime(2904): Shutting down VM
07-27 04:44:08.275 I/am_create_service(819): [0,722177709,.CalendarProviderIntentService,10001,2450]
07-27 04:44:08.339 D/AndroidRuntime(2953): Shutting down VM
07-27 04:44:08.402 I/am_destroy_service(819): [0,722177709,2450]
07-27 04:44:08.442 E/libsigchain(2904): Unable to find next sigaction in signal chain
07-27 04:44:08.442 F/libc (2904): Fatal signal 6 (SIGABRT), code -6 in tid 2904 (main)
07-27 04:44:08.467 D/AndroidRuntime(2978): Shutting down VM
07-27 04:44:08.471 I/am_destroy_service(819): [0,537148119,1315]
07-27 04:44:08.488 I/am_create_service(819): [0,25537999,.IndexWorkerService,10009,1315]
07-27 04:44:08.549 D/AndroidRuntime(2993): Shutting down VM
07-27 04:44:08.550 E/libsigchain(2953): Unable to find next sigaction in signal chain
07-27 04:44:08.550 F/libc (2953): Fatal signal 6 (SIGABRT), code -6 in tid 2953 (main)
07-27 04:44:08.554 I/DEBUG (182): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-27 04:44:08.554 I/DEBUG (182): Build fingerprint: 'google/hammerhead/hammerhead:L/LPV79/1236599:user/release-keys'
07-27 04:44:08.554 I/DEBUG (182): Revision: '11'
07-27 04:44:08.555 I/DEBUG (182): pid: 2904, tid: 2904, name: main >>> app_process <<<
07-27 04:44:08.555 I/DEBUG (182): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-27 04:44:08.564 W/NativeCrashListener(819): Couldn't find ProcessRecord for pid 2904
07-27 04:44:08.602 I/am_create_service(819): [0,502940508,.AutoCacheSchedulingService,10057,2778]
07-27 04:44:08.606 I/am_destroy_service(819): [0,25537999,1315]
07-27 04:44:08.607 I/DEBUG (182): r0 00000000 r1 00000b58 r2 00000006 r3 00000000
07-27 04:44:08.607 I/DEBUG (182): AM write failure (32 / Broken pipe)
07-27 04:44:08.607 I/DEBUG (182): r4 00000006 r5 00000000 r6 00000b58 r7 0000010c
07-27 04:44:08.607 I/DEBUG (182): r8 b6e0f000 r9 000000cd sl 0000000c fp 000000cc
07-27 04:44:08.607 I/DEBUG (182): ip 0000000b sp bec736c0 lr b6cee371 pc b6d110d0 cpsr 000f0010
07-27 04:44:08.607 I/DEBUG (182): d0 ffffffffffffffff d1 ffffffffffffffff
07-27 04:44:08.607 I/DEBUG (182): d2 0000000000000000 d3 0000000000000000
07-27 04:44:08.607 I/DEBUG (182): d4 00740061004e002e d5 0041006500760069
07-27 04:44:08.607 I/DEBUG (182): d6 0073006500630063 d7 0063006500520073
Hello,
I followed log cat closely, this fatal signal 6 and followed long debug log only happens when an application interacts with superSU expacially when it asks for root access, meaning after first install on default access promt window and after every fresh starting and closing with toast notifications.
This happens on Android L and i am not sure if same thing happens in 4.4.4 by "BOOT FAILURE making Package Manager Service ready" error?
Please somebody let @Chainfire know this issue or bug (not sure), this is my 3 messages on this forum, i cant post this on superSU subforum.
Regards
I'm having an issue that I've been trying to fix for a month now, everytime an app tries to use the GPS, my phone crash and reboots. It happens with all roms except stock. Any idea what it could be?
build.board: MSM8916
build.bootloader: 0x8020
build.brand: Motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: surnia_umts
build.display: slim_surnia-userdebug 7.1.2 NJH47B 11e90beeff test-keys
build.fingerprint: motorola/surnia_retus/surnia_umts:5.0.2/LXI22.50-24.1/1:user/release-keys
build.hardware: qcom
build.host: autobuild
build.id: NJH47B
build.manufacturer: Motorola
build.model: XT1527
build.product: Moto E LTE (2nd gen)
build.radio: M8916_2020629.41.03.21.51R
build.serial: TA0930D46O
build.tags: test-keys
build.time: 1498185618000
build.type: userdebug
build.user: jenkins
version.codename: REL
version.incremental: 11e90beeff
version.release: 7.1.2
version.sdk_int: 25
--------- beginning of system
--------- beginning of crash
07-06 00:50:50.860 F/libc (1651): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1759 (android.bg)
07-06 00:50:51.013 F/DEBUG (4923): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-06 00:50:51.013 F/DEBUG (4923): SLIM Version: 'Slim-7.1.2.build.0.29-BETA-20170623-0440'
07-06 00:50:51.013 F/DEBUG (4923): Build fingerprint: 'motorola/surnia_retus/surnia_umts:5.0.2/LXI22.50-24.1/1:user/release-keys'
07-06 00:50:51.013 F/DEBUG (4923): Revision: '0'
07-06 00:50:51.013 F/DEBUG (4923): ABI: 'arm'
07-06 00:50:51.014 F/DEBUG (4923): pid: 1651, tid: 1759, name: android.bg >>> system_server <<<
07-06 00:50:51.014 F/DEBUG (4923): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
07-06 00:50:51.014 F/DEBUG (4923): r0 97bfb100 r1 00000001 r2 00000000 r3 0000001c
07-06 00:50:51.014 F/DEBUG (4923): r4 adc05030 r5 a0180340 r6 97bfb100 r7 00000001
07-06 00:50:51.014 F/DEBUG (4923): r8 00000000 r9 b4285900 sl 00000001 fp a1d61198
07-06 00:50:51.014 F/DEBUG (4923): ip 00000008 sp a0180318 lr b3356d71 pc 00000000 cpsr 60070010
07-06 00:50:51.017 F/DEBUG (4923):
07-06 00:50:51.017 F/DEBUG (4923): backtrace:
07-06 00:50:51.018 F/DEBUG (4923): #00 pc 00000000 <unknown>
07-06 00:50:51.018 F/DEBUG (4923): #01 pc 00017d6f /system/lib/libandroid_servers.so
07-06 00:50:51.018 F/DEBUG (4923): #02 pc 0119f435 /data/dalvik-cache/arm/[email protected]@[email protected] (offset 0xc9b000)
--------- beginning of main
07-06 00:51:22.911 D/NetworkMonitor/NetworkAgentInfo [WIFI () - 101]( 5171): PROBE_DNS OK 38ms, www.google.com=172.217.0.228
07-06 00:51:22.914 D/NetworkMonitor/NetworkAgentInfo [WIFI () - 101]( 5171): PROBE_DNS OK 41ms, connectivitycheck.gstatic.com=172.217.2.99
07-06 00:51:22.977 D/NetworkMonitor/NetworkAgentInfo [WIFI () - 101]( 5171): PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=59ms ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Thu, 06 Jul 2017 04:51:23 GMT], X-Android-Received-Millis=[1499316682975], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1499316682950]}
07-06 00:51:23.094 D/NetworkMonitor/NetworkAgentInfo [WIFI () - 101]( 5171): PROBE_HTTPS https://www.google.com/generate_204 time=176ms ret=204 headers={null=[HTTP/1.1 204 No Content], Alt-Svc=[quic=":443"; ma=2592000; v="39,38,37,36,35"], Content-Length=[0], Date=[Thu, 06 Jul 2017 04:51:23 GMT], X-Android-Received-Millis=[1499316683092], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1499316683060]}
Click to expand...
Click to collapse
Sorry for the spam down there, couldn't post the logcat since I didn't have 10 posts
..
..
..
..
..
..
..
Dear all,
i ported nougat to our MTK6580 Device "Cubot Note S". It works fine all, just have some issues with few apps.
I use lineage OS 14.1
They crashing and i don't know why. For Example Google Play Store crashing if i swipe to "Libary" and Opera hangs heavy into crash.
i created a logcat file with the both problems. can someone give me a hint whats the problem could be?
tell me if you need some more information
Has someone an idea how to fix this issue? i analyzed the log now and the fatal error is the main problem:
Fatal signal 6
01-17 21:51:20.102 3919 5155 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 5155 (RenderThread)
01-17 21:51:20.188 5194 5194 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-17 21:51:20.189 5194 5194 F DEBUG : LineageOS Version: '14.1-20180107-UNOFFICIAL-Note_S'
01-17 21:51:20.189 5194 5194 F DEBUG : Build fingerprint: 'Homtom/lineage_HT16/HT16:7.1.2/NJH47F/a9ae3a28c1:userdebug/test-keys'
01-17 21:51:20.189 5194 5194 F DEBUG : Revision: '0'
01-17 21:51:20.189 5194 5194 F DEBUG : ABI: 'arm'
01-17 21:51:20.189 5194 5194 F DEBUG : pid: 3919, tid: 5155, name: RenderThread >>> com.android.vending <<<
01-17 21:51:20.189 5194 5194 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-17 21:51:20.194 5194 5194 F DEBUG : Abort message: 'GL errors! frameworks/base/libs/hwui/renderthread/CanvasContext.cpp:550'
01-17 21:51:20.194 5194 5194 F DEBUG : r0 00000000 r1 00001423 r2 00000006 r3 00000008
01-17 21:51:20.194 5194 5194 F DEBUG : r4 9737f978 r5 00000006 r6 9737f920 r7 0000010c
01-17 21:51:20.194 5194 5194 F DEBUG : r8 9bbb4e40 r9 9737f83c sl 9b2c2c48 fp 00000000
01-17 21:51:20.194 5194 5194 F DEBUG : ip 0000000b sp 9737eee8 lr b5cdedd7 pc b5ce1634 cpsr 200e0010
01-17 21:51:20.211 5194 5194 F DEBUG :
01-17 21:51:20.211 5194 5194 F DEBUG : backtrace:
01-17 21:51:20.211 5194 5194 F DEBUG : #00 pc 0004a634 /system/lib/libc.so (tgkill+12)
01-17 21:51:20.211 5194 5194 F DEBUG : #01 pc 00047dd3 /system/lib/libc.so (pthread_kill+34)
01-17 21:51:20.212 5194 5194 F DEBUG : #02 pc 0001d635 /system/lib/libc.so (raise+10)
01-17 21:51:20.212 5194 5194 F DEBUG : #03 pc 00019181 /system/lib/libc.so (__libc_android_abort+34)
01-17 21:51:20.212 5194 5194 F DEBUG : #04 pc 00017138 /system/lib/libc.so (abort+4)
01-17 21:51:20.212 5194 5194 F DEBUG : #05 pc 0000c1b1 /system/lib/libcutils.so (__android_log_assert+112)
01-17 21:51:20.212 5194 5194 F DEBUG : #06 pc 00024187 /system/lib/libhwui.so
01-17 21:51:20.212 5194 5194 F DEBUG : #07 pc 00025b83 /system/lib/libhwui.so
01-17 21:51:20.212 5194 5194 F DEBUG : #08 pc 000291b1 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+172)
01-17 21:51:20.212 5194 5194 F DEBUG : #09 pc 0000e3fd /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
01-17 21:51:20.212 5194 5194 F DEBUG : #10 pc 00066d5d /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
01-17 21:51:20.212 5194 5194 F DEBUG : #11 pc 000478a3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
01-17 21:51:20.212 5194 5194 F DEBUG : #12 pc 00019bcd /system/lib/libc.so (__start_thread+6)
Click to expand...
Click to collapse
it's a gpu problem but i dont know which file i have to fix. maybe the system\lib\egl or the system\lib\libhwui?
The device is working with the mm kernel: 3.18.19 and the egl file is "libGLES_mali" (1.151mb) from Stock ROM (Android 6)
"Workarround "is to set the smallest width to 720 and the apps working without problems..
The system randomly crashes on my OnePlus 5T, it just hangs for a few seconds and then does a reboot (sometimes only a soft reboot). I'm running OxygenOS Open Beta 33 (Android 9) with ElementalX, Magisk and EdXposed. I've finally managed to capture a logcat and it seems like it's something related to the camera, even though I don't actively use it when the crash happens, and I don't have any camera-specific mods installed.
Logcat
07-23 12:27:29.692 1834 11714 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 11714 (Binder:1834_1B), pid 1834 (system_server)
07-23 12:27:29.896 1834 7981 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRoutePro viderService} from pid=4124, uid=10023 that is not exported from uid 10068
07-23 12:27:29.902 15952 15952 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-23 12:27:29.902 15952 15952 F DEBUG : Build fingerprint: 'OnePlus/OnePlus5T/OnePlus5T:9/PKQ1.180716.001/1906100000:user/release-keys'
07-23 12:27:29.902 15952 15952 F DEBUG : Revision: '0'
07-23 12:27:29.902 15952 15952 F DEBUG : ABI: 'arm64'
07-23 12:27:29.902 15952 15952 F DEBUG : pid: 1834, tid: 11714, name: Binder:1834_1B >>> system_server <<<
07-23 12:27:29.902 15952 15952 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-23 12:27:29.902 15952 15952 F DEBUG : Abort message: 'monitor.cc:1157] Invalid monitor state ForwardingAddress'
07-23 12:27:29.902 15952 15952 F DEBUG : x0 0000000000000000 x1 0000000000002dc2 x2 0000000000000006 x3 0000000000000008
07-23 12:27:29.902 15952 15952 F DEBUG : x4 000000713de59100 x5 000000713de59100 x6 000000713de59100 x7 000000713de59380
07-23 12:27:29.902 15952 15952 F DEBUG : x8 0000000000000083 x9 46f83f518cc1e292 x10 0000000000000000 x11 fffffffc7ffffbdf
07-23 12:27:29.902 15952 15952 F DEBUG : x12 0000000000000001 x13 000000713de594c0 x14 0000000000000000 x15 00000071e72dd000
07-23 12:27:29.902 15952 15952 F DEBUG : x16 00000071e72d12a8 x17 00000071e71f0954 x18 0000000000000000 x19 000000000000072a
07-23 12:27:29.902 15952 15952 F DEBUG : x20 0000000000002dc2 x21 0000007132592380 x22 00000071324ab000 x23 000000716131d608
07-23 12:27:29.902 15952 15952 F DEBUG : x24 000000000000000b x25 000000716131f048 x26 0000000000000000 x27 00000000c2dc8004
07-23 12:27:29.902 15952 15952 F DEBUG : x28 0000007132fff588 x29 0000007132ffe760
07-23 12:27:29.902 15952 15952 F DEBUG : sp 0000007132ffe720 lr 00000071e71e4084 pc 00000071e71e40ac
07-23 12:27:29.910 1834 1966 E NotificationService: Suppressing notification from package by user request. Package: net.dinglisch.android.taskerm isGroupBlocked: false isRankingImportanceNone: true isRecordImportanceNone: false
07-23 12:27:29.973 15952 15952 F DEBUG :
07-23 12:27:29.973 15952 15952 F DEBUG : backtrace:
07-23 12:27:29.973 15952 15952 F DEBUG : #00 pc 00000000000220ac /system/lib64/libc.so (abort+116)
07-23 12:27:29.973 15952 15952 F DEBUG : #01 pc 00000000004645d8 /system/lib64/libart.so (offset 0x43d000) (art::Runtime::Abort(char const*)+1196)
07-23 12:27:29.973 15952 15952 F DEBUG : #02 pc 0000000000008ce0 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
07-23 12:27:29.973 15952 15952 F DEBUG : #03 pc 00000000003be624 /system/lib64/libart.so (offset 0x374000) (art::Monitor::MonitorEnter(art::Thread*, art::mirror:bject*, bool)+1456)
07-23 12:27:29.973 15952 15952 F DEBUG : #04 pc 0000000000514b90 /system/lib64/libart.so (offset 0x43e000) (artLockObjectFromCode+36)
07-23 12:27:29.973 15952 15952 F DEBUG : #05 pc 0000000000555c98 /system/lib64/libart.so (offset 0x43e000) (art_quick_lock_object+152)
07-23 12:27:29.973 15952 15952 F DEBUG : #06 pc 0000000000abf000 /system/framework/arm64/boot-framework.oat (offset 0x3da000) (android.os.BaseBundle.writeToParcelInner+160)
07-23 12:27:29.973 15952 15952 F DEBUG : #07 pc 0000000000c1bba0 /system/framework/arm64/boot-framework.oat (offset 0x3da000) (android.os.Bundle.writeToParcel+128)
07-23 12:27:29.973 15952 15952 F DEBUG : #08 pc 0000000000ad8d54 /system/framework/arm64/boot-framework.oat (offset 0x3da000) (android.os.Parcel.writeBundle+116)
07-23 12:27:29.973 15952 15952 F DEBUG : #09 pc 0000000000a19440 /system/framework/arm64/boot-framework.oat (offset 0x3da000) (android.content.ContentProviderNative.onTransact+2272)
07-23 12:27:29.973 15952 15952 F DEBUG : #10 pc 0000000000c17e18 /system/framework/arm64/boot-framework.oat (offset 0x3da000) (android.os.Binder.execTransact+600)
07-23 12:27:29.973 15952 15952 F DEBUG : #11 pc 0000000000555788 /system/lib64/libart.so (offset 0x43e000) (art_quick_invoke_stub+584)
07-23 12:27:29.973 15952 15952 F DEBUG : #12 pc 00000000000cf6c8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-23 12:27:29.973 15952 15952 F DEBUG : #13 pc 000000000045cd00 /system/lib64/libart.so (offset 0x374000) (art:anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art:anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-23 12:27:29.973 15952 15952 F DEBUG : #14 pc 000000000045e094 /system/lib64/libart.so (offset 0x374000) (art::InvokeVirtualOrInterfaceWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+440)
07-23 12:27:29.973 15952 15952 F DEBUG : #15 pc 0000000000333df0 /system/lib64/libart.so (offset 0x20c000) (art::JNI::CallBooleanMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list)+656)
07-23 12:27:29.973 15952 15952 F DEBUG : #16 pc 00000000000c5ec8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallBooleanMethod(_jobject*, _jmethodID*, ...)+116)
07-23 12:27:29.973 15952 15952 F DEBUG : #17 pc 00000000001376dc /system/lib64/libandroid_runtime.so (JavaBBinder:nTransact(unsigned int, android:arcel const&, android:arcel*, unsigned int)+156)
07-23 12:27:29.973 15952 15952 F DEBUG : #18 pc 000000000004fd2c /system/lib64/libbinder.so (android::BBinder::transact(unsigned int, android:arcel const&, android:arcel*, unsigned int)+136)
07-23 12:27:29.973 15952 15952 F DEBUG : #19 pc 000000000005d558 /system/lib64/libbinder.so (android::IPCThreadState::executeCommand(int)+520)
07-23 12:27:29.973 15952 15952 F DEBUG : #20 pc 000000000005d29c /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+156)
07-23 12:27:29.973 15952 15952 F DEBUG : #21 pc 000000000005d98c /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+108)
07-23 12:27:29.973 15952 15952 F DEBUG : #22 pc 0000000000080074 /system/lib64/libbinder.so (android:oolThread::threadLoop()+24)
07-23 12:27:29.973 15952 15952 F DEBUG : #23 pc 00000000000100dc /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+284)
07-23 12:27:29.973 15952 15952 F DEBUG : #24 pc 00000000000b5aa0 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
07-23 12:27:29.973 15952 15952 F DEBUG : #25 pc 000000000008ffc8 /system/lib64/libc.so (__pthread_start(void*)+36)
07-23 12:27:29.973 15952 15952 F DEBUG : #26 pc 0000000000023968 /system/lib64/libc.so (__start_thread+68)
07-23 12:27:31.348 1047 15920 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 15920 (CAM_strmDatProc), pid 1047 ([email protected])
07-23 12:27:31.480 16052 16052 I wificond: wificond is starting up...
07-23 12:27:31.534 16045 16045 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-23 12:27:31.534 16045 16045 F DEBUG : Build fingerprint: 'OnePlus/OnePlus5T/OnePlus5T:9/PKQ1.180716.001/1906100000:user/release-keys'
07-23 12:27:31.534 16045 16045 F DEBUG : Revision: '0'
07-23 12:27:31.534 16045 16045 F DEBUG : ABI: 'arm'
07-23 12:27:31.534 16045 16045 F DEBUG : pid: 1047, tid: 15920, name: CAM_strmDatProc >>> /vendor/bin/hw/[email protected] <<<
07-23 12:27:31.534 16045 16045 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-23 12:27:31.534 16045 16045 F DEBUG : Abort message: 'Status.cpp:142] Attempted to retrieve value from failed HIDL call: Status(EX_TRANSACTION_FAILED): 'DEAD_OBJECT: ''
07-23 12:27:31.534 16045 16045 F DEBUG : r0 00000000 r1 00003e30 r2 00000006 r3 00000008
07-23 12:27:31.534 16045 16045 F DEBUG : r4 00000417 r5 00003e30 r6 dc99b644 r7 0000010c
07-23 12:27:31.534 16045 16045 F DEBUG : r8 dc99b9c8 r9 00000000 r10 f4c31d4c r11 e1ec4cc0
07-23 12:27:31.534 16045 16045 F DEBUG : ip f47233cc sp dc99b630 lr f468eb7d pc f4684fde
07-23 12:27:31.565 16045 16045 F DEBUG :
07-23 12:27:31.565 16045 16045 F DEBUG : backtrace:
07-23 12:27:31.565 16045 16045 F DEBUG : #00 pc 0001cfde /system/lib/libc.so (abort+58)
07-23 12:27:31.565 16045 16045 F DEBUG : #01 pc 000069f7 /system/lib/vndk-sp-28/libbase.so (android::base:efaultAborter(char const*)+6)
07-23 12:27:31.565 16045 16045 F DEBUG : #02 pc 00007267 /system/lib/vndk-sp-28/libbase.so (android::base::LogMessage::~LogMessage()+494)
07-23 12:27:31.565 16045 16045 F DEBUG : #03 pc 00006ba3 /system/lib/vndk-sp-28/libhidlbase.so (android::hardware::details::return_status::assertOk() const+162)
07-23 12:27:31.565 16045 16045 F DEBUG : #04 pc 0000d615 /vendor/lib/[email protected] (android::hardware::camera::device::V1_0::implementation::CameraDevice::sEnqueueBuffer(preview_stream_ops*, native_handle const**)+160)
07-23 12:27:31.565 16045 16045 F DEBUG : #05 pc 000a3c61 /vendor/lib/hw/camera.msm8998.so (qcamera::QCameraGrallocMemory::enqueueBuffer(unsigned int, long long)+92)
07-23 12:27:31.565 16045 16045 F DEBUG : #06 pc 000b91d9 /vendor/lib/hw/camera.msm8998.so (qcamera::QCamera2HardwareInterface:review_stream_cb_routine(mm_camera_super_buf_t*, qcamera::QCameraStream*, void*)+1124)
07-23 12:27:31.565 16045 16045 F DEBUG : #07 pc 000ad541 /vendor/lib/hw/camera.msm8998.so (qcamera::QCameraStream::dataProcRoutine(void*)+148)
07-23 12:27:31.565 16045 16045 F DEBUG : #08 pc 00072c51 /system/lib/libc.so (__pthread_start(void*)+22)
07-23 12:27:31.565 16045 16045 F DEBUG : #09 pc 0001e005 /system/lib/libc.so (__start_thread+24)
07-23 12:27:32.251 16052 16052 W wificond: No handler for scan result notification from interface with index: 26
07-23 12:27:32.270 16049 16092 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 16092 (HwBinder:16049_), pid 16049 (cameraserver)
07-23 12:27:32.323 16145 16145 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-23 12:27:32.323 16145 16145 F DEBUG : Build fingerprint: 'OnePlus/OnePlus5T/OnePlus5T:9/PKQ1.180716.001/1906100000:user/release-keys'
07-23 12:27:32.323 16145 16145 F DEBUG : Revision: '0'
07-23 12:27:32.323 16145 16145 F DEBUG : ABI: 'arm'
07-23 12:27:32.323 16145 16145 F DEBUG : pid: 16049, tid: 16092, name: HwBinder:16049_ >>> /system/bin/cameraserver <<<
07-23 12:27:32.323 16145 16145 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-23 12:27:32.323 16145 16145 F DEBUG : r0 00000000 r1 00003edc r2 00000006 r3 f4e13180
07-23 12:27:32.323 16145 16145 F DEBUG : r4 f4e13180 r5 f5d03ff5 r6 f69e24d0 r7 0000010c
07-23 12:27:32.323 16145 16145 F DEBUG : r8 f4083408 r9 f3f81920 r10 00000001 r11 f3f8192c
07-23 12:27:32.323 16145 16145 F DEBUG : ip f69b6125 sp f3f816e0 lr f5d03fd3 pc f68d5a94
07-23 12:27:32.938 16145 16145 F DEBUG :
07-23 12:27:32.938 16145 16145 F DEBUG : backtrace:
07-23 12:27:32.938 16145 16145 F DEBUG : #00 pc 00062a94 /system/lib/libc.so (tgkill+12)
07-23 12:27:32.938 16145 16145 F DEBUG : #01 pc 00096fcf /system/lib/libcameraservice.so (android::CameraProviderManager:roviderInfo::serviceDied(unsigned long long, android::wp<android::hidl::base::V1_0::IBase> const&)+74)
07-23 12:27:32.938 16145 16145 F DEBUG : #02 pc 00097001 /system/lib/libcameraservice.so (_ZTv0_n16_N7android21CameraProviderManager12ProviderInfo11serviceDiedEyRKNS_2wpINS_4hidl4base4V1_05IBaseEEE+12)
07-23 12:27:32.938 16145 16145 F DEBUG : #03 pc 0001c167 /system/lib/libhidltransport.so (android::hardware::hidl_binder_death_recipient::binderDied(android::wp<android::hardware::IBinder> const&)+66)
07-23 12:27:32.938 16145 16145 F DEBUG : #04 pc 0000dda5 /system/lib/libhwbinder.so (android::hardware::BpHwBinder::reportOneDeath(android::hardware::BpHwBinder:bituary const&)+80)
07-23 12:27:32.938 16145 16145 F DEBUG : #05 pc 0000dd3d /system/lib/libhwbinder.so (android::hardware::BpHwBinder::sendObituary()+336)
07-23 12:27:32.938 16145 16145 F DEBUG : #06 pc 00014253 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::executeCommand(int)+1022)
07-23 12:27:32.938 16145 16145 F DEBUG : #07 pc 00013d57 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::getAndExecuteCommand()+98)
07-23 12:27:32.938 16145 16145 F DEBUG : #08 pc 0000e461 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::joinThreadPool(bool)+64)
07-23 12:27:32.938 16145 16145 F DEBUG : #09 pc 00011355 /system/lib/libhwbinder.so
07-23 12:27:32.938 16145 16145 F DEBUG : #10 pc 0000c6af /system/lib/libutils.so (android::Thread::_threadLoop(void*)+202)
07-23 12:27:32.938 16145 16145 F DEBUG : #11 pc 00072c51 /system/lib/libc.so (__pthread_start(void*)+22)
07-23 12:27:32.938 16145 16145 F DEBUG : #12 pc 0001e005 /system/lib/libc.so (__start_thread+24)
Click to expand...
Click to collapse
Android Apk installs but crashes on launch. Tested on multiple devices (Oreo & above)
I have developed a simple Android apk in Kivy (1.11.1) and Python (3.8.1). The Kivy app works fine on my Linux system (Ubuntu 18.0.4) with no error or warning message. However, when I install the apk on my device, the app crashes soon after the splash screen with the below listed error message. It points to a null pointer dereference error. After multiple rounds of testing it appears that the error occurs whenever I import a custom module in my Python code. The code itself is working fine when run on a desktop or laptop as Kivy is a cross-platform framework. It is failing only when run on Android. Any suggestion would be highly appreciated.
--------- beginning of crash
11-16 09:19:19.961 2803 29315 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 29315 (Preview3AAThrea), pid 2803 (prov.. @3.0-se)
11-16 09:19:20.044 31254 31254 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-16 09:19:20.045 31254 31254 F DEBUG : Build fingerprint: 'samsung/m10ltedd/m10lte:10/QP1A.190711.020/M105FDDU3CTI3:user/release-keys'
11-16 09:19:20.045 31254 31254 F DEBUG : Revision: '4'
11-16 09:19:20.045 31254 31254 F DEBUG : ABI: 'arm'
11-16 09:19:20.047 31254 31254 F DEBUG : Timestamp: 2020-11-16 09:19:20+0530
11-16 09:19:20.047 31254 31254 F DEBUG : pid: 2803, tid: 29315, name: Preview3AAThrea >>> /vendor/bin/hw/vendor.samsung.hard.. @3.0-service <<<
11-16 09:19:20.047 31254 31254 F DEBUG : uid: 1047
11-16 09:19:20.047 31254 31254 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
11-16 09:19:20.048 31254 31254 F DEBUG : Cause: null pointer dereference
11-16 09:19:20.048 31254 31254 F DEBUG : r0 00000000 r1 00000000 r2 00000001 r3 00000000
11-16 09:19:20.048 31254 31254 F DEBUG : r4 ed439a80 r5 00000000 r6 00000001 r7 e5870058
11-16 09:19:20.048 31254 31254 F DEBUG : r8 ee41f300 r9 ed439a80 r10 f064d260 r11 e5870060
11-16 09:19:20.048 31254 31254 F DEBUG : ip ef83863c sp e58681a0 lr ef7ab3cb pc ef7ab3cc
11-16 09:19:20.068 31254 31254 F DEBUG :
11-16 09:19:20.068 31254 31254 F DEBUG : backtrace:
11-16 09:19:20.068 31254 31254 F DEBUG : #00 pc 0006a3cc /vendor/lib/libexynoscamera3.so (android::ExynosCameraFrame::getFrameDoneFirstEntity(unsigned int)+12) (BuildId: a9243cc5d0a5792ad1baf4e7cb2b99ed)