From owner-freebsd-java@FreeBSD.ORG Sat Feb 8 01:27:30 2014 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96A4C450; Sat, 8 Feb 2014 01:27:30 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39B481D1E; Sat, 8 Feb 2014 01:27:30 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s181RKlc024493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Feb 2014 01:27:25 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s181RKJV024492; Sat, 8 Feb 2014 01:27:20 GMT (envelope-from swills) Date: Sat, 8 Feb 2014 01:27:20 +0000 From: Steve Wills To: Craig Rodrigues Subject: Re: Java VM crashing when running Jenkins? Message-ID: <20140208012716.GA12873@mouf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sat, 08 Feb 2014 01:27:25 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: Steven Kreuzer , Li-Wen Hsu , freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 01:27:30 -0000 I've seen some crashes with OpenJDK7 on 11-CURRENT too, but I'd say give OpenJDK7 a try. Also get a core dump if you can. Steve On Fri, Feb 07, 2014 at 05:04:17PM -0800, Craig Rodrigues wrote: > Li-Wen and SteveW, > > I am working with Steve Kreuzer to set up Jenkins inside the > FreeBSD cluster. > > We are running a FreeBSD-10 system: > > FreeBSD 10.0-RC4 FreeBSD 10.0-RC4 #0 r260130: Tue Dec 31 17:10:01 UTC > 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > I have these ports: > > bootstrap-openjdk-r333271 Oracle's Java 6 virtual machine release > under the GPL v2 > jenkins-1.549 Open-source continuous integration server > openjdk6-b30,1 Oracle's Java 6 virtual machine release > under the GPL v2 > > > > Once in a while, the JVM seems to crash: > > ================================================================ > Feb 8, 2014 12:29:05 AM hudson.triggers.SCMTrigger$Runner run > INFO: SCM changes detected in FreeBSD_HEAD. Triggering #89 > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x0000000801ca4abc, pid=1572, tid=100200 > # > # JRE version: 6.0_32-b30 > # Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 > compressed oops) > # Problematic frame: > # V [libjvm.so+0x4a4abc] AsyncGetCallTrace+0x71ecc > # > # Core dump written. Default location: /usr/local/jenkins/core or core.1572 > # > # An error report file with more information is saved as: > # /usr/local/jenkins/hs_err_pid1572.log > # > # If you would like to submit a bug report, please visit: > # http://bugreport.sun.com/bugreport/crash.jsp > # > ================================================================ > > > Any idea how to solve the problem? > > I've been running Jenkins on a FreeBSD 9 system and haven't had this > problem before. > > -- > Craig