Skip to content

improve session closing behavior

Christoph Cullmann requested to merge work/only_sighup_then_kill into master

the new session close behavior is again the old

  • first send SIGHUP and wait one second if that works
  • then hard kill

before we tried to send an EOF character this needed workaround to not kill "non shell" programs unexpected and doesn't work e.g. if

  • you have some not finished command input in your shell
  • on e.g. FreeBSD in general

BUG: 401898

CCBUG: 185140

Edited by Christoph Cullmann

Merge request reports