Subject: dig dumps core
To: None <port-arm@NetBSD.org>
From: Shin'ichiro TAYA <taya@ba2.so-net.ne.jp>
List: port-arm
Date: 01/28/2004 14:26:53
Hi,

I have a shark running following system:

NetBSD shark.m2g.org 1.6.2_RC4 NetBSD 1.6.2_RC4 (GENERIC) #0: Sat Jan 10 11:46:20 UTC 2004     cyber@tgm.netbsd.org:/autobuild/netbsd-1-6-PATCH002-RC4/shark/OBJ/autobuild/netbsd-1-6-PATCH002-RC4/src/sys/arch/shark/compile/GENERIC shark

/usr/bin/dig dumps core everytime.
Is this only mime?

root@shark# dig
Segmentation fault (core dumped)
root@shark# gdb /usr/bin/dig dig.core 
GNU gdb 5.0nb1
Copyright 2000 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 "arm--netbsdelf"...(no debugging symbols found)...
Core was generated by `dig'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/libexec/ld.elf_so...(no debugging symbols found)...
done.
Loaded symbols for /usr/libexec/ld.elf_so
Reading symbols from /usr/lib/libc.so.12...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc.so.12
#0  0xa9e4 in dladdr ()
(gdb) where
#0  0xa9e4 in dladdr ()
#1  0x4bc0c in _ctype_ ()
#2  0xefbfd73c in ?? ()
(gdb) quit
root@shark#