Open Retia-Adolf opened 6 years ago
多试几次,看看是不是每次都是像下面这样在JNI_OnLoad
和/或 entering event loop
之后马上就出现libc crash
I/Shadowsocks( 2552): JNI_OnLoad
D/tun2socks( 2667): NOTICE(tun2socks): entering event loop
E/emuglGLESv2_enc( 357): glGetError: GL communication error, please report this issue to b.android.com.
--------- beginning of crash
F/libc
@Akkariiin 试了三次,都是这样
12-30 11:22:23.995 I/Shadowsocks( 8536): JNI_OnLoad
12-30 11:22:23.997 D/tun2socks( 9844): NOTICE(tun2socks): entering event loop
12-30 11:22:23.998 E/ ( 6781): rcFlushWindowColorBuffer: GL communication error, please report this issue to b.android.com.
12-30 11:22:23.998 F/libc ( 6781): Fatal signal 6 (SIGABRT), code -6 in tid 6781 (surfaceflinger)
12-30 11:22:23.998 E/emuglGLESv2_enc( 6859): glGenTextures: GL communication error, please report this issue to b.android.com.
12-30 11:22:23.998 F/libc ( 6859): Fatal signal 6 (SIGABRT), code -6 in tid 7019 (RenderThread)
12-30 11:30:05.578 I/Shadowsocks(11910): JNI_OnLoad
12-30 11:30:05.580 D/tun2socks(12909): NOTICE(tun2socks): entering event loop
12-30 11:30:05.580 E/emuglGLESv2_enc(10145): glGetError: GL communication error, please report this issue to b.android.com.
12-30 11:30:05.581 F/libc (10145): Fatal signal 6 (SIGABRT), code -6 in tid 10145 (surfaceflinger)
12-30 11:30:05.582 E/emuglGLESv2_enc(10274): glGenTextures: GL communication error, please report this issue to b.android.com.
12-30 11:30:05.582 F/libc (10274): Fatal signal 6 (SIGABRT), code -6 in tid 10424 (RenderThread)
12-30 11:31:29.603 I/Shadowsocks(15076): JNI_OnLoad
12-30 11:31:29.603 D/tun2socks(15782): NOTICE(tun2socks): entering event loop
12-30 11:31:29.603 E/emuglGLESv2_enc(13343): glGenTextures: GL communication error, please report this issue to b.android.com.
12-30 11:31:29.604 F/libc (13343): Fatal signal 6 (SIGABRT), code -6 in tid 13561 (RenderThread)
我猜关键是这个JNI调用触发的问题。
12-30 11:31:29.603 I/Shadowsocks(15076): JNI_OnLoad
12-30 11:31:29.603 D/tun2socks(15782): NOTICE(tun2socks): entering event loop
12-30 11:31:29.604 F/libc (13343): Fatal signal 6 (SIGABRT), code -6 in tid 13561 (RenderThread)
好久没过来看了,之前猜到这里发生了什么来着,想不起来了....给我点时间...
E/keystore2(): system/security/keystore2/src/gc.rs:139 - Error trying to delete blob entry. system/security/keystore2/src/gc.rs:129: Trying to invalidate key.
E/Finsky (): Caused by: DisplayErrorMessage[Error retrieving information from server. DF-DFERH-01]
E/keymaster_tee(): [ [31mERR [0m]Unexpected title ignore.. title: TEE
E/Finsky (): [94] oao.c(60): Unexpected android-id = 0
E/Volley (): [94] kfs.a: Unexpected response code 400 for https://play-fe.googleapis.com/fdfe/integrity
E/Finsky (): com.google.android.finsky.integrityservice.IntegrityException
环境: Windows 10 1709, Genymotion 2.11.0, VirtualBox 5.2.4 Build fingerprint: Android/vbox86p/vbox86p:7.1.1/NMF26Q/genymo09291150:userdebug/test-keys 内核:4.4.34-genymotion 网络:NAT模式,模拟WiFi,能联网 SSR设置:加密none,协议auth_chain_d,混淆tls1.2_ticketauth,TCP Fast Open开启 Logcat: 客户端里自带的Logcat暂时不知道怎么完整复制出来(:з)∠)_,这里是模拟器产生的logcat里的部分