You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" 😆
The text was updated successfully, but these errors were encountered:
From #267, the
imagej.doctor
checkup printed:Both the
mvn
andjava
subprocess calls crashed withSIGKILL
. The doctor should definitely be noticing that, rather than reporting that "All looks good" 😆The text was updated successfully, but these errors were encountered: