From owner-freebsd-current@FreeBSD.ORG Thu Apr 26 17:37:34 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 4F1DF16A403 for ; Thu, 26 Apr 2007 17:37:34 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 0774413C448 for ; Thu, 26 Apr 2007 17:37:33 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so332676ana for ; Thu, 26 Apr 2007 10:37:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=suWtcKvEl1HbWotdB8Jj6LFehNKqPm3GZonEhpg/HIj3BcdodpzTePz07h4k4dpH0gXTRj01MqgE0W0uHtlH0QX+lLI87PJ6q2rfpSDJMBUC6DFawVj7cVbjCDlWS3Y+waC4iCzjp/HlGYZ6oI0qNypfZdZWIDP+rUEGMhwuMK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I5Kgo6OEPiOteXdbBKhCgdjILwHLEyT/Xu3Rom6lkSp3EeHxP61XnApCUAZ5pFB88Ut3Ol3RjvKaGt7408D+LyOeKghegIFplwivV/PdmtXLKnI1zBuH/W7wNfDFhYO1PWPz1rI3+bvlGm9Kfy8PcAgFpDCJyVo0MZrW5bRB/Dg= Received: by 10.100.225.13 with SMTP id x13mr1300339ang.1177607425354; Thu, 26 Apr 2007 10:10:25 -0700 (PDT) Received: by 10.100.9.7 with HTTP; Thu, 26 Apr 2007 10:10:25 -0700 (PDT) Message-ID: Date: Thu, 26 Apr 2007 21:10:25 +0400 From: pluknet To: "Harald Schmalzbauer" In-Reply-To: <4630D572.1020204@omnisec.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4630D572.1020204@omnisec.de> 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: Thu, 26 Apr 2007 17:37:34 -0000 On 26/04/07, Harald Schmalzbauer wrote: > Hello, > > I wanted to report a panic with todays current: > > fuse4bsd: version 0.3.0, FUSE ABI 7.8 > > > 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 Same here on ntfs mount. pluknet