Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 01:40:28 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        mckusick@mckusick.com, fs@FreeBSD.org, dillon@FreeBSD.org
Subject:   UFS panic on -stable
Message-ID:  <20020225014028.A53147@xor.obsecurity.org>

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

--FCuugMFkClbJLl1L
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Since upgrading the ports cluster to 4.5 I've been seeing a lot of UFS
panics (about one a day, over the 8 client machines).  I upgraded the
kernels yesterday to try and fix this, but one of them panicked again
today.  I managed to capture one of the panics, and I have the core.
Is there anything else I can provide?

Kris

panicstr: from debugger
panic messages:
---
panic: ffs_vfree: freeing free inode
panic: from debugger
Uptime: 11h44m29s

dumping to dev #ad/1, offset 1575424
dump ata0: resetting devices .. done
254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 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
---
#0  dumpsys () at ../../kern/kern_shutdown.c:487
487             if (dumping++) {
(kgdb) bt
#0  dumpsys () at ../../kern/kern_shutdown.c:487
#1  0xc01b1554 in boot (howto=260) at ../../kern/kern_shutdown.c:316
#2  0xc01b19a1 in panic (fmt=0xc03510e4 "from debugger") at ../../kern/kern_shutdown.c:595
#3  0xc013d1b1 in db_panic (addr=-1070477807, have_addr=0, count=-1, modif=0xcdf30bd4 "")
    at ../../ddb/db_command.c:435
#4  0xc013d14f in db_command (last_cmdp=0xc03a8f64, cmd_table=0xc03a8da4, aux_cmd_tablep=0xc03d9618)
    at ../../ddb/db_command.c:333
#5  0xc013d216 in db_command_loop () at ../../ddb/db_command.c:457
#6  0xc013f3c7 in db_trap (type=3, code=0) at ../../ddb/db_trap.c:71
#7  0xc031cbb0 in kdb_trap (type=3, code=0, regs=0xcdf30cdc) at ../../i386/i386/db_interface.c:158
#8  0xc032bee0 in trap (frame={tf_fs = -1070333936, tf_es = -1050935280, tf_ds = -839712752,
      tf_edi = 400, tf_esi = 256, tf_ebp = -839709404, tf_isp = -839709432, tf_ebx = -1070053391,
      tf_edx = -1069968593, tf_ecx = 1021, tf_eax = 18, tf_trapno = 3, tf_err = 0,
      tf_eip = -1070477807, tf_cs = 8, tf_eflags = 582, tf_esp = -1069968609, tf_ss = -1070158597})
    at ../../i386/i386/trap.c:584
#9  0xc031ce11 in Debugger (msg=0xc036acfb "panic") at machine/cpufunc.h:67
#10 0xc01b1998 in panic (fmt=0xc03847f1 "ffs_vfree: freeing free inode")
    at ../../kern/kern_shutdown.c:593
#11 0xc02ad7ce in ffs_freefile (pvp=0xce24d180, ino=400, mode=438) at ../../ufs/ffs/ffs_alloc.c:1611
#12 0xc02ad652 in ffs_vfree (pvp=0xce24d180, ino=400, mode=438) at ../../ufs/ffs/ffs_alloc.c:1566
#13 0xc02b9d98 in ufs_inactive (ap=0xcdf30de4) at ../../ufs/ufs/ufs_inode.c:94
#14 0xc02bf1bd in ufs_vnoperate (ap=0xcdf30de4) at ../../ufs/ufs/ufs_vnops.c:2422
#15 0xc01df9f3 in vrele (vp=0xce24d180) at vnode_if.h:815
#16 0xc01e64b7 in vn_close (vp=0xce24d180, flags=3, cred=0xc1f0c080, p=0xcc2fba00)
    at ../../kern/vfs_vnops.c:235
#17 0xc01e6e2a in vn_closefile (fp=0xc1d658c0, p=0xcc2fba00) at ../../kern/vfs_vnops.c:693
#18 0xc01a71d4 in fdrop (fp=0xc1d658c0, p=0xcc2fba00) at ../../sys/file.h:217
#19 0xc01a711b in closef (fp=0xc1d658c0, p=0xcc2fba00) at ../../kern/kern_descrip.c:1218
#20 0xc01a6e71 in fdfree (p=0xcc2fba00) at ../../kern/kern_descrip.c:1057
#21 0xc01a9a5e in exit1 (p=0xcc2fba00, rv=11) at ../../kern/kern_exit.c:189
#22 0xc01b350b in sigexit (p=0xcc2fba00, sig=11) at ../../kern/kern_sig.c:1501
#23 0xc01b327c in postsig (sig=11) at ../../kern/kern_sig.c:1404
#24 0xc032bfff in trap (frame={tf_fs = 983087, tf_es = 47, tf_ds = -1078001617, tf_edi = 673763328,
      tf_esi = 135036927, tf_ebp = -1077939412, tf_isp = -839708716, tf_ebx = 673757860,
      tf_edx = 673763336, tf_ecx = 16384, tf_eax = 673763336, tf_trapno = 12, tf_err = 1213911044,
      tf_eip = 673711863, tf_cs = 31, tf_eflags = 66070, tf_esp = -1077939436, tf_ss = 47})
    at ../../i386/i386/trap.c:174
#25 0x282806f7 in ?? ()
#26 0x806ef3d in ?? ()
#27 0x806ed91 in ?? ()
#28 0x804fce4 in ?? ()
#29 0x80560db in ?? ()
#30 0x8055e51 in ?? ()
#31 0x8053ec1 in ?? ()
#32 0x804e252 in ?? ()
#33 0x804c70d in ?? ()
(kgdb)



--FCuugMFkClbJLl1L
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8egaLWry0BWjoQKURAsaXAJ44po1NysTFCCs6mnJQNIhp0ukGQACg6L+z
4rO2FtPPRE00Pm113WTxO/o=
=a6Ig
-----END PGP SIGNATURE-----

--FCuugMFkClbJLl1L--

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




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