Re: panic: ffs_blkfree_cg: freeing free block

2011-10-29 Thread Kirk McKusick
> Date: Fri, 28 Oct 2011 11:16:59 +0200 > From: "deeptec...@gmail.com" > To: freebsd-current@freebsd.org > Subject: panic: ffs_blkfree_cg: freeing free block > > A panic occured while I was ``rm -rf''ing a large file&directory tree > (that I just cr

Re: panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread deeptec...@gmail.com
On Fri, Oct 28, 2011 at 11:16 AM, deeptec...@gmail.com wrote: > I don't have the intermediate object files for the kernel; now I'm > building the kernel again (from the appropriate, exact sources). That > shouldn't harm debugging, should it? On Sat, Oct 29, 2011 at 2:35 AM, Garrett Cooper wrote:

Re: panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread Garrett Cooper
On Fri, Oct 28, 2011 at 4:34 PM, deeptec...@gmail.com wrote: > With object files which were built using the original kernel > configuration file (no debugging symbols included): > > #kgdb kernel /var/crash/vmcore.4 > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is

Re: panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread deeptec...@gmail.com
With object files which were built using the original kernel configuration file (no debugging symbols included): #kgdb kernel /var/crash/vmcore.4 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welco

Re: panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread deeptec...@gmail.com
On Fri, Oct 28, 2011 at 3:40 PM, Bjoern A. Zeeb wrote: > On Fri, 28 Oct 2011, deeptec...@gmail.com wrote: >> I don't have the intermediate object files for the kernel; now I'm >> building the kernel again (from the appropriate, exact sources). That >> shouldn't harm debugging, should it? Meanwhile

Re: panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread Bjoern A. Zeeb
On Fri, 28 Oct 2011, deeptec...@gmail.com wrote: A panic occured while I was ``rm -rf''ing a large file&directory tree (that I just created with untar) on an old drive that I have not used for a long time. Unfortunately I'm not 100% sure that the filesystem was clean when I mounted it today. Cou

panic: ffs_blkfree_cg: freeing free block

2011-10-28 Thread deeptec...@gmail.com
A panic occured while I was ``rm -rf''ing a large file&directory tree (that I just created with untar) on an old drive that I have not used for a long time. Unfortunately I'm not 100% sure that the filesystem was clean when I mounted it today. Could that result in such a panic? I don't have the in