-
Notifications
You must be signed in to change notification settings - Fork 57
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
Segmentation fault on touch event #54
Comments
Can you provide |
cc @gg-rewrite (just FYI) |
Sure:
|
Ah, this is fixed in Sway master. |
Ok I can confirm it works with sway-git package. Sorry for bothering you. |
Let's keep this open, we shouldn't segfault even if the compositor sends this sequence of events. |
Yeah I agree, sorry for closing |
@msrd0 You can run gdb inside of |
Good idea, here is the full backtrace through tmux:
|
Thanks @gg-rewrite, I just compiled your branch from #55 and it works as expected on sway stable on my ArchLinux laptop. |
This closes emersion#54
After #50 was merged, I wanted to try out the new feature and compiled the git version on my laptop. However, as soon as I touch the touchscreen after I started slurp, I get a segmentation fault. Unfortunately I don't know how to produce a proper backtrace since I can't type
bt
while slurp is still in front of my entire screen. This is the best I've gotten by killing slurp from another tty after the segmentation fault:If I can provide any other debugging help please let me know.
The text was updated successfully, but these errors were encountered: