giltene / jHiccup

jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.
Other
677 stars 92 forks source link

The control process running in a separate JVM is not generated if the folder name contains space #48

Open orkiman opened 2 years ago

orkiman commented 2 years ago

example : folder name : "new folder" files inside:

tested on win 10 with jdk 15,16,17

changing folder name to Newfolder solved. thanks, Or.