From owner-freebsd-bugs Mon Jun 26 23:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8466B37BED8 for ; Mon, 26 Jun 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91901; Mon, 26 Jun 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 23:50:03 -0700 (PDT) Message-Id: <200006270650.XAA91901@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rahul Dhesi Subject: Re: kern/17122: crash due to: softdep_disk_write_com Reply-To: Rahul Dhesi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17122; it has been noted by GNATS. From: Rahul Dhesi To: Kirk McKusick Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/17122: crash due to: softdep_disk_write_com Date: Mon, 26 Jun 2000 23:43:09 -0700 (PDT) Hi, I did keep some crash dumps around for a long time, but eventually deleted them to recover disk space. I don't have them any more. Rahul On Mon, 26 Jun 2000, Kirk McKusick wrote: > Your series of soft updates panic's was recently pointed out to me. > In looking at the traceback, I see things that look like this: > > #80 0xc0164001 in boot (howto=256) at ../../kern/kern_shutdown.c:203 > #81 0xc0164440 in at_shutdown ( > function=0xc02b0f42 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2 > 882>, arg=0xc9bbb0c0, queue=0) at ../../kern/kern_shutdown.c:446 > #82 0xc02226f2 in softdep_fsync (vp=0xc9bbb0c0) > at ../../ufs/ffs/ffs_softdep.c:3567 > #83 0xc018c52a in fsync (p=0xc9b158e0, uap=0xc9b2df94) > at ../../kern/vfs_syscalls.c:2451 > #84 0xc025bb8b in syscall (frame={tf_es = 39, tf_ds = 39, > tf_edi = -1077945576, tf_esi = 0, tf_ebp = -1077945816, > tf_isp = -911024156, tf_ebx = 134664136, tf_edx = 29, tf_ecx = 29, > tf_eax = 95, tf_trapno = 7, tf_err = 2, tf_eip = 671803168, tf_cs = 31, > tf_eflags = 582, tf_esp = -1077945832, tf_ss = 39}) > at ../../i386/i386/trap.c:1100 > #85 0xc024ecfc in Xint0x80_syscall () > > If you still have any of your crash dumps, it would be useful if > you could go into the first frame that has softdep_fsync in it (#82 > above) and print out the contents of the inodedep: > > print inodedep > print *inodedep > > That should give me an initial clue as to what caused the panic. > > Kirk McKusick > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message