Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 1999 14:51:10 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        stable@FreeBSD.ORG
Cc:        mckusick@mckusick.com, dillon@FreeBSD.ORG
Subject:   quintuple softupdates panic in -stable
Message-ID:  <199903222151.OAA68634@panzer.plutotech.com>

next in thread | raw e-mail | index | archive | help

I just got this panic on a very heavily loaded -stable server.  It is
RELENG_3 as of about March 10th.

I noticed that Kirk checked in some softupdates bug fixes on March 1st/2nd,
but they didn't go into RELENG_3.  I'm not sure if this panic would be
fixed by those changes.

I wasn't able to compile a kernel with debugging symbols that would
correspond to the one that was running on the machine in question, so there
are no symbols.  Sorry.

Ken
-- 
Kenneth Merry
ken@plutotech.com


# gdb -k kernel.4 vmcore.4
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i386-unknown-freebsd), 
Copyright 1996 Free Software Foundation, Inc...(no debugging symbols
found)...
IdlePTD 2813952
initial pcb at 241958
panicstr: softdep_disk_write_complete: lock is held
panic messages:
---
panic: allocdirect_check: old 0 != new 397448 || lbn 12 >= 12

syncing disks... panic: softdep_lock: locking against myself
panic: softdep_disk_write_complete: lock is held
panic: softdep_disk_write_complete: lock is held
panic: softdep_disk_write_complete: lock is held

dumping to dev 20401, offset 327680
dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112
111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91
90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66
65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41
40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 
---
#0  0xf01462c7 in boot ()
(kgdb) where
#0  0xf01462c7 in boot ()
#1  0xf0146548 in at_shutdown ()
#2  0xf01d414b in softdep_disk_write_complete ()
#3  0xf01658c5 in biodone ()
#4  0xf0120f79 in dadone ()
#5  0xf011cca3 in camisr ()
#6  0xf011ca99 in swi_cambio ()
#7  0xf011a194 in xpt_polled_action ()
#8  0xf0121445 in dashutdown ()
#9  0xf0146297 in boot ()
#10 0xf0146548 in at_shutdown ()
#11 0xf01d414b in softdep_disk_write_complete ()
#12 0xf01658c5 in biodone ()
#13 0xf0120f79 in dadone ()
#14 0xf011cca3 in camisr ()
#15 0xf011ca99 in swi_cambio ()
#16 0xf011a194 in xpt_polled_action ()
#17 0xf0121445 in dashutdown ()
#18 0xf0146297 in boot ()
#19 0xf0146548 in at_shutdown ()
#20 0xf01d414b in softdep_disk_write_complete ()
#21 0xf01658c5 in biodone ()
#22 0xf0120f79 in dadone ()
#23 0xf011cca3 in camisr ()
#24 0xf011ca99 in swi_cambio ()
#25 0xf011a194 in xpt_polled_action ()
#26 0xf0121445 in dashutdown ()
#27 0xf0146297 in boot ()
#28 0xf0146548 in at_shutdown ()
#29 0xf01d112f in acquire_lock ()
#30 0xf01d3f4f in initiate_write_inodeblock ()
#31 0xf01d3cd3 in softdep_disk_io_initiation ()
#32 0xf01766b9 in spec_strategy ()
#33 0xf0175e81 in spec_vnoperate ()
#34 0xf01df489 in ufs_vnoperatespec ()
#35 0xf0163aff in bwrite ()
#36 0xf016814e in vop_stdbwrite ()
#37 0xf0167f99 in vop_defaultop ()
#38 0xf0175e81 in spec_vnoperate ()
#39 0xf01df489 in ufs_vnoperatespec ()
#40 0xf016453c in vfs_bio_awrite ()
#41 0xf01d909a in ffs_fsync ()
#42 0xf01d7544 in ffs_sync ()
#43 0xf016ca43 in sync ()
#44 0xf0146119 in boot ()
#45 0xf0146548 in at_shutdown ()
#46 0xf01d216b in allocdirect_merge ()
#47 0xf01d4d15 in merge_inode_lists ()
#48 0xf01d4bdc in softdep_update_inodeblock ()
#49 0xf01d01e4 in ffs_update ()
#50 0xf01d9f25 in ufs_inactive ()
#51 0xf01df459 in ufs_vnoperate ()
#52 0xf016abab in vput ()
#53 0xf019dbc6 in nfsrv_write ()
#54 0xf01b3a88 in nfssvc_nfsd ()
#55 0xf01b3385 in nfssvc ()
#56 0xf0203a88 in syscall ()
#57 0xf01fa41c in Xint0x80_syscall ()
#58 0x80480e9 in ?? ()



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903222151.OAA68634>