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

JVM crash on OSX #10

Open
cursive-ide opened this issue Sep 8, 2017 · 2 comments
Open

JVM crash on OSX #10

cursive-ide opened this issue Sep 8, 2017 · 2 comments

Comments

@cursive-ide
Copy link

cursive-ide commented Sep 8, 2017

I'm developing functionality for my product, a plugin for IntelliJ. I developed some functionality using directory-watcher, unfortunately I'm occasionally seeing JVM crashes on OSX. I've attached the dump here.

I'm running macOS Sierra 10.12.6 on a Retina MBP 15".

JRE: 1.8.0_60-b27 x86_64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
Mac OS X 10.12.6

directory-watcher-crash.txt

@gmethvin
Copy link

gmethvin commented Oct 7, 2017

Is there anything specific you needed to do to trigger this? From what I can see in the dump it looks like you have two threads running the WatchService.

It doesn't seem like this project is active anymore, so I've been working on my own fork of this project at https://github.com/gmethvin/directory-watcher. Happy to accept pull requests there if you figure out what's going on.

@jvanzyl
Copy link
Contributor

jvanzyl commented Oct 7, 2017

This is used for a Java clone of Jekyll for watch mode and it's a very simple use case. My only goal was to remove the code with licensing issues. If you have a test case that expresses the problem it's likely something easy to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants