tudurom / windowchef

Window Chef is a stacking window manager that cooks windows with orders from the Waitron
https://tudorr.ro/software/windowchef/
ISC License
203 stars 14 forks source link

Crashes from time to time #36

Closed greduan closed 4 years ago

greduan commented 6 years ago

Sadly I can't tell you with details, because it crashes randomly (or semi randomly). It seems that sometimes, when I close a termite window it decides to crash. It has happened twice now, both times with a termite window, I don't have a pattern for what caused it though.

tudurom commented 6 years ago

Compile windowchef in debug mode

$ make clean && make debug && sudo make install

Then in your .xinitrc launch windowchef like this

exec windowchef 2>wchf.log

To save all debug logs in a file. Then post the file here.

tudurom commented 6 years ago

Hopefully someone will find us :)

greduan commented 6 years ago

Haha I'm lazy. If it crashes again I'll do it, since it isn't just a fluke then.