Skip to content

Instantly share code, notes, and snippets.

@trevorwang
Created November 13, 2014 02:36
Show Gist options
  • Save trevorwang/a0a435f9c5ccad3b0b55 to your computer and use it in GitHub Desktop.
Save trevorwang/a0a435f9c5ccad3b0b55 to your computer and use it in GitHub Desktop.
Android 5.0 crash
11-13 10:33:01.968 10143 10346 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 10346 (RenderThread)
11-13 10:33:02.071 182 182 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-13 10:33:02.071 182 182 I DEBUG : Build fingerprint: 'google/hammerhead/hammerhead:5.0/LRX21O/1570415:user/release-keys'
11-13 10:33:02.071 182 182 I DEBUG : Revision: '11'
11-13 10:33:02.071 182 182 I DEBUG : ABI: 'arm'
11-13 10:33:02.071 182 182 I DEBUG : pid: 10143, tid: 10346, name: RenderThread >>> com.cisco.im <<<
11-13 10:33:02.071 182 182 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
11-13 10:33:02.100 182 182 I DEBUG : r0 bee89f30 r1 00000000 r2 00000001 r3 00000000
11-13 10:33:02.100 182 182 I DEBUG : r4 00000003 r5 0051d083 r6 9b4a0380 r7 9b4a03e0
11-13 10:33:02.100 182 182 I DEBUG : r8 9b4a038c r9 991ffd08 sl 991ffd00 fp 9b4a03c8
11-13 10:33:02.100 182 182 I DEBUG : ip 991ffc98 sp 991ffcf8 lr b6f02d0b pc b6707278 cpsr 00010030
11-13 10:33:02.100 182 182 I DEBUG :
11-13 10:33:02.100 182 182 I DEBUG : backtrace:
11-13 10:33:02.100 182 182 I DEBUG : #00 pc 0003e278 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+63)
11-13 10:33:02.100 182 182 I DEBUG : #01 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
11-13 10:33:02.100 182 182 I DEBUG : #02 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
11-13 10:33:02.100 182 182 I DEBUG : #03 pc 00010045 /system/lib/libutils.so
11-13 10:33:02.100 182 182 I DEBUG : #04 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
11-13 10:33:02.100 182 182 I DEBUG : #05 pc 000142d3 /system/lib/libc.so (__start_thread+6)
11-13 10:33:04.092 739 1306 E NativeCrashListener: Exception dealing with report
11-13 10:33:04.092 739 1306 E NativeCrashListener: android.system.ErrnoException: read failed: EAGAIN (Try again)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at libcore.io.Posix.readBytes(Native Method)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at libcore.io.Posix.read(Posix.java:147)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at libcore.io.BlockGuardOs.read(BlockGuardOs.java:230)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at android.system.Os.read(Os.java:364)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at com.android.server.am.NativeCrashListener.consumeNativeCrashData(NativeCrashListener.java:240)
11-13 10:33:04.092 739 1306 E NativeCrashListener: at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:138)
11-13 10:33:04.152 182 182 W debuggerd: type=1400 audit(0.0:78): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=6205 scontext=u:r:debuggerd:s0 tcontext=u:object_r:gpu_device:s0 tclass=chr_file
11-13 10:33:04.152 182 182 W debuggerd: type=1400 audit(0.0:79): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=6205 scontext=u:r:debuggerd:s0 tcontext=u:object_r:gpu_device:s0 tclass=chr_file
11-13 10:33:04.441 195 320 I ThermalEngine: TM Id 'SKIN_THERMAL_management_1' Sensor 'xo_therm_pu2' - alarm raised 1 at 40.0 degC
11-13 10:33:04.441 195 320 I ThermalEngine: ACTION: CPU - Setting CPU[0] to 1958400
11-13 10:33:04.441 195 320 I ThermalEngine: ACTION: CPU - Setting CPU[1] to 1958400
11-13 10:33:04.441 195 320 I ThermalEngine: ACTION: CPU - Setting CPU[2] to 1958400
11-13 10:33:04.441 195 320 I ThermalEngine: ACTION: CPU - Setting CPU[3] to 1958400
11-13 10:33:04.441 195 320 I ThermalEngine: ACTION: LCD - Setting max LCD brightness to 229
11-13 10:33:05.701 182 182 W libbacktrace: virtual bool Backtrace::VerifyReadWordArgs(uintptr_t, word_t*): invalid pointer 0xd2
11-13 10:33:08.006 182 182 I DEBUG :
11-13 10:33:08.006 182 182 I DEBUG : Tombstone written to: /data/tombstones/tombstone_05
11-13 10:33:08.006 739 811 I BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
11-13 10:33:08.009 10143 10830 I msgloop : ALooper_pollOnce:-1, fd:0, events:0, data:0
@shitoupai
Copy link

这个问题解决了吗?

@spiritedRunning
Copy link

在魅族5.1上有同样的错误,看不到堆栈信息

05-25 14:07:57.314 825 965 E NativeCrashListener: Exception dealing with report
05-25 14:07:57.314 825 965 E NativeCrashListener: android.system.ErrnoException: read failed: EAGAIN (Try again)
05-25 14:07:57.314 825 965 E NativeCrashListener: at libcore.io.Posix.readBytes(Native Method)
05-25 14:07:57.314 825 965 E NativeCrashListener: at libcore.io.Posix.read(Posix.java:165)
05-25 14:07:57.314 825 965 E NativeCrashListener: at libcore.io.BlockGuardOs.read(BlockGuardOs.java:230)
05-25 14:07:57.314 825 965 E NativeCrashListener: at android.system.Os.read(Os.java:350)
05-25 14:07:57.314 825 965 E NativeCrashListener: at com.android.server.am.NativeCrashListener.consumeNativeCrashData(NativeCrashListener.java:240)
05-25 14:07:57.314 825 965 E NativeCrashListener: at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:138)

05-25 14:08:07.562 5698 5698 W libbacktrace: virtual bool BacktracePtrace::ReadWord(uintptr_t, word_t*): invalid pointer 0xd998dc08 reading from tid 4460, ptrace() strerror(errno)=No such process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment