From owner-freebsd-stable Mon Feb 3 9: 8:27 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA6637B401 for ; Mon, 3 Feb 2003 09:08:24 -0800 (PST) Received: from eurus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF2243E4A for ; Mon, 3 Feb 2003 09:08:24 -0800 (PST) (envelope-from 937863@primus.ca) Received: from dialin-133-249.hamilton.primus.ca ([209.90.133.249] helo=BirdOfPrey) by eurus.primus.ca with esmtp (Exim 3.36 #3) id 18fk4o-00020a-0A; Mon, 03 Feb 2003 12:08:12 -0500 From: "Allan Jude" <937863@primus.ca> To: "'Marc G. Fournier'" Cc: Subject: RE: ffs_update panic with latest kernel ... softupdates problem? Date: Mon, 3 Feb 2003 12:08:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal In-Reply-To: <20030202222938.D16840@hub.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Disposition-Notification-To: "Allan Jude" <937863@primus.ca> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I also got a fss_update panic after updating my kernel/world -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG] On Behalf Of Marc G. Fournier Sent: Sunday, February 02, 2003 9:33 PM To: freebsd-stable@freebsd.org Subject: ffs_update panic with latest kernel ... softupdates problem? Just upgraded my world/kernel today, and it panic'd within 12hrs with: (kgdb) where #0 0xc7c1a256 in ?? () #1 0xc014e46c in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:223 #2 0xc014eb91 in panic (fmt=0xc022fc99 "%s") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc01ffb29 in trap_fatal (frame=0xea667e94, eva=66) at /usr/src/sys/i386/i386/trap.c:974 #4 0xc01ff795 in trap_pfault (frame=0xea667e94, usermode=0, eva=66) at /usr/src/sys/i386/i386/trap.c:867 #5 0xc01ff2ef in trap (frame={tf_fs = -362414056, tf_es = -1072234480, tf_ds = -737476592, tf_edi = 0, tf_esi = -879852544, tf_ebp = -362381588, tf_isp = -362381632, tf_ebx = -946393088, tf_edx = -1, tf_ecx = -296658752, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071952598, tf_cs = 8, tf_eflags = 66118, tf_esp = 0, tf_ss = -296658752}) at /usr/src/sys/i386/i386/trap.c:466 #6 0xc01b4d2a in ffs_update (vp=0xee5158c0, waitfor=0) at /usr/src/sys/ufs/ffs/ffs_inode.c:105 #7 0xc01bd267 in ffs_sync (mp=0xc7958600, waitfor=3, cred=0xc62fba00, p=0xe7c9a780) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:1025 #8 0xc017e8dc in sync_fsync (ap=0xea667f7c) at /usr/src/sys/kern/vfs_subr.c:2972 #9 0xc017cbb3 in sched_sync () at vnode_if.h:558 (kgdb) up 5 #5 0xc01ff2ef in trap (frame={tf_fs = -362414056, tf_es = -1072234480, tf_ds = -737476592, tf_edi = 0, tf_esi = -879852544, tf_ebp = -362381588, tf_isp = -362381632, tf_ebx = -946393088, tf_edx = -1, tf_ecx = -296658752, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071952598, tf_cs = 8, tf_eflags = 66118, tf_esp = 0, tf_ss = -296658752}) at /usr/src/sys/i386/i386/trap.c:466 466 (void) trap_pfault(&frame, FALSE, eva); (kgdb) frame frame->tf_ebp frame->tf_eip #0 0xc01b4d2a in ffs_update (vp=0xee5158c0, waitfor=0) at /usr/src/sys/ufs/ffs/ffs_inode.c:105 105 if (DOINGSOFTDEP(vp)) (kgdb) list 100 (int)fs->fs_bsize, NOCRED, &bp); 101 if (error) { 102 brelse(bp); 103 return (error); 104 } 105 if (DOINGSOFTDEP(vp)) 106 softdep_update_inodeblock(ip, bp, waitfor); 107 else if (ip->i_effnlink != ip->i_nlink) 108 panic("ffs_update: bad link cnt"); 109 *((struct dinode *)bp->b_data + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message