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

Clipboard X event timestamp counter overflows after ~1 month #2189

Open
andrewdavidwong opened this Issue Jul 20, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@andrewdavidwong
Member

andrewdavidwong commented Jul 20, 2016

@marmarek wrote:

I have one particular Qubes instance with an uptime >60 days.
[...]
Any suggestions on how to debug?

Yes, remove /var/run/qubes/qubes-clipboard.bin.xevent

The file contains X event timestamp of last copy/paste operation (to
avoid some race conditions). But this counter overflows after some time
(a month or so) and our code do not handle this case.

Full message

If this is working as intended (i.e., an intentional design decision), then we can classify this as a documentation task. Otherwise, if technically feasible, we can classify this as a feature request to remove or extend the limit (beyond ~1 month).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment