On Sunday, May 17, 2015 at 3:53:46 AM UTC-4, Herwig Hochleitner wrote: > Given that the JVM shouldn't segfault in any case, that's cleary looks to me > like an ibm jdk bug, that could hit other JVM languages aswell. Maybe IBM is > interested in fixing it? > In my case, the VM most likely has the excuse of not expecting classpath-jar > files to be swapped out, but the JIT?
Just incidentally saw this post Herwig. I had the same issue at work (segfault in libzip.so), and after too long we tracked it to the internal JVM jar files (rt.jar, etc.) being *moved* or modified during operation. In our case it was a chef script that was being invoked and overwriting some files. Hope that helps! -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
