From owner-freebsd-java@FreeBSD.ORG Thu Jan 30 00:44:18 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 5B587C55; Thu, 30 Jan 2014 00:44:18 +0000 (UTC) Received: from mail-ea0-x230.google.com (mail-ea0-x230.google.com [IPv6:2a00:1450:4013:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B92F01D9F; Thu, 30 Jan 2014 00:44:17 +0000 (UTC) Received: by mail-ea0-f176.google.com with SMTP id h14so1279860eaj.35 for ; Wed, 29 Jan 2014 16:44:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:from:subject:date:to; bh=OPjS0nzmwIu7+wAedNB6S8QMubkyH00jRh3NT3Qd7aA=; b=0vZYroMJMd/5QiS5KnZBVHm09HPDtKACcbb/pbPn043Q1TILZFrFUI+A1+UydZgsH8 L1mnEjA27St9xHT8ZleKm5oRgL8BREH92vCVF6hJcpM8sKMl4TH3RgmlUANKkkT++v7d guJRWBtXaVlrflFcr0QskYz/lapYGpBigHMu/i5zUMipkfvV7Fp+qEJqsD2Pn6c9HMFL kPWXfkq+Q7Zto1s3SQumu5dfQ+z0bfVLJMHZHJReopRUwYMTrcRS/jtF/7WGs1yS6x+Y 5gPhr7vEdqYn8607qBoVa8vEiP4m1mqrSOLOF2Nl7tlp5H8o3eXaTylz9ygzWk+Ngt5e 0CGw== X-Received: by 10.14.6.5 with SMTP id 5mr7315287eem.51.1391042655387; Wed, 29 Jan 2014 16:44:15 -0800 (PST) Received: from [10.29.77.47] (dab-ell1-h-1-2.dab.02.net. [82.132.236.222]) by mx.google.com with ESMTPSA id z49sm15460468eeo.10.2014.01.29.16.44.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 16:44:14 -0800 (PST) References: In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <52B72D09-62E0-4D36-9D56-F45D4D223382@gmail.com> X-Mailer: iPhone Mail (9B208) From: Sevan / Venture37 Subject: Re: openjdk6 - FreeBSD 10.0-RELEASE - dies with "exited on signal 6" Date: Thu, 30 Jan 2014 00:44:03 +0000 To: "huanghwh@gmail.com" Cc: Kenneth Culver , "freebsd-stable@freebsd.org" , "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: Thu, 30 Jan 2014 00:44:18 -0000 On 29 Jan 2014, at 01:13, Huang Wen Hui wrote: > I got the same problem on FreeBSD 10, disable Background Compilation seems= to fixed this problem. Patched & rebuild openjdk6, I was able to complete the opennms built process= so I thought I'd restart it to double check, build process froze with java p= rocess in a state of uwait. Aborted after 4 hours & restarted once more. Sevan=