Issue 143022
Summary [flang] SIGABORT with invalid argument to `EXECUTE_COMMAND_LINE"
Labels question, flang:runtime
Assignees
Reporter DanielCChen
    Consider the following code:
```
      CALL EXECUTE_COMMAND_LINE("invalid")

 END
```

Flang has:
```
sh: invalid:  not found.

fatal Fortran runtime error(/home/cdchen/temp/execute_command_line03f_1.f:7): Command not found with exit code: 127.
IOT/Abort trap(coredump)
```

While the runtime error message is correct, could it avoid coredump and have a more peaceful exit?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to