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

enable-bar-scroll causes waybar to freeze on scroll #395

Closed
ibrokemypie opened this issue Jun 29, 2019 · 4 comments · Fixed by #403
Closed

enable-bar-scroll causes waybar to freeze on scroll #395

ibrokemypie opened this issue Jun 29, 2019 · 4 comments · Fixed by #403
Labels
bug Something isn't working

Comments

@ibrokemypie
Copy link

after enabling enable-bar-scroll, whenever i scroll on waybar anywhere it changes workspace once, but then the entire bar freezes until I restart it

@dano6
Copy link

dano6 commented Jul 1, 2019

I can confirm this issue, it happens after 0.7 release update.
my config file: https://pastebin.com/xFp2VfQz
Steps to reproduce:

  1. open 4 or more windows
  2. scroll on waybar like crazy
  3. waybar is frozen

@ibrokemypie
Copy link
Author

for me this occurs even with a single scroll

@Alexays Alexays added the bug Something isn't working label Jul 1, 2019
@AndreasBackx
Copy link
Contributor

I can confirm this. My custom scripts report a broken pipe when I do this.

@sheenobu
Copy link
Contributor

sheenobu commented Jul 6, 2019

https://gist.github.com/sheenobu/0be4ed7f9224f5b995156c47aca48bb7

looks like the ipc mutex is getting contention on two separate threads. one thread has it open and it is stuck on the workspace codex, which has it's own mutex it's locked on. the other is stuck waiting on the ipc mutex

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

Successfully merging a pull request may close this issue.

5 participants