Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 737D48149 for ; Thu, 8 Sep 2011 01:23:14 +0000 (UTC) Received: (qmail 91519 invoked by uid 500); 8 Sep 2011 01:23:12 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 91463 invoked by uid 500); 8 Sep 2011 01:23:11 -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 91455 invoked by uid 99); 8 Sep 2011 01:23:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 01:23:11 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of teddyyyy123@gmail.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-yi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 01:23:04 +0000 Received: by yie12 with SMTP id 12so241972yie.31 for ; Wed, 07 Sep 2011 18:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2AGKca5KV2uhmYcfx6d90F9SCsz8HsSbm7PKkXTioWk=; b=ufscxRY6joLWExZac8LCilF8GzcNskXYxcAgiUjhJDgTp4cuvYhMAuN7AvsylAH+kf o+VeV4HeVmfbEwZAFn8JbgBsMHLiFd+4HJAaWJqcnx0qlU/TdC71LBXH+GWiqogchddQ OpqWALp+k5uW7K9sEQNL8k0qQCJ1bnCWUvTN8= MIME-Version: 1.0 Received: by 10.150.235.17 with SMTP id i17mr291379ybh.110.1315444961905; Wed, 07 Sep 2011 18:22:41 -0700 (PDT) Received: by 10.151.38.15 with HTTP; Wed, 7 Sep 2011 18:22:41 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 18:22:41 -0700 Message-ID: Subject: Re: SIGSEGV during compaction? From: Yang To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org some info in the debug file that JVM exported: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00002aaaab37cbfa, pid=7236, tid=1179806016 # # JRE version: 6.0_27-b07 # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode linux-amd64 compressed oops) # Problematic frame: # J com.cgm.whisky.filter.WithinLimitIpFrequencyCap.isValid(Lorg/apache/avro/specific/SpecificRecord;)Lcom/cgm/whisky/EventsFilter$ValidityCode; # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x00002aaab80e2800): JavaThread "pool-3-thread-8" [_thread_in_Java, id=7669, stack(0x0000000046426000,0x0000000046527000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00002aaabc000000 Registers: RAX=0x00000007914355e8, RBX=0x000000000000058a, RCX=0x0000000791461b38, RDX=0x0000000000000000 RSP=0x00000000465259f0, RBP=0x00000000f222b894, RSI=0x0000000791433f20, RDI=0x00002aaaab37ca60 R8 =0x00000000d0931f61, R9 =0x00000000f2286ab2, R10=0x0000000000000000, R11=0x00002aaabc000000 R12=0x0000000000000000, R13=0x00000000465259f0, R14=0x0000000000000002, R15=0x00002aaab80e2800 RIP=0x00002aaaab37cbfa, EFLAGS=0x0000000000010202, CSGSFS=0x0100000000000033, ERR=0x0000000000000004 TRAPNO=0x000000000000000e Top of Stack: (sp=0x00000000465259f0) 0x00000000465259f0: 000000068a828dc8 0000000791433f20 0x0000000046525a00: 000000079145ee60 000005890000058a On Wed, Sep 7, 2011 at 6:21 PM, Yang wrote: > I started compaction using nodetool, > then always reproducibly, I get a SEGV in a code that I added to the > Cassandra code, which simply calls get_slice(). > > have you seen SEGV associated with compaction? anyone could suggest a > route on how to debug this? > > I filed a bug on sun website, right now the only possible approach I > can try is to use another JDK > > > Thanks > Yang >