NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/43336: fsck wapbl assertion failure after crash



Although it's too late, I found repeatability.

>How-To-Repeat:
# cd /var/tmp
# ln -s J /etc/malloc.conf
# dd if=/dev/zero of=xxx.fs bs=1m count=128
128+0 records in
128+0 records out
134217728 bytes transferred in 2.263 secs (59309645 bytes/sec)
# newfs -F -O 2 xxx.fs
xxx.fs: 128.0MB (262144 sectors) block size 8192, fragment size 1024
using 4 cylinder groups of 32.00MB, 4096 blks, 7712 inodes.
super-block backups (for fsck_ffs -b #) at:
144, 65680, 131216, 196752,
# vnconfig vnd0 xxx.fs
# mount -o log /dev/vnd0a /mnt
# cp /netbsd /mnt
# cp xxx.fs xxx.live.fs
# fsck_ffs -ny xxx.live.fs
xxx.live.fs is not a character device
CONTINUE? yes

** xxx.live.fs
fsck_ffs: ioctl (DIOCGWEDGEINFO): Inappropriate ioctl for device
assertion "wr->wr_blkhashcnt > 0" failed: file 
"/home/builds/ab/netbsd-5-1-RC3/src/sys/kern/vfs_wapbl.c", line 2156, function 
"wapbl_blkhash_clear"
Abort


Home | Main Index | Thread Index | Old Index