Re: Jsvc "Service killed by signal 11"

2017-06-22 Thread Andrea Lo Pumo
I debugged with gdb and found that the child process goes in segmentation fault in src/native/unix/native/java.c line 307 java_init function.

Jsvc "Service killed by signal 11"

2017-06-21 Thread Andrea Lo Pumo
Jsvc is working fine on my machine and on other machines, however on a particular one, it is not working. In the logs I get "Service killed by signal 11". I am using a simple daemon for tests (here attached). I compiled it with javac -cp /usr/share/java/commons-daemon.jar MyDaemon.java. Jsvc is