fuse4j icon indicating copy to clipboard operation
fuse4j copied to clipboard

JVM Doesn't shutdown cleanly when using FUSE for OSX

Open dtrott opened this issue 12 years ago • 0 comments

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.

dtrott avatar Jun 16 '13 21:06 dtrott