Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 33068 invoked from network); 14 Oct 2010 03:36:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 03:36:28 -0000 Received: (qmail 2977 invoked by uid 500); 14 Oct 2010 03:36:26 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 2837 invoked by uid 500); 14 Oct 2010 03:36:26 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 2824 invoked by uid 99); 14 Oct 2010 03:36:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 03:36:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bburruss@real.com designates 207.188.23.7 as permitted sender) Received: from [207.188.23.7] (HELO cir-el.real.com) (207.188.23.7) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 03:36:19 +0000 Received: from seacas02.corp.real.com ([::ffff:192.168.139.57]) (TLS: TLSv1/SSLv3,128bits,AES128-SHA) by cir-el.real.com with esmtp; Wed, 13 Oct 2010 20:35:57 -0700 id 001FC22C.4CB67A9D.00004DE0 Received: from [192.168.129.86] (192.168.198.6) by seacas02.corp.real.com (192.168.139.57) with Microsoft SMTP Server id 8.2.254.0; Wed, 13 Oct 2010 20:35:57 -0700 Message-ID: <4CB67A9D.5060805@real.com> Date: Wed, 13 Oct 2010 20:35:57 -0700 From: "B. Todd Burruss" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100922 Thunderbird/3.1.4 MIME-Version: 1.0 To: "user@cassandra.apache.org" Subject: Re: Silent Crash References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------050503060303070609020801" Old-Return-Path: bburruss@real.com X-Virus-Checked: Checked by ClamAV on apache.org --------------050503060303070609020801 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit you should upgrade to the latest version of the JVM, 1.6.0_21 there was a bug around 1.6.0_18 (or there abouts) that affected cassandra On 10/13/2010 07:55 PM, Eric Czech wrote: > And this is the java version: > > java version "1.6.0_13" > Java(TM) SE Runtime Environment (build 1.6.0_13-b03) > Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) > > and it's running on Ubuntu 9.04 (jaunty) linux > 4 cores > 4 GB RAM > > On Wed, Oct 13, 2010 at 8:30 PM, Eric Czech > wrote: > > Yea there are several. All of them have the same head and it > looks like this: > > # > # An unexpected error has been detected by Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x00007f140e588b32, pid=2359, > tid=139720650078544 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode > linux-amd64) > # Problematic frame: > # V [libjvm.so+0x1d3b32] > # > # If you would like to submit a bug report, please visit: > > Have you ever seen that before? > > > > > On Wed, Oct 13, 2010 at 7:52 PM, Jonathan Ellis > wrote: > > is there a jvm crash log file? > > On Wed, Oct 13, 2010 at 8:43 PM, Eric Czech > > wrote: > > Recently, cassandra has been crashing with no apparent error > on one specific > > node in my cluster. Has anyone else ever had this happen > and is there a way > > to possible figure out what is going on other than looking > at what is in the > > stdout and system.log files? > > > > Thanks! > > > > > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of Riptano, the source for professional Cassandra > support > http://riptano.com > > > --------------050503060303070609020801 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit you should upgrade to the latest version of the JVM, 1.6.0_21

there was a bug around 1.6.0_18 (or there abouts) that affected cassandra

On 10/13/2010 07:55 PM, Eric Czech wrote:
And this is the java version:

java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)

and it's running on Ubuntu 9.04 (jaunty) linux
4 cores
4 GB RAM

On Wed, Oct 13, 2010 at 8:30 PM, Eric Czech <eric@nextbigsound.com> wrote:
Yea there are several.  All of them have the same head and it looks like this:

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f140e588b32, pid=2359, tid=139720650078544
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x1d3b32]
#
# If you would like to submit a bug report, please visit:

Have you ever seen that before?




On Wed, Oct 13, 2010 at 7:52 PM, Jonathan Ellis <jbellis@gmail.com> wrote:
is there a jvm crash log file?

On Wed, Oct 13, 2010 at 8:43 PM, Eric Czech <eric@nextbigsound.com> wrote:
> Recently, cassandra has been crashing with no apparent error on one specific
> node in my cluster.  Has anyone else ever had this happen and is there a way
> to possible figure out what is going on other than looking at what is in the
> stdout and system.log files?
>
> Thanks!
>



--
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com


--------------050503060303070609020801--