Date: Sun, 03 Jun 2001 13:44:52 -0700 From: Alex Zepeda <jazepeda@pacbell.net> To: current@freebsd.org Subject: Now that crash dumps are working, here's a trace Message-ID: <20010603134452.A605@zippy.mybox.zip>
next in thread | raw e-mail | index | archive | help
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 <ithread_loop>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010603134452.A605>