From owner-freebsd-stable@FreeBSD.ORG Tue Oct 16 10:05:35 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 598B516A417; Tue, 16 Oct 2007 10:05:35 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from ecngs.de (mail.ecngs.de [217.73.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6FA13C45D; Tue, 16 Oct 2007 10:05:33 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from EC1a (ec1.elbracht.net [217.73.144.99]) by ecngs.de (SurgeMail 3.8f2) with ESMTP id 1777227-1922481 for multiple; Tue, 16 Oct 2007 12:05:54 +0200 From: "d_elbracht" To: "'Eric Anderson'" References: <008801c80e65$47cbe650$639049d9@EC1a> <00cb01c80f04$50b11ed0$639049d9@EC1a> <47137634.1010703@freebsd.org> Date: Tue, 16 Oct 2007 12:05:23 +0200 Message-ID: <000b01c80fdc$12582f10$639049d9@EC1a> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <47137634.1010703@freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgPN6GqbK/sjYCaTtGAOMP49/u7+wAo/O0w Cc: freebsd-stable@freebsd.org, 'Ivan Voras' , freebsd-geom@freebsd.org Subject: AW: Re: AW: g_vfs_done():da3s1a[READ(offset=81064794762854400, length=8192)]error = 5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 10:05:35 -0000 > > One basic question to ask: where does the value for offset= in > > g_vfs_done() come from ? > >>From the time the error shows up in syslog I believe, the error only > > happens, when a file get's appended. > > I wonder if (wild guess follows) there's a 32/64 bit > conversion problem somewhere, like a 32bit number cast as > 64bit or something. > > I'd like to see a full trace to see what path it takes. > Maybe putting a > panic in the error path would be worth doing. > can you give me some hints please how to do this ? I'm willing to try about everything to get this problem nailed down. Dieter