From owner-freebsd-java@FreeBSD.ORG Sat Feb 8 01:04:20 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 B5C27C4D; Sat, 8 Feb 2014 01:04:20 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC8F81BC8; Sat, 8 Feb 2014 01:04:19 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id z11so2282815lbi.12 for ; Fri, 07 Feb 2014 17:04:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=Wqs1Gv4qdeefpkJzo493JPbz3FRjUr9pn3QrAG0OiP0=; b=I94s5zdCFX/TLKcQ4gAB3jZJN8ej4eDOCaGRZhhANopsKtOH/jB6xtdxu6fBGkZ94Y 7K1+pLE3ZgUItTIRL8YDKAfNS113OBTKmHG53Tcm6LiOh9pJJZszJhBtXJWV1oBxskIX Rdj//x5X2NXxVODRpE1gClsyTdy/L2uuHQVmkQ3cWVhIbMPfP/Hs2kfRLi0kM4pn5P+F b7puPRx3IJkM2+9CEviEzyov4ik6bUas7JLkP5A62bqWTEqOitzSJUpbOaIM0LTXJI2C vE+1qvAcKRfy8GWrBqpATnJvGZ5KzYyacCsmJu5UEkYCwHWyTK6ucELKQyRg/IAFE1O/ vjYw== MIME-Version: 1.0 X-Received: by 10.112.172.8 with SMTP id ay8mr134067lbc.41.1391821457650; Fri, 07 Feb 2014 17:04:17 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Fri, 7 Feb 2014 17:04:17 -0800 (PST) Date: Fri, 7 Feb 2014 17:04:17 -0800 X-Google-Sender-Auth: eGLndTQXbZ0JDNqAA_OF3CAgLN8 Message-ID: Subject: Java VM crashing when running Jenkins? From: Craig Rodrigues To: Li-Wen Hsu , Steve Wills , freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Steven Kreuzer 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:04:20 -0000 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