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

imagej.doctor should notice subprocess crashes #268

Open
ctrueden opened this issue Jun 22, 2023 · 0 comments
Open

imagej.doctor should notice subprocess crashes #268

ctrueden opened this issue Jun 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ctrueden
Copy link
Member

From #267, the imagej.doctor checkup printed:

Checking Maven:
--> Maven executable = /Users/brandonulin/anaconda3/envs/pyimagej/bin/mvn
$ mvn -v
Command '['/Users/brandonulin/anaconda3/envs/pyimagej/bin/mvn', '-v']' died with <Signals.SIGKILL: 9>.

Checking Java:
--> JAVA_HOME = /Users/brandonulin/anaconda3/envs/pyimagej
--> Java executable = /Users/brandonulin/anaconda3/envs/pyimagej/bin/java
$ java -version
Command '['java', '-version']' died with <Signals.SIGKILL: 9>.

Great job! All looks good.

Both the mvn and java subprocess calls crashed with SIGKILL. The doctor should definitely be noticing that, rather than reporting that "All looks good" 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant