From owner-freebsd-current@FreeBSD.ORG Sat Apr 28 10:43:27 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E65816A402 for ; Sat, 28 Apr 2007 10:43:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 56AB213C469 for ; Sat, 28 Apr 2007 10:43:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 7A08147048; Sat, 28 Apr 2007 06:43:26 -0400 (EDT) Date: Sat, 28 Apr 2007 11:43:26 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Harald Schmalzbauer In-Reply-To: <4630D572.1020204@omnisec.de> Message-ID: <20070428114243.N28395@fledge.watson.org> References: <4630D572.1020204@omnisec.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: Panic: fusefs crashes -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 28 Apr 2007 10:43:27 -0000 On Thu, 26 Apr 2007, Harald Schmalzbauer wrote: > I wanted to report a panic with todays current: > > fuse4bsd: version 0.3.0, FUSE ABI 7.8 Every time you rebuild your 7-CURRENT kernel, you need to rebuild all kernel modules, including FUSE. Could you confirm that the FUSE module you're using is in sync with your kernel? Robert N M Watson Computer Laboratory University of Cambridge > > > Fatal trap 12: page fault while in kernel mode > cpuid = 1; apic id = 01 > fault virtual address = 0x26c > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc446e849 > stack pointer = 0x28:0xe65949e4 > frame pointer = 0x28:0xe65949f4 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 8142 (mount_fusefs) > [thread pid 8142 tid 100089 ] > Stopped at fdisp_get_vopdata+0x10: movl 0x26c(%edx),%eax > > Tracing pid 8142 tid 100089 td 0xc416f1b0 > fdisp_get_vopdata(e6594a14,0,c4207680,c07104c9,c3e16650,...) at > fdisp_get_vopdata+0x10 > fuse_statfs(c3e187d4,c3e18864,c416f1b0,c3e16600,0,...) at fuse_statfs+0x8f > __vfs_statfs(c3e187d4,c3e18864,c416f1b0,3c5,0,...) at __vfs_statfs+0x2f > vfs_domount(c416f1b0,c3e16600,c3e16170,0,c3e16370,...) at vfs_domount+0x82a > vfs_donmount(c416f1b0,0,c4404880,c4404880,3,...) at vfs_donmount+0x4c3 > nmount(c416f1b0,e6594d00,c,c3e2e828,2820d000,...) at nmount+0xa5 > syscall(e6594d38) at syscall+0x2bb > Xint0x80_syscall() at Xint0x80_syscall+0x20 > --- syscall (378, FreeBSD ELF32, nmount), eip = 0x280c6bbf, esp = 0xbfbfe76c, > ebp = 0xbfbfec88 --- > db> > > Best regards, > > -Harry > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >