SIGSEV means that your program is producing a so called segmentation fault
Signal Description
SIGSEGV, SIGBUS, SIGFPE, SIGPIPE, SIGILL -- Used in the implementation for implicit null check, and so forth.
Most of the segmentation fault error I have seen are reported on linux machines running OpenJDK . So if you can please install oracle jdk on the machine and see if it works.
If you cannot install oracle jdk then first enable core dump .
To enable core dump use "ulimit -c unlimited"
please refer links below for more info on enabling core dumps
http://www.akadia.com/services/ora_enable_core.html
http://en.linuxreviews.org/HOWTO_enable_core-dumps
with core dump Please go through the links below which shows various steps taken to resolve this issue. Plz not this could also be a jvm issue and hence may need to be reported as a bug.
https://code.google.com/p/crawler4j/issues/detail?id=136
http://www.postseek.com/meta/cb1a8a97e39165b3f4f598114ec4889a
Java fatal error SIGSEGV
Java Runtime Environment SIGSEGV error on server startup
Debugging SIGSEGV Java Fatal Error in libjvm.so
JVM Crash due to SIGSEGV
Below links will give you a better understanding of the issue
http://fusionsecurity.blogspot.in/2011/10/why-am-i-seeing-sigsegv-when-i-strace.html
http://www.oracle.com/technetwork/java/javase/crashes-137240.html