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

SIGABRT in main.c - listenerRun #235

Closed
bk138 opened this issue Aug 25, 2024 · 1 comment
Closed

SIGABRT in main.c - listenerRun #235

bk138 opened this issue Aug 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bk138
Copy link
Owner

bk138 commented Aug 25, 2024


FORTIFY: FD_ISSET: file descriptor -1 < 0

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 23355 >>> net.christianbeier.droidvnc_ng <<<

backtrace:
  #00  pc 0x000000000009dd44  /apex/com.android.runtime/lib64/bionic/libc.so (abort+180)
  #01  pc 0x000000000009fc9c  /apex/com.android.runtime/lib64/bionic/libc.so (__fortify_fatal(char const*, ...)+124)
  #02  pc 0x00000000000cb824  /apex/com.android.runtime/lib64/bionic/libc.so (__FD_ISSET_chk+84)
  #03  pc 0x000000000002710c  /data/app/~~FErtC7DJ1A54P0elG1rvAQ==/net.christianbeier.droidvnc_ng-rpzgEIASAYN5Xvl5KMkyLQ==/split_config.arm64_v8a.apk!libdroidvnc-ng.so (listenerRun+671) (BuildId: 2d68d1a0659811c660bb9025c56fd6ed1535e4d0)
  #04  pc 0x000000000010ba80  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208)
  #05  pc 0x000000000009f690  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
``
@bk138 bk138 self-assigned this Aug 25, 2024
@bk138 bk138 added the bug Something isn't working label Aug 25, 2024
@bk138
Copy link
Owner Author

bk138 commented Aug 26, 2024

  • happens on shutdown
  • select() now does not block indefinitely
  • listenSock can be -1 then

@bk138 bk138 closed this as completed in d7cf3ac Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@bk138 and others