Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProcessRunner does not detect launch errors #4482

Open
aleks-f opened this issue Mar 5, 2024 · 0 comments
Open

ProcessRunner does not detect launch errors #4482

aleks-f opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@aleks-f
Copy link
Member

aleks-f commented Mar 5, 2024

Describe the bug
Launch thread silently ignores any errors or exceptions.

To Reproduce
Launch a non-existing executable.

EDIt: there seems to be no reliable portable way to detect what exactly happens with the launched process (not even when the executable does not exist). Seems best to add the executable file existence check which includes cwd and environment path, and not even try to launch a non-existent executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant