Re: JVM error v ~StubRoutines::jbyte_disjoint_arraycopy

2016-01-01 Thread abhayd
Thanks.. I upgraded java to latest 1.7 version. Removed all docs from index by deleting directory & re-indexed it again. Solr is not crashing anymore. -- View this message in context: http://lucene.472066.n3.nabble.com/JVM-error-v-StubRoutines-jbyte-disjoint-arraycopy-tp4244603p4248152.html Se

Re: JVM error v ~StubRoutines::jbyte_disjoint_arraycopy

2015-12-16 Thread Erick Erickson
https://wiki.apache.org/lucene-java/JavaBugs See the last entry in the OpenJDK section, you're using one of the Java versions that has issues. So the first thing I'd try is up grading my JVM. Best, Erick On Wed, Dec 16, 2015 at 2:01 PM, abhayd wrote: > hi > > I have more than 50Gb in /tmp index

Re: JVM error v ~StubRoutines::jbyte_disjoint_arraycopy

2015-12-09 Thread Binoy Dalal
According to this post on stackoverflow: http://stackoverflow.com/questions/18136108/java-jvm-crashes-before-running-my-program the SIGBUS (0x7) error has to do with insufficient disk space in the /tmp directory. See if there's enough space there, else try making some. On Thu, Dec 10, 2015 at 5:59