From owner-freebsd-stable@FreeBSD.ORG Tue Jan 28 14:31:10 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FCA465F; Tue, 28 Jan 2014 14:31:10 +0000 (UTC) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B72D12E6; Tue, 28 Jan 2014 14:31:10 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id wp18so453693obc.22 for ; Tue, 28 Jan 2014 06:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vIzjs6KSOgtOizj4tNbtwkJrgtO7M9WX5B9NHiVkSOU=; b=ciJkHEf8ar2cErRuzXADysOGmciO0DkZVdvLR1SThNruENJ24ZkbTAHgqPlVWKByuN 0Bnp0OrmzHQT0H3PgUOw9zApYM2BWukNqK4Z2OEkN1x6Bbg3sD9gW3EoGPGn0NFW8HE2 8VjsroLazRcBE8wxoW9O/t8ldk82n58J3AVu/lPjPVA5LKr7uUWywS7Fov9jPNwsWH3e Kxby3OmMHNiIiTRrD0ZtCdTWimLxwg2y7RskXoBGUXofvoqsRz3wfYuSFM/KiVpj4g8M d4Rl5Sk8PkCr3qOk5qEbTS00itkNna5A2y5Z6h5azZnlBUmgGn2aUVZ0HR2Z4hIQI5bp KyWQ== MIME-Version: 1.0 X-Received: by 10.60.50.202 with SMTP id e10mr1329572oeo.39.1390919469445; Tue, 28 Jan 2014 06:31:09 -0800 (PST) Received: by 10.76.156.34 with HTTP; Tue, 28 Jan 2014 06:31:09 -0800 (PST) In-Reply-To: References: Date: Tue, 28 Jan 2014 18:31:09 +0400 Message-ID: Subject: Re: openjdk6 - FreeBSD 10.0-RELEASE - dies with "exited on signal 6" From: "Sevan / Venture37" To: "freebsd-stable@freebsd.org" , "freebsd-java@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 14:31:10 -0000 Jason, A couple of questions, Are you using packages or building from ports? If you're building, what does your /etc/make.conf I've been suffering from sigsegv issues for a few weeks now on my server running -current which I build world/ports on myself. I looked to see if the problems are there in 10.0-RELEASE & 11.0-CURRENT using the official packages & install CD & the problem did not manifest on either environments. I'm currently working backwards on my aforementioned server, reverting changes to find where the problem is introduced. Sevan