Bug report by chibinchobin on Reddit
Hey so I really like the idea of this program, but it segfaults when I try to run it.
The segfault occurs at line 157 when trying to call xcb_get_property_value_length and I'm not sure why.
I'm using musl libc and am running X11 without a proper window manager (currently just using wmutils + compton), but the same thing happens if I use tinywm. Any idea what might be going on?
|
size_t num_windows = xcb_get_property_value_length(reply) / sizeof(xcb_window_t); |
Bug report by chibinchobin on Reddit
Hey so I really like the idea of this program, but it segfaults when I try to run it.
The segfault occurs at line 157 when trying to call
xcb_get_property_value_lengthand I'm not sure why.I'm using musl libc and am running X11 without a proper window manager (currently just using wmutils + compton), but the same thing happens if I use tinywm. Any idea what might be going on?
xtmon/xtmon.c
Line 157 in 20c887d