Android上的进程崩溃

时间:2015-10-13 07:34:21

标签: android

我正在尝试启动应用,并且我看到应用程序已关闭。根本原因尚不清楚,因为崩溃跟踪指向" libsecuritysdkx-1.2.36.so",这似乎是由于__stack_chk_fail。我不确定如何进一步检查。请进一步建议。

--------- beginning of crash
2270  2304 F libc    : stack corruption detected
2270  2304 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 2304 (pool-1-thread-1)
2270  2297 F libc    : stack corruption detected
2270  2297 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 2297 (Thread-218)
191   191 I DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
191   191 I DEBUG   : Build fingerprint: 'eng/test'
191   191 I DEBUG   : pid: 2270, tid: 2304, name: pool-1-thread-1  >>> com.fanli.android.apps <<<
191   191 I DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------

01-01 05:11:27.347   191   191 I DEBUG   : Abort message: 'stack corruption detected'
01-01 05:11:27.347   191   191 I DEBUG   :     eax 00000000  ebx 000008de  ecx 00000900  edx 00000006
01-01 05:11:27.347   191   191 I DEBUG   :     esi 61d3bdb8  edi 00000002
01-01 05:11:27.347   191   191 I DEBUG   :     xcs 00000073  xds 0000007b  xes 0000007b  xfs 00000087  xss 0000007b
01-01 05:11:27.348   191   191 I DEBUG   :     eip 77506cd6  ebp 00000900  esp 61d38bf0  flags 00200206
01-01 05:11:27.348   191   191 I DEBUG   : 
01-01 05:11:27.348   191   191 I DEBUG   : backtrace:
01-01 05:11:27.348   191   191 I DEBUG   :     #00 pc 00085cd6  /system/lib/libc.so (tgkill+22)
01-01 05:11:27.348   191   191 I DEBUG   :     #01 pc 00031853  /system/lib/libc.so (pthread_kill+163)
01-01 05:11:27.348   191   191 I DEBUG   :     #02 pc 00033125  /system/lib/libc.so (raise+37)
01-01 05:11:27.348   191   191 I DEBUG   :     #03 pc 0002b1f5  /system/lib/libc.so (abort+85)
01-01 05:11:27.349   191   191 I DEBUG   :     #04 pc 0002e071  /system/lib/libc.so (__libc_fatal+33)
01-01 05:11:27.349   191   191 I DEBUG   :     #05 pc 00083f0d  /system/lib/libc.so (__stack_chk_fail+29)
01-01 05:11:27.349   191   191 I DEBUG   :     #06 pc 0009959b  /data/data/com.fanli.android.apps/files/libsecuritysdkx-1.2.36.so

0 个答案:

没有答案