mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #167] Segfault during screen switch immediatly after copying something. #133
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @interru on GitHub (Oct 31, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/167
Operating Systems
Server: Debian (testing) Linux 4.18.10-2
Client: Arch Linux 4.18.16
Barrier Version
2.1.2
Steps to reproduce bug
Going rampage with copy/paste and immediate screen switch. Seems to cause race conditions?!
Other info
Happens if I have stress at work which mostly means I am handling traces of huge xml files which often ends up in my clipboard. Currently I just start synergy/barrier in a while true loop but that is driving me nuts.
Dmesg Output
Backtrace
Full Backtrace
@AdrianKoshka commented on GitHub (Oct 31, 2018):
I'm curious, how big are the XML files you're dealing with?
edit: also I don't think there's a tagged "2.2" release yet, so are you just building form master?
@interru commented on GitHub (Oct 31, 2018):
Ah my mistake :)
That's what the result of
barriers --versionwas on my system.Seems to be incorrect: https://github.com/debauchee/barrier/blob/v2.1.2/cmake/Version.cmake#L3
The version affected was the server. I used the Debian package which was version 2.1.2
But I think I could reproduce that over a much wider range of versions. Since this is bugging me a long time.
The XML files are mostly at around 2Mb estimated. I wouldn't mind if barrier would deny clipboard entries over a certain size. Most of the times it's just coincidence that I have something in the clipboard since every yank of my vim ends up there. Sometimes I have to deal with 10Gb log files but I wouldn't expect that to work with copy/paste over (wireless) network :D
@AdrianKoshka commented on GitHub (Oct 31, 2018):
I agree, I think we need:
@nlyan2025 commented on GitHub (Jan 10, 2019):
The Synergy master branch has both of these features, both exposed via the UI.
@ghost commented on GitHub (Apr 28, 2019):
Can someone merge this option to barrier then? Too much clipboard data crashes my server.