[Bug 437] YaCy crashed with SIGSEGV
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Feb 2 11:10:07 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=437
------- Comment #13 from roland at mxchange.org 2010-02-02 19:10 -------
These settings does also have the same behavior:
-XX:+UseSerialGC -XX:ParallelGCThreads=2 -XX:MaxPermSize=45m
-XX:ReservedCodeCacheSize=25m -Djava.awt.headless=true
After some time, strong hard drive activity but the application itself is quiet
(no crawler active, DHT disabled). And when I try to restart:
----------------------------------------------------------------------------------
E 2010/02/02 20:08:34 RESTART restart failed
java.io.IOException: Cannot run program "chmod": java.io.IOException: error=12,
Cannot allocate memory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:474)
at java.lang.Runtime.exec(Runtime.java:610)
at java.lang.Runtime.exec(Runtime.java:448)
at java.lang.Runtime.exec(Runtime.java:345)
at net.yacy.kelondro.util.OS.deployScript(OS.java:364)
at de.anomic.yacy.yacyRelease.restart(yacyRelease.java:465)
at Steering.respond(Steering.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
de.anomic.http.server.HTTPDFileHandler.invokeServlet(HTTPDFileHandler.java:1195)
at
de.anomic.http.server.HTTPDFileHandler.doResponse(HTTPDFileHandler.java:752)
at
de.anomic.http.server.HTTPDFileHandler.doGet(HTTPDFileHandler.java:234)
at de.anomic.http.server.HTTPDemon.GET(HTTPDemon.java:493)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at de.anomic.server.serverCore$Session.listen(serverCore.java:735)
at de.anomic.server.serverCore$Session.run(serverCore.java:629)
Caused by: java.io.IOException: java.io.IOException: error=12, Cannot allocate
memory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
at java.lang.ProcessImpl.start(ProcessImpl.java:81)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:467)
... 19 more
----------------------------------------------------------------------------------
And no response to the restart. I need to "killall -KILL java". :(
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list