From owner-freebsd-current@FreeBSD.ORG Wed Oct 15 00:56:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3910316A4B3 for ; Wed, 15 Oct 2003 00:56:14 -0700 (PDT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE27A43FD7 for ; Wed, 15 Oct 2003 00:56:12 -0700 (PDT) (envelope-from ms@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 3DFE34E308; Wed, 15 Oct 2003 09:56:12 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id B4AC64E279; Wed, 15 Oct 2003 09:56:11 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id h9F7uBVZ005193; Wed, 15 Oct 2003 09:56:11 +0200 Received: (nullmailer pid 916 invoked by uid 1001); Wed, 15 Oct 2003 06:33:37 -0000 Date: Wed, 15 Oct 2003 08:33:37 +0200 From: Mark Santcroos To: mckusick@mckusick.com Message-ID: <20031015063337.GA866@laptop.6bone.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.493810 X-RIPE-Signature: 1e270d3902cf8bd407cbc00af5bc774a cc: current@freebsd.org Subject: panic: indiracct: botched params X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 07:56:14 -0000 X-List-Received-Date: Wed, 15 Oct 2003 07:56:14 -0000 Hi Kirk, Got the following panic while doing bgfsck after a unclean shutdown (another unrelated panic). I guess this shouldn't happen. I have the dump and the debug kernel available if you want to give it a shot. Thanks Mark #0 doadump () at ../../../kern/kern_shutdown.c:240 #1 0xc04a6c79 in boot (howto=256) at ../../../kern/kern_shutdown.c:372 #2 0xc04a7058 in panic () at ../../../kern/kern_shutdown.c:550 #3 0xc05989cc in indiracct_ufs2 (snapvp=0xc321ca44, cancelvp=0xc2f8e000, level=0, blkno=0, lbn=-12, rlbn=12, remblks=4388, blksperindir=1, fs=0xc94fa000, acctfunc=0xc0598d00 , expungetype=1) at ../../../ufs/ffs/ffs_snapshot.c:1192 #4 0xc0598890 in expunge_ufs2 (snapvp=0xc321ca44, cancelip=0xc2f6b9d8, fs=0xc94fa000, acctfunc=0xc0598d00 , expungetype=1) at ../../../ufs/ffs/ffs_snapshot.c:1150 #5 0xc0595ebf in ffs_snapshot (mp=0xc2b15600, snapfile=0xc2f8e000 "l3eĀ\004EcĀ\004EcĀ") at ../../../ufs/ffs/ffs_snapshot.c:464 #6 0xc05a56f8 in ffs_mount (mp=0xc2b15600, path=0xc2fa6080 "/var", data=0x0, ndp=0xcee16bdc, td=0xc2fb04c0) at ../../../ufs/ffs/ffs_vfsops.c:311 #7 0xc050040c in vfs_mount (td=0xc2fb04c0, fstype=0xc2a96820 "ffs", fspath=0xc2fa6080 "/var", fsflags=18944000, fsdata=0x0) at ../../../kern/vfs_mount.c:1090 #8 0xc04ffb28 in mount (td=0x0, uap=0xcee16d10) at ../../../kern/vfs_mount.c:846 #9 0xc060a970 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = -1077936704, tf_ebp = -1077936824, tf_isp = -824087180, tf_ebx = 135050150, tf_edx = 24, tf_ecx = 135049984, tf_eax = 21, tf_trapno = 12, tf_err = 2, tf_eip = 134570371, tf_cs = 31, tf_eflags = 514, tf_esp = -1077937300, tf_ss = 47}) at ../../../i386/i386/trap.c:1009 #10 0xc05fa50d in Xint0x80_syscall () at {standard input}:144 ---Can't read userspace from dump, or kernel process---