Skip to content

Handle unusual errors during process spawning

Michael Aaron Murphy requested to merge richiejp:spawn_error_handling into master

Created by: richiejp

Problem: I found that while trying to echo to the example scheme (:vec) I was getting EBADF which caused "command not found: /bin/ion" to be printed.

Solution: Only print "Command not found: ...", if the error is actually that the command is not found. Otherwise print a general error description from the system.

Merge request reports