Displaying 1 result from an estimated 1 matches for "lkt_held".
2003 Jun 12
0
panic possibly related to soft updates? (4.8-STABLE, Jun 12 2003)
...7 in ?? ()
#27 0x80534c6 in ?? ()
#28 0x80534c6 in ?? ()
#29 0x805c9e1 in ?? ()
#30 0x805c59e in ?? ()
#31 0x8048141 in ?? ()
(kgdb) up 11
#11 0xc02639dc in worklist_remove (item=0xffff0000)
at ../../ufs/ffs/ffs_softdep.c:467
467 panic("worklist_remove: lock not held");
(kgdb) p lk.lkt_held
$1 = 9579
(kgdb) p lk
$2 = {lkt_spl = 0, lkt_held = 9579}
(kgdb) p item
$3 = (struct worklist *) 0x0
(I restarted kgdb here to run 'up 12')
(kgdb) up 12
#12 0xc02678de in softdep_update_inodeblock (ip=0xc24d5000, bp=0xcc94aeb0,
waitfor=0) at ../../ufs/ffs/ffs_softdep.c:3847
3847 WOR...