[GH-ISSUE #779] barrier 2.3.2 crashes/fails to connect to barrier server #613

Open
opened 2026-05-05 06:47:11 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @kreezxil on GitHub (Jul 5, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/779

Operating Systems

Server: Manjaro 20.0 with KDE Plasma 5.18.5

Client: MacOS 10.13.6 High Sierra

Barrier Version

2.3.2-Release

Steps to reproduce bug

Every time I try to make barrier on my mac as a client connect to my linux as a server, it just sits there hanging on "starting barrier".
I found several crash reports in user report system related to barrierc having actually crashed. I would say an alternate issue is that the gui remains open even though the engine crashed. Barrier should crash properly and let someone know it has. besides the point i guess.

crash report: https://paste.ee/p/W2zNw

Other info

  • When did the problem start to occur? It has always been the case for this mac
  • Is there a way to work around it? [x]No [ ]Yes
  • Does this bug prevent you from using Barrier entirely? [x]Yes [ ]No
Originally created by @kreezxil on GitHub (Jul 5, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/779 ### Operating Systems ### Server: Manjaro 20.0 with KDE Plasma 5.18.5 Client: MacOS 10.13.6 High Sierra ### Barrier Version ### 2.3.2-Release ### Steps to reproduce bug ### Every time I try to make barrier on my mac as a client connect to my linux as a server, it just sits there hanging on "starting barrier". I found several crash reports in user report system related to barrierc having actually crashed. I would say an alternate issue is that the gui remains open even though the engine crashed. Barrier should crash properly and let someone know it has. besides the point i guess. crash report: https://paste.ee/p/W2zNw ### Other info ### * When did the problem start to occur? **It has always been the case for this mac** * Is there a way to work around it? [x]No [ ]Yes * Does this bug prevent you from using Barrier entirely? [x]Yes [ ]No
Author
Owner

@github-actions[bot] commented on GitHub (Sep 18, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:694596991 --> @github-actions[bot] commented on GitHub (Sep 18, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

Let's not close valid bug reports.

<!-- gh-comment-id:757533992 --> @p12tic commented on GitHub (Jan 10, 2021): Let's not close valid bug reports.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

Relevant part of the log (https://paste.ee/p/W2zNw)

Thread 5 Crashed:
0   libsystem_pthread.dylib       	0x00007fff6b72d34c pthread_mutex_lock + 0
1   com.apple.CoreFoundation      	0x00007fff434340f3 CFRunLoopSourceSignal + 51
2   com.apple.HIToolbox           	0x00007fff42716c51 PostEventToQueueInternal + 712
3   com.apple.HIToolbox           	0x00007fff4271695b PostEventToQueue + 104
4   barrierc                      	0x00000001082b4217 OSXEventQueueBuffer::addEvent(unsigned int) + 71
5   barrierc                      	0x00000001082925ab EventQueue::addEventToBuffer(Event const&) + 171
6   barrierc                      	0x00000001082af310 TCPSocket::serviceConnecting(ISocketMultiplexerJob*, bool, bool, bool) + 144
7   barrierc                      	0x00000001082ab0b7 TSocketMultiplexerMethodJob<TCPListenSocket>::run(bool, bool, bool) + 71
8   barrierc                      	0x00000001082ab905 SocketMultiplexer::serviceThread(void*) + 1173
9   barrierc                      	0x00000001082a6f76 Thread::threadFunc(void*) + 118
10  barrierc                      	0x000000010828e18a ArchMultithreadPosix::doThreadFunc(ArchThreadImpl*) + 58
11  barrierc                      	0x000000010828d87d ArchMultithreadPosix::threadFunc(void*) + 45
12  libsystem_pthread.dylib       	0x00007fff6b72f661 _pthread_body + 340
13  libsystem_pthread.dylib       	0x00007fff6b72f50d _pthread_start + 377
14  libsystem_pthread.dylib       	0x00007fff6b72ebf9 thread_start + 13

Crashed with SIGSEGV.

<!-- gh-comment-id:757534077 --> @p12tic commented on GitHub (Jan 10, 2021): Relevant part of the log (https://paste.ee/p/W2zNw) ``` Thread 5 Crashed: 0 libsystem_pthread.dylib 0x00007fff6b72d34c pthread_mutex_lock + 0 1 com.apple.CoreFoundation 0x00007fff434340f3 CFRunLoopSourceSignal + 51 2 com.apple.HIToolbox 0x00007fff42716c51 PostEventToQueueInternal + 712 3 com.apple.HIToolbox 0x00007fff4271695b PostEventToQueue + 104 4 barrierc 0x00000001082b4217 OSXEventQueueBuffer::addEvent(unsigned int) + 71 5 barrierc 0x00000001082925ab EventQueue::addEventToBuffer(Event const&) + 171 6 barrierc 0x00000001082af310 TCPSocket::serviceConnecting(ISocketMultiplexerJob*, bool, bool, bool) + 144 7 barrierc 0x00000001082ab0b7 TSocketMultiplexerMethodJob<TCPListenSocket>::run(bool, bool, bool) + 71 8 barrierc 0x00000001082ab905 SocketMultiplexer::serviceThread(void*) + 1173 9 barrierc 0x00000001082a6f76 Thread::threadFunc(void*) + 118 10 barrierc 0x000000010828e18a ArchMultithreadPosix::doThreadFunc(ArchThreadImpl*) + 58 11 barrierc 0x000000010828d87d ArchMultithreadPosix::threadFunc(void*) + 45 12 libsystem_pthread.dylib 0x00007fff6b72f661 _pthread_body + 340 13 libsystem_pthread.dylib 0x00007fff6b72f50d _pthread_start + 377 14 libsystem_pthread.dylib 0x00007fff6b72ebf9 thread_start + 13 ``` Crashed with SIGSEGV.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#613
No description provided.