From owner-freebsd-java@FreeBSD.ORG Thu Jul 25 12:42:49 2013 Return-Path: Delivered-To: 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 ESMTP id 6F703A46 for ; Thu, 25 Jul 2013 12:42:49 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5FEA267D for ; Thu, 25 Jul 2013 12:42:48 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id hi8so1298416lab.21 for ; Thu, 25 Jul 2013 05:42:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=LrEbNVq0xMYxD0NsszINCrHii3f9+kmNDWM4bGtlgg4=; b=Ccjg+2PhMifvPFzaRipypJcSzUt9WIbBhpAxoY315Q+XN2bWLXN5M2jdtWAhBydLJ6 Np6V2pe2EFEljd53EnKu3GiPi+/t4wx0WP+NQeWiBHBOs61LFjjEEYKfwNi4vkuCAVoE LGpFvCGlcKaI7MA6CL1BC1933lZfBAYpQH7IcN7p+Vpu01T/rxxxg4Z77hAATGWrIAv0 lTVnnVZXwfMXaDQ3EVcsh3Lz0Ol+VfY0duRZsS9mgatHy5xlvGBFKovRjYQQh1CPHshO wyeiwPSE+S1QKYbxCzOozInvwnWK80QrqTGXHzjWnjQZ8Ycim4JBJurzB0FDMkOpHXkp HKBg== X-Received: by 10.112.55.9 with SMTP id n9mr18960043lbp.5.1374756166909; Thu, 25 Jul 2013 05:42:46 -0700 (PDT) Received: from Sevans-MacBook-Air-11.local ([46.250.130.143]) by mx.google.com with ESMTPSA id w9sm16359094lbk.7.2013.07.25.05.42.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jul 2013 05:42:45 -0700 (PDT) Message-ID: <51F11D3E.9090602@gmail.com> Date: Thu, 25 Jul 2013 16:42:38 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Ronald Klop Subject: Re: [Call For Help] Clang + OpenJDK + head + amd64 == cocktail of death (for clusters) References: <20130725083917.GH41432@ithaqua.etoilebsd.net> <51F0EC1E.90100@samersoff.net> <20130725094159.GA61207@ithaqua.etoilebsd.net> <51F106F6.7050700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 12:42:49 -0000 On 25/07/2013 16:20, Ronald Klop wrote: > > It ends with this: > gmake[2]: *** [build] Segmentation fault (core dumped) > > So grab the core dump. Feed it to the debugger and see what is wrong. > > Ronald. Not much, unless I'm using gdb wrong? Core file is 6GB /usr/ports/java/openjdk6/work/langtools/make/java.core: ELF 64-bit LSB core file x86-64, version 1 (FreeBSD), FreeBSD-style, from 'java' /usr/ports/java/openjdk6/work/langtools/make> gdb GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". (gdb) core java.core Core was generated by `java'. Program terminated with signal 11, Segmentation fault. #0 0x0000000801e302f5 in ?? () (gdb) bt #0 0x0000000801e302f5 in ?? () #1 0x0000000800fbd801 in ?? () #2 0x000000018efb4700 in ?? () #3 0x0000000000000078 in ?? () #4 0x0000000a03006138 in ?? () #5 0x0000000000000000 in ?? () (gdb) quit