Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7934717239 for ; Mon, 2 Feb 2015 18:16:34 +0000 (UTC) Received: (qmail 43642 invoked by uid 500); 2 Feb 2015 18:16:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 43599 invoked by uid 500); 2 Feb 2015 18:16:34 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 43588 invoked by uid 99); 2 Feb 2015 18:16:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 18:16:34 +0000 Date: Mon, 2 Feb 2015 18:16:34 +0000 (UTC) From: "Maxim Ivanov (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-8718) nodetool cleanup causes segfault MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maxim Ivanov created CASSANDRA-8718: --------------------------------------- Summary: nodetool cleanup causes segfault Key: CASSANDRA-8718 URL: https://issues.apache.org/jira/browse/CASSANDRA-8718 Project: Cassandra Issue Type: Bug Reporter: Maxim Ivanov Priority: Minor When doing cleanup on C* 2.0.12 following error crashes the java process: {code} INFO 17:59:02,800 Cleaning up SSTableReader(path='/data/sdd/cassandra_prod/vdna/analytics/vdna-analytics-jb-21670-Data.db') # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f750890268e, pid=28039, tid=140130222446336 # # JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.71-b01 mixed mode linux-amd64 compressed oops) # Problematic frame: # J 2655 C2 org.apache.cassandra.io.sstable.IndexSummary.binarySearch(Lorg/apache/cassandra/db/RowPosition;)I (88 bytes) @ 0x00007f750890268e [0x00007f7508902580+0x10e] {code} # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /var/lib/cassandra_prod/hs_err_pid28039.log Compiled method (c2) 913167265 4849 org.apache.cassandra.dht.Token::maxKeyBound (24 bytes) total in heap [0x00007f7508572450,0x00007f7508573318] = 3784 relocation [0x00007f7508572570,0x00007f7508572618] = 168 main code [0x00007f7508572620,0x00007f7508572cc0] = 1696 stub code [0x00007f7508572cc0,0x00007f7508572cf8] = 56 oops [0x00007f7508572cf8,0x00007f7508572d90] = 152 scopes data [0x00007f7508572d90,0x00007f7508573118] = 904 scopes pcs [0x00007f7508573118,0x00007f7508573268] = 336 dependencies [0x00007f7508573268,0x00007f7508573280] = 24 handler table [0x00007f7508573280,0x00007f75085732e0] = 96 nul chk table [0x00007f75085732e0,0x00007f7508573318] = 56 # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # -- This message was sent by Atlassian JIRA (v6.3.4#6332)