I have a production Java application hosted on Jetty. During the last week or so, the system has crashed, leaving only a single message accessed with "dmesg":
java[20551]: segfault at 000000004315dd78 rip 00002aae428a018d rsp 000000004315dd60 error 6
Can anyone point me in the correct direction as to what this means ?
javac -version
javac 1.6.0_18
– sathishkumar Apr 01 '11 at 05:09/usr/bin/java /usr/local/java/jdk1.6.0_18/bin/java
which -a javac
/usr/local/java/jdk1.6.0_18/bin/javac
– sathishkumar Apr 01 '11 at 10:37