We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
普通应用安装初始化没问题,系统级别的应用初始化错误导致奔溃。
A/libc: Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 4193 (.xx.xxx), pid 4158 (com.xx.xxx) 2023-01-14 09:13:09.710 4201-4201/? E/DEBUG: failed to read /proc/uptime: Permission denied 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Build fingerprint: 'alps/vnd_k62v1_64_bsp/k62v1_64_bsp:12/SP1A.210812.016/1rck61v164bspP22:userdebug/dev-keys' 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Revision: '0' 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: ABI: 'arm' 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Timestamp: 2023-01-14 09:13:09.709409695+0800 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Process uptime: 0s 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Cmdline: com.xx.xxx 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: pid: 4158, tid: 4193, name: .xx.xxx>>> com.xx.xxx<<< 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: uid: 1000 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr -------- 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Cause: seccomp prevented call to disallowed arm system call 55 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r0 0000004f r1 00000003 r2 00000000 r3 00000000 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r4 00000000 r5 00000000 r6 93000138 r7 00000037 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r8 00000007 r9 00000040 r10 930000f0 r11 c4291d50 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: ip 9306013f sp 9304bb7c lr c35531e8 pc c3591de4 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: backtrace: 2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: #00 pc 00304de4 /data/app/~~41fnEM9hAd4vc7gOvaJgvw==/com.xx.xxx-xOWwXuFHW-GsPAQp4LJ1vA==/lib/arm/libgojni.so
The text was updated successfully, but these errors were encountered:
disallowed arm system call 55
Sorry, something went wrong.
No branches or pull requests
普通应用安装初始化没问题,系统级别的应用初始化错误导致奔溃。
A/libc: Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 4193 (.xx.xxx), pid 4158 (com.xx.xxx)
2023-01-14 09:13:09.710 4201-4201/? E/DEBUG: failed to read /proc/uptime: Permission denied
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Build fingerprint: 'alps/vnd_k62v1_64_bsp/k62v1_64_bsp:12/SP1A.210812.016/1rck61v164bspP22:userdebug/dev-keys'
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Revision: '0'
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: ABI: 'arm'
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Timestamp: 2023-01-14 09:13:09.709409695+0800
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Process uptime: 0s
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Cmdline: com.xx.xxx
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: pid: 4158, tid: 4193, name: .xx.xxx>>> com.xx.xxx<<<
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: uid: 1000
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr --------
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: Cause: seccomp prevented call to disallowed arm system call 55
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r0 0000004f r1 00000003 r2 00000000 r3 00000000
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r4 00000000 r5 00000000 r6 93000138 r7 00000037
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: r8 00000007 r9 00000040 r10 930000f0 r11 c4291d50
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: ip 9306013f sp 9304bb7c lr c35531e8 pc c3591de4
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: backtrace:
2023-01-14 09:13:10.218 4201-4201/? A/DEBUG: #00 pc 00304de4 /data/app/~~41fnEM9hAd4vc7gOvaJgvw==/com.xx.xxx-xOWwXuFHW-GsPAQp4LJ1vA==/lib/arm/libgojni.so
The text was updated successfully, but these errors were encountered: