From owner-freebsd-stable@FreeBSD.ORG Thu Oct 30 12:29:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4D73D95 for ; Thu, 30 Oct 2014 12:29:09 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9633D2FC for ; Thu, 30 Oct 2014 12:29:09 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XjoqE-0002P7-8w for freebsd-stable@freebsd.org; Thu, 30 Oct 2014 13:29:01 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: JDK crash in JVM_handle_bsd_signal when starting Cassandra References: Date: Thu, 30 Oct 2014 13:28:37 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, BAYES_40 autolearn=disabled version=3.3.2 X-Scan-Signature: 1fac81774939798d1cdb19633eb460de X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 12:29:09 -0000 On Thu, 30 Oct 2014 13:21:53 +0100, Nikolay Denev wrote: > Hi, > > When trying to start latest cassandra 2.1.1 (which I've succesfully > built first), > JDK crashes with SIGSEGV: > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x000000080241e045, pid=4107, tid=34384931840 > # > # JRE version: OpenJDK Runtime Environment (7.0-b17) (build 1.7.0_65-b17) > # Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode bsd-amd64 > compressed oops) > # Problematic frame: > # V [libjvm.so+0x81e045] JVM_handle_bsd_signal+0x10ae75 > # > # Core dump written. Default location: /cores/core or core.4107 > # > # An error report file with more information is saved as: > # /opt/apache-cassandra-2.1.1-src/hs_err_pid4107.log > # > # If you would like to submit a bug report, please visit: > # http://bugreport.sun.com/bugreport/crash.jsp > # > zsh: abort (core dumped) CASSANDRA_CONF=`pwd`/conf > JAVA_HOME=/usr/local/openjdk7 ./bin/cassandra -f > > Same thing happens when I try openjdk8 > > I'm running FreeBSD 10.0-STABLE #13 r270295M: Thu Aug 21 22:05:37 UTC > 2014 > > --Nikolay # An error report file with more information is saved as: # /opt/apache-cassandra-2.1.1-src/hs_err_pid4107.log It is helpful to others to include this file in your report. Ronald.