From owner-freebsd-stable@FreeBSD.ORG Thu Oct 30 12:21:54 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7492C1A for ; Thu, 30 Oct 2014 12:21:54 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B237284 for ; Thu, 30 Oct 2014 12:21:54 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id hy4so2559231vcb.28 for ; Thu, 30 Oct 2014 05:21:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bu8+SN60SgfLkwAXz6yaFE8BRUEtE993uWfM2Zdxtxc=; b=jvLOJxMlhUlTyb/WGRohpErJ0EMYvzZDTB8ofa9xtRQ31GbciFDacy6zNsHippb4H8 ckhHqW3oh7S27BV2H7+SSPYsGtMFxBfLgesQimVN0WgWctXi1Jlw9nuapOiiyUUrF5Oa icKlTmcON9NzTnPC/uP4ZtC/Di0f1qatlTJseWybMXoBet/L+F68D4+tcmhdes53HmST 6kfKYJmEOcjqIQjAoGKqRECw86xOc9ewCNuQV0mUriH38skF0B8axda9qCMo+zvG3x5X 4ddq1l7uMCqmc81LhCxznTUx9xPVUetSrNLrspR2Tom1kAlB3F6DqWbA/9qFxNfHXoH5 NPVQ== MIME-Version: 1.0 X-Received: by 10.52.29.131 with SMTP id k3mr6745974vdh.2.1414671713676; Thu, 30 Oct 2014 05:21:53 -0700 (PDT) Received: by 10.220.168.199 with HTTP; Thu, 30 Oct 2014 05:21:53 -0700 (PDT) Date: Thu, 30 Oct 2014 13:21:53 +0100 Message-ID: Subject: JDK crash in JVM_handle_bsd_signal when starting Cassandra From: Nikolay Denev To: FreeBSD Content-Type: text/plain; charset=UTF-8 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:21:54 -0000 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