From owner-freebsd-ports@FreeBSD.ORG Wed Jan 5 13:14:08 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71C6910656BC for ; Wed, 5 Jan 2011 13:14:08 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 057518FC12 for ; Wed, 5 Jan 2011 13:14:07 +0000 (UTC) Received: by wyf19 with SMTP id 19so15435797wyf.13 for ; Wed, 05 Jan 2011 05:14:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=tMTCMlZ4I7AxFRWzqDk1d+eDqn/p4SG4ltUIgVwB9TY=; b=EBBbNEDJ9cAf5ryhdkldCAXnTjhGB9N/ARxNoWrV/ibG619VjYKYVh5aB4pcNPoNiR 7ebCTVbjiUbZtrVCfRDeixzr/Z0T7xhVh5SDPySaJklgIC2FqG4yvNFRGbNk8KQvGBUx c1/c/KgeQ6uZ9h8PLb52tZUheGMo6ItFM3kms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=KlMMIGUBejHNqHRIf0IYuJN+xz4EG/2lHR3FlWQKgxQxBRJS1hu1DhJO3N2Ya6fkvd XuW6DhEPmEXxUeZSAEqaMgkJX+jEZF8Ilej9P+p4S1wxGzWeUCxPaEaV6HTkossghmYT 1mFqbgR9AXceAEMQYF+CuYfTzvhodB74Etat8= Received: by 10.227.141.130 with SMTP id m2mr13566215wbu.54.1294233246927; Wed, 05 Jan 2011 05:14:06 -0800 (PST) Received: from Melon.malikania.fr (wifi-osiris-sec-180-5.u-strasbg.fr [130.79.180.5]) by mx.google.com with ESMTPS id f35sm15931673wbf.2.2011.01.05.05.14.04 (version=SSLv3 cipher=RC4-MD5); Wed, 05 Jan 2011 05:14:05 -0800 (PST) Message-ID: <4D246E96.8070605@gmail.com> Date: Wed, 05 Jan 2011 14:13:58 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101212 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: java/netbeans segfaults X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 13:14:08 -0000 Hello, I just wanted to try netbeans here on FreeBSD : # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000080225dd34, pid=38650, tid=34805431360 # # JRE version: 6.0-b20 # Java VM: OpenJDK 64-Bit Server VM (17.0-b16 mixed mode bsd-amd64 ) # Problematic frame: # [error occurred during error reporting (printing problematic frame), id 0xb] # An error report file with more information is saved as: # /home/markand/hs_err_pid38650.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Abort trap The file hs_err_pid38650.log is long so I uploaded it right here : http://files.malikania.fr/hs_err_pid38650.log Is it possible that openjdk could be the problem? Cheers, -- David Demelier