fuse4j
fuse4j copied to clipboard
JVM Doesn't shutdown cleanly when using FUSE for OSX
The root cause of the issue is that the init() and destroy() methods are called from different threads as a result the main thread is still attached and the VM won't shut down.