[Call For Help] Clang + OpenJDK + head + amd64 == cocktail of death (for clusters)

Sevan / Venture37 venture37 at gmail.com
Thu Jul 25 12:42:49 UTC 2013


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


More information about the freebsd-java mailing list