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 majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to