Skip to content
New issue

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

App Crash #226

Open
lucaselblanc opened this issue Jan 22, 2025 · 0 comments
Open

App Crash #226

lucaselblanc opened this issue Jan 22, 2025 · 0 comments

Comments

@lucaselblanc
Copy link

From what I saw in the logs there were attempts to access null pointers in memory, among other things that may have caused the crash, the name of the test package I used was "com.NoClipStudio.ModernSnake", and these are some of the main logs:

logs.txt

--------- beginning of crash
01-22 19:36:23.052  4290  4317 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c in tid 4317 (Thread-5), pid 4290 (dio.ModernSnake)
01-22 19:36:23.221  4579  4579 E DEBUG   : failed to read /proc/uptime: Permission denied
01-22 19:36:23.659  4579  4579 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-22 19:36:23.659  4579  4579 F DEBUG   : Build fingerprint: 'google/sdk_gphone64_x86_64/emulator64_x86_64_arm64:12/SE1A.220826.008/10564458:userdebug/dev-keys'
01-22 19:36:23.659  4579  4579 F DEBUG   : Revision: '0'
01-22 19:36:23.659  4579  4579 F DEBUG   : ABI: 'x86_64'
01-22 19:36:23.660  4579  4579 F DEBUG   : Timestamp: 2025-01-22 19:36:23.220044400+0000
01-22 19:36:23.661  4579  4579 F DEBUG   : Process uptime: 0s
01-22 19:36:23.661  4579  4579 F DEBUG   : Cmdline: com.NoClipStudio.ModernSnake
01-22 19:36:23.661  4579  4579 F DEBUG   : pid: 4290, tid: 4317, name: Thread-5  >>> com.NoClipStudio.ModernSnake <<<
01-22 19:36:23.661  4579  4579 F DEBUG   : uid: 10148
01-22 19:36:23.662  4579  4579 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c
01-22 19:36:23.663  4579  4579 F DEBUG   : Cause: null pointer dereference
01-22 19:36:23.663  4579  4579 F DEBUG   :     rax 0000000000000000  rbx 0000000000000000  rcx 0000000000000000  rdx 0000000000000000
01-22 19:36:23.663  4579  4579 F DEBUG   :     r8  0000000000000000  r9  0000000000000000  r10 0000000000000000  r11 0000000000000000
01-22 19:36:23.663  4579  4579 F DEBUG   :     r12 0000000000000000  r13 0000000000000000  r14 0000000000000000  r15 0000000000000000
01-22 19:36:23.663  4579  4579 F DEBUG   :     rdi 0000000000000000  rsi 0000000000000000
01-22 19:36:23.663  4579  4579 F DEBUG   :     rbp 0000000000000000  rsp 0000000000000000  rip 0000000000000000
01-22 19:36:23.663  4579  4579 F DEBUG   : backtrace:
01-22 19:36:23.663  4579  4579 F DEBUG   :       #00 pc 0000000000000000  <unknown>
01-22 19:36:23.705   236   236 E tombstoned: Tombstone written to: tombstone_23
01-22 19:36:24.115   421   421 E ClientCache: failed to get buffer, invalid process token
01-22 19:36:24.115   421   421 E BpTransactionCompletedListener: Failed to transact (-32)
01-22 19:36:28.752  1321  1321 E HwDetectorWithState: a: 3
01-22 19:36:31.404  4605  4647 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant