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
Hi,
a fatal error is raised by JVM when I try to remove watcher and driver to stop our plugin.
This is the block code protected void onStop() { manager.removeWatcher(watcher, null); manager.removeDriver(controllerPort); Manager.destroy(); Options.destroy(); LOG.info("Zwave plugin stopped "); }
The error is
SIGSEGV (0xb) at pc=0xa1ed565c, pid=2649, tid=2702179136
JRE version: Java(TM) SE Runtime Environment (8.0_66-b17) (build 1.8.0_66-b17)
I've modified the build script in my fork to build from Visual Studio when under windows because I had so many issues with the gnu stuff building for x64 and x86.
I do have one pending bug with my build script where doesn't include the dll files in the jar. right now I just open the jar with winrar and add them manually until' I get time to fix it.
Also, my fork requires the latest openzwave since I started implementing some of the later functions as needed.
Hi,
a fatal error is raised by JVM when I try to remove watcher and driver to stop our plugin.
This is the block code
protected void onStop() { manager.removeWatcher(watcher, null); manager.removeDriver(controllerPort); Manager.destroy(); Options.destroy(); LOG.info("Zwave plugin stopped "); }
The error is
Any idea to fix it?
The text was updated successfully, but these errors were encountered: