ninja-build/ninja

Ninja -t browse leaves socket open

Offen

#465 geöffnet am 27.11.2012

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.544 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (10.194 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Running ninja -t browse X then pressing Ctrl-C leaves the socket open. Rerunning ninja -t browse X causes a socket error.

NInja should either catch the ctrl-c and terminate python (the parent process), or support a ninja -t browsestop tool.

Note : I'm currently running 6a73d41072bafe2384aea20252c3faa6c1ceaa2a

Contributor Guide