On Jul 9, 7:28pm, m.re...@teles.com ("Renju Mathew") wrote: -- Subject: RE: netbsd port ?
| Hi=20 | | =20 | | gdb gives the following=20 | | =20 | | 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 | What's the rest of the backtrace? Can you type "where" at the gdb command line. That it is dying in strrchr is encouraging. christos