backtrace icon indicating copy to clipboard operation
backtrace copied to clipboard

Simply running `backtrace`, results in a hung process

Open nir0s opened this issue 8 years ago • 0 comments

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.

nir0s avatar Jan 17 '17 18:01 nir0s