Re: Java segfault

2011-03-20 Thread Jason Harvey
ar 20, 2011 at 7:17 PM, Jason Harvey wrote: > > Just ran into a Java segfault on 0.7.4 when Cassandra created a new > > commitlog segment. Does that point to a bug in the JVM, or in > > Cassandra? My guess would be the JVM, but I wanted to check before > > submitting a

Re: Java segfault

2011-03-20 Thread SriSatish Ambati
JVM bug (are you on the latest Sun version? > openjdk is very behind on fixes) or bad hardware. > > On Sun, Mar 20, 2011 at 7:17 PM, Jason Harvey wrote: > > Just ran into a Java segfault on 0.7.4 when Cassandra created a new > > commitlog segment. Does that point to a bug i

Re: Java segfault

2011-03-20 Thread Jonathan Ellis
segfaults are either a JVM bug (are you on the latest Sun version? openjdk is very behind on fixes) or bad hardware. On Sun, Mar 20, 2011 at 7:17 PM, Jason Harvey wrote: > Just ran into a Java segfault on 0.7.4 when Cassandra created a new > commitlog segment. Does that point to a bug in t

Java segfault

2011-03-20 Thread Jason Harvey
Just ran into a Java segfault on 0.7.4 when Cassandra created a new commitlog segment. Does that point to a bug in the JVM, or in Cassandra? My guess would be the JVM, but I wanted to check before submitting a bug report to anyone. Thanks! Jason