tvl-depot/src/libmain
Eelco Dolstra 21948deed9
Kill builds when we get EOF on the log FD
This closes a long-time bug that allowed builds to hang Nix
indefinitely (regardless of timeouts) simply by doing

  exec > /dev/null 2>&1; while true; do true; done

Now, on EOF, we just send SIGKILL to the child to make sure it's
really gone.
2017-01-19 17:16:14 +01:00
..
common-args.cc Improved logging abstraction 2016-04-25 19:18:45 +02:00
common-args.hh Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
local.mk Doh 2016-02-22 17:33:27 +01:00
nix-main.pc.in Install some pkgconfig files 2014-09-18 12:00:40 +02:00
shared.cc Kill builds when we get EOF on the log FD 2017-01-19 17:16:14 +01:00
shared.hh Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
stack.cc Shut up some warnings 2016-10-12 15:53:38 +02:00