vkernel panic hammer34.patch
Link to this paste: http://bugs.dragonflybsd.org/pastes/382
Added by tuxillo over 1 year ago.
Syntax: Plain Text
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
vkernel64# sh
# while true; do echo Testing; hammer reblock /; hammer reblock /test01; done
Testing
reblock start 8000000000000000:0000 free level 0
panic: assertion "LIST_FIRST(&bp->b_dep) == NULL" failed in vfs_vmio_release at /home/source/dfbsd/sys/kern/vfs_bio.c:1861
cpuid = 0
Trace beginning at frame 0x10004ae7a00
panic() at 0x4b321e
panic() at 0x4b321e
biowait() at 0x506270
brelse() at 0x507edb
bpdone() at 0x50a438
biodone() at 0x50a695
gptinit() at 0x6738fd
register_swi() at 0x48b57d
Debugger("panic")
CPU0 stopping CPUs: 0x000000000000000e
stopped
Stopped at 0x67540d: movb $0,0x1ae9818(%rip)
db>
|