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
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 17495 >>> net.christianbeier.droidvnc_ng <<< backtrace: #00 pc 0x0000000000082fb4 /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) #01 pc 0x00000000000e35e8 /apex/com.android.runtime/lib64/bionic/libc.so (__fortify_fatal(char const*, ...)+116) #02 pc 0x00000000000e2d1c /apex/com.android.runtime/lib64/bionic/libc.so (HandleUsingDestroyedMutex(pthread_mutex_t*, char const*)+52) #03 pc 0x00000000000e3560 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_mutex_destroy+140) #04 pc 0x000000000002458c /data/app/net.christianbeier.droidvnc_ng-lNwW2EzuNHLeix08Va0GNg==/split_config.arm64_v8a.apk!libvncserver.so (rfbClientConnectionGone+642) #05 pc 0x00000000000226cc /data/app/net.christianbeier.droidvnc_ng-lNwW2EzuNHLeix08Va0GNg==/split_config.arm64_v8a.apk!libvncserver.so (clientInput+611) #06 pc 0x00000000000e205c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) #07 pc 0x0000000000084af0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
cl->updateMutex
rfbClientConnectionGone()
clientInput()
refuseOnHoldClient()
rfbScreenCleanup()
sleep(2)
rfbShutdownServer()
cl->screen->backgroundLoop
rfbProcessEvents()
rfbNewTCPOrUDPClient()
The text was updated successfully, but these errors were encountered:
Revert "build: update libvncserver submodule"
940cb70
This reverts commit aee25e2. This #163 surface. Revert until we have a proper fix.
No branches or pull requests
cl->updateMutex
is shutdownrfbClientConnectionGone()
must be called more than once per client 💣rfbClientConnectionGone()
occur in (unlikely/impossible crash candidatesstriked)inclientInput()
: https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/main.c#L611inrefuseOnHoldClient()
https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/main.c#L714rfbScreenCleanup()
https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/main.c#L1159sleep(2)
in clientInput() just before the rfbCloseSocket()inrfbShutdownServer()
https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/main.c#L1216cl->screen->backgroundLoop
is setrfbProcessEvents()
https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/main.c#L1283rfbNewTCPOrUDPClient()
after a failed websockets check https://github.com/LibVNC/libvncserver/blob/570d1bdee109d87ff50e9371879bcf6ca7490149/src/libvncserver/rfbserver.c#L482The text was updated successfully, but these errors were encountered: