Hi
gdb gives the following gdb ./gamma -c ./gamma.core GNU gdb 5.3nb1 Copyright 2002 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 "i386--netbsdelf"... Core was generated by `gamma'. Program terminated with signal 11, Segmentation fault. Reading symbols from ./libjvm.so...done. Loaded symbols for ./libjvm.so Reading symbols from /usr/lib/libm387.so.0...done. Loaded symbols for /usr/lib/libm387.so.0 Reading symbols from /usr/lib/libm.so.0...done. Loaded symbols for /usr/lib/libm.so.0 Reading symbols from /usr/lib/libpthread.so.0...done. Loaded symbols for /usr/lib/libpthread.so.0 Reading symbols from /usr/lib/libc.so.12...done. Loaded symbols for /usr/lib/libc.so.12 Reading symbols from /usr/lib/libgcc_s.so.1...done. Loaded symbols for /usr/lib/libgcc_s.so.1 Reading symbols from /usr/lib/libstdc++.so.5...done. Loaded symbols for /usr/lib/libstdc++.so.5 Reading symbols from /usr/pkg/java/sun-6/jre/lib/i386/libverify.so...done. Loaded symbols for /usr/pkg/java/sun-6/jre/lib/i386/libverify.so Reading symbols from /usr/lib/libc.so.6...done. Loaded symbols for /usr/lib/libc.so.6 Reading symbols from /usr/lib/ld-linux.so.2...done. Loaded symbols for /usr/lib/ld-linux.so.2 Reading symbols from /usr/libexec/ld.elf_so...done. Loaded symbols for /usr/libexec/ld.elf_so #0 0x7ce25b12 in strrchr () from /usr/lib/libc.so.6 Regards, Renju > -----Original Message----- > From: Christos Zoulas [mailto:chris...@zoulas.com] > Sent: Thursday, July 09, 2009 5:53 PM > To: Renju Mathew; S.P.Zeidler > Cc: bsd-port-dev@openjdk.java.net > Subject: RE: netbsd port ? > > On Jul 9, 4:02pm, m.re...@teles.com ("Renju Mathew") wrote: > -- Subject: RE: netbsd port ? > > | Hi=20 > | > | =20 > | > | Thanks you very much. It worked. > | > | But after all the compilation I got the following error > | > | =20 > | > | All done. > | > | gmake[6]: Leaving directory > | `/teles/rema/jdk/1stMethod/bsd-port/build/bsd- > i586/hotspot/outputdir/bsd > | _i486_compiler2/product' > | > | cd bsd_i486_compiler2/product && ./test_gamma > | > | java full version "1.6.0_14-b08" > | > | [1] Segmentation fault (core dumped) ./${gamma:-gamma... > > Run it manually and use gdb to give us a backtrace. > > christos