Date: Mon, 12 Jul 1999 14:43:46 -0700 (PDT) From: Doug <Doug@gorean.org> To: freebsd-hackers@freebsd.org Cc: peter@netplex.com.au Subject: Re: more amd hangs Message-ID: <Pine.BSF.4.05.9907121435070.7380-100000@dt054n86.san.rr.com> In-Reply-To: <Pine.BSF.4.05.9907121315400.6719-100000@dt054n86.san.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ok, it's now wedged in a different state (using the same perl
script to wedge it). According to top:
317 root 2 0 648K 456K STOP 0 0:00 0.00% 0.00% amd
I also managed to attach to the running process this time:
(gdb) file /usr/sbin/amd
Reading symbols from /usr/sbin/amd...done.
(gdb) attach 317
Attaching to program: /usr/sbin/amd, process 317
0x8063c34 in select ()
(gdb) where
#0 0x8063c34 in select ()
#1 0x80523b6 in do_select (smask=0, fds=1024, fdp=0xbfbfd990,
tvp=0xbfbfd984)
at /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/nfs_start.c:146
#2 0x80525fd in run_rpc ()
at /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/nfs_start.c:274
#3 0x80527e6 in mount_automounter (ppid=316)
at /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/nfs_start.c:467
#4 0x804a109 in main (argc=1, argv=0xbfbfdb84)
at /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amd.c:544
#5 0x80480e9 in _start ()
I am noticing that the last function, _start() is the same as in
the last traceback.
Anyone with suggestions, I'm open to them. :) I tried doing
'continue' with gdb and it wedged gdb and amd, so I just rebooted.
HTH,
Doug
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907121435070.7380-100000>
