Kintaro / wtftw

Window Tiling For The Win. A tiling window manager written in Rust
BSD 3-Clause "New" or "Revised" License
2.38k stars 84 forks source link

Restarting wtftw turns the loghook process into a zombie #21

Closed FreeFull closed 9 years ago

FreeFull commented 9 years ago

Every time that wtftw is restarted, the old xmobar process will end up being a zombie, rather than shutting down.

Kintaro commented 9 years ago

Hm, it should be killed in the restart method. That's weird.

FreeFull commented 9 years ago

Are you able to reproduce it locally?

Kintaro commented 9 years ago

Going to test it later. Maybe the SIGTERM doesn't come through. Going to work on it tonight.

Kintaro commented 9 years ago

Should be fixed now. The config file may have to be updated.