From owner-freebsd-current@FreeBSD.ORG Tue Aug 12 12:26:38 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 DBEBC37B401 for ; Tue, 12 Aug 2003 12:26:38 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C1043FCB for ; Tue, 12 Aug 2003 12:26:37 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h7CJQUU4001176; Tue, 12 Aug 2003 21:26:31 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Eivind Olsen From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 12 Aug 2003 21:05:42 +0200." <10206765.1060722342@[192.168.0.2]> Date: Tue, 12 Aug 2003 21:26:30 +0200 Message-ID: <1175.1060716390@critter.freebsd.dk> cc: freebsd-current@freebsd.org Subject: Re: Crash in g_dev_strategy / CURRENT as of yesterday. 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: Tue, 12 Aug 2003 19:26:39 -0000 In message <10206765.1060722342@[192.168.0.2]>, Eivind Olsen writes: >Hello. Some of you might have seen my previous mailings regarding crashes >in g_dev_strategy under FreeBSD 5.1 (RELENG_5_1). I have now upgraded to >CURRENT (cvsupped, compiled and installed yesterday) and I still see >similar crashes (but not identical crashes, I can't see any mention of >Vinum here). >#12 0xc030697e in spec_xstrategy (vp=0xc1fa9cc0, bp=0x0) at >/usr/src/sys/fs/specfs/spec_vnops.c:512 This is the call into the device driver. Do you have any idea which driver this might be ? Can you try to print out the bp->b_dev structure if you still have the dump ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.