Subject: Re: panic: softdep_setup_directory_add
To: None <port-i386@netbsd.org, netbsd-help@netbsd.org>
From: Andy Ruhl <acruhl@gmail.com>
List: port-i386
Date: 07/04/2004 05:55:40
On Sat, 3 Jul 2004 21:26:46 -0700, Andy Ruhl <acruhl@gmail.com> wrote:
> On Sat, 3 Jul 2004 19:54:49 -0700, Andy Ruhl <acruhl@gmail.com> wrote:
> > Anyone seen this?:
> >
> > panic: softdep_setup_directory_add: lost inodedep
> > Stopped in pid 14404.1 (nbinstall) at   netbsd:cpu_Debugger+0x4:   leave
> > db>
> 
> Some more info (hand typed):
> 
> db>trace
> cpu_Debugger(0,1,c077eca4,0,0) at netbsd:cpu_Debugger+0x4
> panic(c030c340,2f324,0,c5af7cd8,c5e65044) at netbsd:panic+0x11d
> softdep_setup_directory_add(c0a54394,c5b6005c,2000,0,2f443) at
> netbsd:softdep_setup_directory_add+0x498
> ufs_direnter(c5b575f8,0,c4fa0008,c5af7e88,0) at netbsd:ufs_direnter+0x1e1
> ufs_rename(c5af7df4,40e71035,c5af7e2c,c0252a20,c02dce80) at
> netbsd:ufs_rename+0x87d
> VOP_RENAME(c5b575f8,c73f6a98,c5afed8,c5b575f8,0) at netbsd:VOP_RENAME+0x40
> rename_files(bfbfcbd0,bfbfec6b,c5e04b28,1,0) at netbsd:rename_files+0x30e
> sys___posix_rename(c5d6aef8,c5af7f64,c5af7f5c,0,c07bb964) at
> netbsd:sys___posix_rename+0x1b
> syscall_plain() at netbsd:syscall_plain+0x7e
> --- syscall (number 270) ---
> 0x4808f6ab:
> db>
> 
> I'll keep it here for a while longer if anyone else wants to see
> something before I reboot it.

I also noticed that the network connection to this machine showed that
it was very active on my hub, and also may have caused a problem with
the intel fxp network adapter on my FreeBSD machine after some time.
It caused a device timeout on the FreeBSD machine.

I'm rebooting this machine so the debugger stuff is going away for
now. I'll try to do what I was doing before and see how it goes.

Andy