backtrace
backtrace copied to clipboard
Simply running `backtrace`, results in a hung process
When running backtrace without providing it with any input from stdin, backtrace will try to read it but hang because nothing goes through. Instead, it should be first test to see that stdin isn't empty and exit if it is.