We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following segfault when running tofi without any arguments.
tofi
Program terminated with signal SIGSEGV, Segmentation fault. #0 wl_proxy_get_version (proxy=0x0) at ../wayland-1.23.1/src/wayland-client.c:2317 2317 return proxy->version; >>> bt #0 wl_proxy_get_version (proxy=0x0) at ../wayland-1.23.1/src/wayland-client.c:2317 #1 0x0000564775bd469d in ?? () #2 0x00007ea12cce9e08 in __libc_start_call_main (main=main@entry=0x564775bd4040, argc=argc@entry=1, argv=argv@entry=0x7ffd36c637e8) at ../sysdeps/nptl/libc_start_call_main.h:58 #3 0x00007ea12cce9ecc in __libc_start_main_impl (main=0x564775bd4040, argc=1, argv=0x7ffd36c637e8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd36c637d8) at ../csu/libc-start.c:360 #4 0x0000564775bc9625 in ?? () ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following segfault when running
tofi
without any arguments.The text was updated successfully, but these errors were encountered: