Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LinuxDriver: Exit if thread dies (#3431)
* LinuxDriver: Exit if thread dies If `run_input_thread()` dies, the whole application keeps running but becomes unresponsive. It has to be killed by the user, leaving the terminal in an unusable state. This commit terminates the application instead and prints a traceback. * LinuxDriver: Handle any exception from input thread * LinuxDriver: Simpler traceback construction in input thread handler * LinuxDriver: Catch exception from run_input_thread() in _run_input_thread() * LinuxDriver: Remove unneeded import: Callable --------- Co-authored-by: Random User <[email protected]>
- Loading branch information