Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 16:42:38 +0400
From:      Sevan / Venture37 <venture37@gmail.com>
To:        Ronald Klop <ronald-freebsd8@klop.yi.org>
Cc:        java@freebsd.org
Subject:   Re: [Call For Help] Clang + OpenJDK + head + amd64 == cocktail of death (for clusters)
Message-ID:  <51F11D3E.9090602@gmail.com>
In-Reply-To: <op.w0r1wdfh8527sy@ronaldradial.versatec.local>
References:  <20130725083917.GH41432@ithaqua.etoilebsd.net> <51F0EC1E.90100@samersoff.net> <20130725094159.GA61207@ithaqua.etoilebsd.net> <51F106F6.7050700@gmail.com> <op.w0r1wdfh8527sy@ronaldradial.versatec.local>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51F11D3E.9090602>