gst-uninstalled crashes when pressing ^C when using the fish shell
vivia@erato /u/l/s/g/h/gst-build (master)> python3 ./gst-uninstalled.py
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
vivia@erato /u/l/s/g/h/gst-build (master)> ^C <-- this is the ^C that I pressed
Traceback (most recent call last):
File "./gst-uninstalled.py", line 228, in <module>
env=get_subprocess_env(options, gst_version)))
File "/usr/lib/python3.7/subprocess.py", line 325, in call
return p.wait(timeout=timeout)
File "/usr/lib/python3.7/subprocess.py", line 990, in wait
return self._wait(timeout=timeout)
File "/usr/lib/python3.7/subprocess.py", line 1624, in _wait
(pid, sts) = self._try_wait(0)
File "/usr/lib/python3.7/subprocess.py", line 1582, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt
vivia@erato /u/l/s/g/h/gst-build (master) [1]> <-- now I am outside the uninstalled shell
Edited by Nirbheek Chauhan