[621] in NetBSD-Development
Re: core from afsd on granola
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Mar 6 02:17:04 1995
Date: Mon, 6 Mar 1995 02:16:55 -0500
To: John Hawkinson <jhawk@MIT.EDU>
Cc: netbsd-afs@MIT.EDU, ghudson@MIT.EDU ('cause you might care)
In-Reply-To: "[620] in NetBSD-Development"
From: John Hawkinson <jhawk@MIT.EDU>
Umm, that didn't get finished. It was supposed to be:
Churn, grind...:
Possible core dumps:
/usr/var/tmp/afsd.core
/u1/build/twm/twm.core
/u1/build/netprob/xnetprob.core
Look what the daily report has brought us. Hmm.
/usr/vice/etc/afsd doesn't have symbols. Stripping /build/afs/athena/i386_nbsd1/obj/afsd/afsd and comparing it indicates they're different, but
using it anyway (the best I can find):
(gdb) [lola-granola!jhawk] /tmp> cd /var/tmp
[lola-granola!jhawk] /var/tmp> gdb /tmp/afsd.good afsd.core
warning: exec file is newer than core file.
Core was generated by `afsd'.
Program terminated with signal 12, Bad system call.
Reading symbols from /usr/libexec/ld.so...done.
Reading symbols from /usr/lib/libcrypt.so.0.0...done.
Reading symbols from /usr/lib/libc.so.12.0...done.
#0 0x100330c2 in syscall ()
(gdb) where
#0 0x100330c2 in syscall ()
#1 0x39cd in call_syscall (param1=17, param2=393990, param3=100480,
param4=9201, param5=99448, param6=107156, param7=0) at afsd.c:1377
#2 0x2f9e in mainproc (as=0x1000, arock=0x1 "") at afsd.c:930
#3 0x5bdc in cmd_Dispatch ()
#4 0x3982 in main (argc=2, argv=0xf7bfdde8) at afsd.c:1290
(gdb)
If you could preserve the original unstripped afsd somewhere (or just
tell me where it is) that'd be nice :-)
--jhawk