Weird Segmentation fault while running Clojure

2010-07-30 Thread Baishampayan Ghose
Hello, We have a Clojure web application which uses Compojure. Today, the server segfaulted all of a sudden and we are trying to find out the cause. The stack trace is here - http://paste.lisp.org/display/112977 It seems the error happened really deep inside the JVM. Can anyone provide some

Re: Weird Segmentation fault while running Clojure

2010-07-30 Thread DmitriKo
The next info would be useful: # uname -a # cat /etc/issue # free -m # df -- DmitriKo On Jul 30, 2:32 pm, Baishampayan Ghose b.gh...@ocricket.com wrote: Hello, We have a Clojure web application which uses Compojure. Today, the server segfaulted all of a sudden and we are trying to find

Re: Weird Segmentation fault while running Clojure

2010-07-30 Thread Dave Jack
I did some Googling and came across this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6366468 It implicates jar file corruption, possibly caused by modifying jar files while the VM is running. Seems consistent with the ZipFile/URLClassLoader entries in the stack trace. j

Re: Weird Segmentation fault while running Clojure

2010-07-30 Thread Baishampayan Ghose
Dave Jack wrote: I did some Googling and came across this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6366468 It implicates jar file corruption, possibly caused by modifying jar files while the VM is running. Seems consistent with the ZipFile/URLClassLoader entries in the stack trace.