Subject: well, here's a novel error: make bus error building libkvm
To: None <current-users@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 07/09/1997 16:55:11
fair@atomic 95} pwd
/usr/src/lib/libkvm
fair@atomic 96} make
Bus error (core dumped)
fair@atomic 97} !gdb
gdb /usr/bin/make make.core
GDB is free software and you are welcome to 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.
GDB 4.11 (sparc-netbsd), Copyright 1993 Free Software Foundation, Inc...
Core was generated by `make'.
Program terminated with signal 10, Bus error.
Reading symbols from /usr/libexec/ld.so...done.
Reading symbols from /usr/lib/libc.so.12.17...done.
#0  0x1008deb8 in malloc ()
(gdb) bt
#0  0x1008deb8 in malloc ()
#1  0xe3d0 in emalloc (len=29) at main.c:1181
#2  0x89d0 in Hash_CreateEntry (t=0x1eb60, key=0x63c20 "kvm_dump.cat3",
    newPtr=0xf7ffde84) at hash.c:251
#3  0x1558c in Targ_FindNode (name=0x63c20 "kvm_dump.cat3", flags=1)
    at targ.c:283
#4  0xfc70 in ParseDoSrc (tOp=0, src=0x63c20 "kvm_dump.cat3", allsrc=0x680e0)
    at parse.c:592
#5  0x10aac in ParseDoDependency (line=0x63c20 "kvm_dump.cat3") at parse.c:1205
#6  0x122d4 in Parse_File (
    name=0x63c00 "/usr/share/man/cat3/kvm_dump.0: kvm_dump.cat3",
    stream=0x63c00) at parse.c:2514
#7  0xdf1c in ReadMakefile (p=0xd2d0, q=0x0) at main.c:876
#8  0xda04 in main (argc=1, argv=0xf7fff704) at main.c:698
(gdb) quit
fair@atomic 98}