Tuur Vanhoutte

Results 330 comments of Tuur Vanhoutte

It froze again today, and I ran `gcore` on `bspwm` and two frozen `bspc` processes (compiled with `make debug`). I have no idea how to analyze these, but maybe someone...

I used `gdb` to get a full backtrace of `bspwm` and one of the `bspc` processes. Here's what it returned: ### bspwm: ``` #0 0x00007fc016b67907 in write () from /usr/lib/libc.so.6...

I'm using the latest git version: `0.9.10.r33.ge22d0fa-1`. This issue started happening sometime near the end of September. It happens almost every day, sometimes multiple times a day. Is there anything...

> a panel is a common usage of `bspc subscribe -f report`. I'm using polybar, which has had updates these last couple of months. Here's the output of `lsof -p$(pgrep...

I just noticed that executing `bspc subscribe -f report` triggers the problem. Is this supposed to happen? :D When executing that, it returns `/run/user/1000/bspwm_fifo.cBJ8aN` Executing the command again makes the...

> if you are starting gdb before the lockup just enter that in the prompt and continue. if you are starting gdb after lockup has occurred you shouldn't need to...

I managed to recover from Today's Crash™ by killing lots of programs that were running in the background. I think the one that fixed it was this [polybar script](https://github.com/polybar/polybar-scripts/blob/master/polybar-scripts/player-mpris-tail/player-mpris-tail.py). I...

> i should have mentioned earlier, but did not. your issue is different from this one; it is not being triggered by a stopped bspwm process. (imo, bspwm "freezing" with...

Please provide some more information: * Your bspwmrc and other relevant config files * Does this happen all the time? * Does this happen with every application or just the...

Can you post your config files (bspwmrc and others), and show how you start bspwm through gdm3? You need to give more information, otherwise no one will be able to...