From owner-freebsd-current Sun Jun 3 13:45: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id A108D37B401 for ; Sun, 3 Jun 2001 13:45:01 -0700 (PDT) (envelope-from jazepeda@pacbell.net) Received: from zippy.mybox.zip ([207.214.149.45]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GED006WWGAVEK@mta5.snfc21.pbi.net> for current@freebsd.org; Sun, 3 Jun 2001 13:44:57 -0700 (PDT) Received: by zippy.mybox.zip (Postfix, from userid 1000) id 2615C1815; Sun, 03 Jun 2001 13:44:53 -0700 (PDT) Date: Sun, 03 Jun 2001 13:44:52 -0700 From: Alex Zepeda Subject: Now that crash dumps are working, here's a trace To: current@freebsd.org Message-id: <20010603134452.A605@zippy.mybox.zip> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The system just hung, and eventually rebooted. I was in X at the time.. anyways's here's the trace: #0 dumpsys () at ../../kern/kern_shutdown.c:478 #1 0xc01dbdf3 in boot (howto=260) at ../../kern/kern_shutdown.c:321 #2 0xc01dc265 in panic (fmt=0xc03b6d05 "softdep_lock: lock held by %d") at ../../kern/kern_shutdown.c:600 #3 0xc03033bf in acquire_lock (lk=0xc040c358) at ../../ufs/ffs/ffs_softdep.c:270 #4 0xc0307838 in softdep_update_inodeblock (ip=0xc1662000, bp=0xc38b887c, waitfor=0) at ../../ufs/ffs/ffs_softdep.c:4004 #5 0xc02ffce5 in ffs_update (vp=0xc97bee60, waitfor=0) at ../../ufs/ffs/ffs_inode.c:108 #6 0xc030e1f2 in ffs_fsync (ap=0xc8739d24) at ../../ufs/ffs/ffs_vnops.c:292 #7 0xc030b56a in ffs_sync (mp=0xc1122200, waitfor=2, cred=0xc0b32900, p=0xc046c600) at vnode_if.h:441 #8 0xc022b647 in sync (p=0xc046c600, uap=0x0) at ../../kern/vfs_syscalls.c:620 #9 0xc01db873 in boot (howto=256) at ../../kern/kern_shutdown.c:231 #10 0xc01dc265 in panic (fmt=0xc03c628f "page fault") at ../../kern/kern_shutdown.c:600 #11 0xc035da8e in trap_fatal (frame=0xc8739e3c, eva=3735929064) at ../../i386/i386/trap.c:976 #12 0xc035d7b9 in trap_pfault (frame=0xc8739e3c, usermode=0, eva=3735929064) at ../../i386/i386/trap.c:890 #13 0xc035ce84 in trap (frame={tf_fs = -1069416424, tf_es = -1069416432, tf_ds = 16, tf_edi = 4, tf_esi = -559038242, tf_ebp = -931946884, tf_isp = -931946904, tf_ebx = -1053534208, tf_edx = -1052795076, tf_ecx = -559038242, tf_eax = -559038242, tf_trapno = 12, tf_err = 0, tf_eip = -1070582304, tf_cs = 8, tf_eflags = 66199, tf_esp = -931946856, tf_ss = -1070571658}) at ../../i386/i386/trap.c:450 #14 0xc03035e0 in worklist_remove (item=0xdeadc0de) at ../../ufs/ffs/ffs_softdep.c:431 #15 0xc0305f76 in free_diradd (dap=0xdeadc0de) at ../../ufs/ffs/ffs_softdep.c:2600 #16 0xc03052da in free_newdirblk (newdirblk=0xc137edd0) at ../../ufs/ffs/ffs_softdep.c:2033 #17 0xc030746a in handle_written_inodeblock (inodedep=0xc13f9f00, bp=0xc38a9114) at ../../ufs/ffs/ffs_softdep.c:3768 #18 0xc0306db6 in softdep_disk_write_complete (bp=0xc38a9114) at ../../ufs/ffs/ffs_softdep.c:3425 #19 0xc021dbdd in bufdone (bp=0xc38a9114) at ../../sys/buf.h:445 #20 0xc021dada in bufdonebio (bp=0xc38a9114) at ../../kern/vfs_bio.c:2693 #21 0xc0145e02 in ad_interrupt (request=0xc12d8bc0) at ../../sys/bio.h:103 #22 0xc013cd4a in ata_intr (data=0xc10a4180) at ../../dev/ata/ata-all.c:543 #23 0xc01cd24b in ithread_loop (arg=0xc10a4100) at ../../kern/kern_intr.c:521 #24 0xc01cba34 in fork_exit (callout=0xc01ccf88 , arg=0xc10a4100, frame=0xc8739fa8) at ../../kern/kern_fork.c:727 This was with a pretty recent kernel (as of a few hours before it crashed). - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message