Date: Wed, 22 Oct 2003 20:10:27 +0900 From: YONETANI Tomokazu <t-yonetani@ergobrains.co.jp> To: Oliver Fischer <plexus@snafu.de> Cc: freebsd-current@freebsd.org Subject: Re: panic: softdep_deallocate_dependencies: dangling deps Message-ID: <20031022111027.GA63512@ergobrains.co.jp> In-Reply-To: <3F89ED52.9070204@snafu.de> References: <3F89ED52.9070204@snafu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. On 2003/10/13 02:09:54, Oliver Fischer wrote: > My notebook was a little bit "panic" this night. After rebooting I found > this message in my system log: > > panic: softdep_deallocate_dependencies: dangling deps I've been seeing this panic on NetFinity 6000R since end of September. -CURRENT is installed on a RAID partition, and the partition is controlled by ips driver, so it's possible that the root of my problem is completely different from yours, but anyway... To reproduce it, enable dump device and create many files in a directory: # mkdir foo; i=0; while :; do echo -n $i > foo/$i; i=$(($i + 1)); done and go to bed and you'll get a kernel dump in the crash dump directory in the next morning. At first I thought that the hard disk is damanged, but the following dd command doesn't panic the machine, just fills up the partition many times. # while :; do dd if=/dev/zero of=BIG bs=1048576; done With -CURRENT built from source as of D2003.10.21.00.00.00, I'm still able to reproduce this panic, together with new one: panic: handle_written_inodeblock: live inodedep Backtraces are available on request. -- YONETANI Tomokazu / Ergo-Brains Inc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022111027.GA63512>