You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the bug
I tried setting up a polybar config and it works for works (sometimes) but it seems to segfault in random intervals. At first it seemed to crash in workspaces 5+, then I through it was crashing in in empty workspaces, but now it seems random. Moving too fast: crash, accessing empty workspace: crash, breathing: crash. I tried changing a few settings (like pin-workspaces, and enable-click), but nothing changed. I built the latest version from the master branch on Linux Mint 21.1
Log:
The log does contain a bunch of information, but nothing seems relevant. I'll post if requested.
Coredump:
I tried running polybar through gdb and this is the backtrace:
hread 1 "polybar" received signal SIGSEGV, Segmentation fault.
__memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:317
317 ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory.
(gdb) bt
#0 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:317
#1 0x00007ffff7321e9f in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
from /lib/x86_64-linux-gnu/libstdc++.so.6
#2 0x00005555556aedee in polybar::modules::xworkspaces_module::handle(xpp::x::event::property_notify<polybar::connection&> const&) ()
#3 0x00005555556fe207 in ?? ()
#4 0x0000555555625f1b in polybar::controller::read_events() ()
#5 0x0000555555626e5b in polybar::controller::run(bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) ()
#6 0x00005555555f7eed in main ()
The text was updated successfully, but these errors were encountered:
Update: I tried compiling polybar from source (instead of using my distro's included package) and it seems to not crash now, however, workspaces 5+ only show up in the xworkspaces module intermittently. I enabled the mpd, network, curl, and ipc build options, and disabled pulseaudio, alsa, and i3. Same config as above, no longer crashes, but workspaces still don't show up properly
Please describe the bug
I tried setting up a polybar config and it works for works (sometimes) but it seems to segfault in random intervals. At first it seemed to crash in workspaces 5+, then I through it was crashing in in empty workspaces, but now it seems random. Moving too fast: crash, accessing empty workspace: crash, breathing: crash. I tried changing a few settings (like pin-workspaces, and enable-click), but nothing changed. I built the latest version from the master branch on Linux Mint 21.1
Steps to reproduce:
Expected behavior
Polybar shouldn't crash
Log:
The log does contain a bunch of information, but nothing seems relevant. I'll post if requested.
Coredump:
I tried running polybar through gdb and this is the backtrace:
The text was updated successfully, but these errors were encountered: