From owner-freebsd-current Tue Oct 22 12:16:45 2002 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 6205537B401; Tue, 22 Oct 2002 12:16:43 -0700 (PDT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5ED43E3B; Tue, 22 Oct 2002 12:16:37 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0482.cvx21-bradley.dialup.earthlink.net ([209.179.193.227] helo=mindspring.com) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1844Vp-0006WY-00; Tue, 22 Oct 2002 12:16:21 -0700 Message-ID: <3DB5A3BD.77138903@mindspring.com> Date: Tue, 22 Oct 2002 12:15:09 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: kalts@estpak.ee Cc: Maxime Henrion , Vitaly Markitantov , jhb@freebsd.org, current@freebsd.org Subject: Re: smbfs broken? References: <20021022110135.GA31643@iron.del.local> <20021022112320.GF26605@elvis.mu.org> <20021022142954.GA3206@tiiu.internal> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Vallo Kallaste wrote: > On Tue, Oct 22, 2002 at 04:23:20AM -0700, Maxime Henrion > wrote: > > [snip] > > It would help a lot if you could provide a traceback. > > This is the one I'm seeing everytime while trying to copy file from > ro smbfs mount. -current is about four days old, smbfs.ko _is_ > compiled with -DSMP and in sync with kernel. [ ... ] Everyone is reporting a bug similar to this; it is probably a problem in the memory allocator. > #11 0xc039b272 in trap_pfault (frame=0xdf9b6724, usermode=0, eva=2) > at ../../../i386/i386/trap.c:760 > #12 0xc039ace2 in trap (frame= > {tf_fs = -1053753320, tf_es = 16, tf_ds = -543490032, tf_edi = -1001077964, tf_esi = -543463582, tf_ebp = -543463580, tf_isp = -543463600, tf_ebx = 0, tf_edx = -543461984, tf_ecx = 0, tf_eax = 14, tf_trapno = 12, tf_err = 0, tf_eip = 2, tf_cs = 8, tf_eflags = 66178, tf_esp = -543463520, tf_ss = -1001019794}) > at ../../../i386/i386/trap.c:446 > #13 0xc0383f58 in calltrap () at {standard input}:99 > #14 0xc455a66e in ?? () > #15 0xc455a072 in ?? () > #16 0xc4559e87 in ?? () > #17 0xc45609f8 in ?? () If you are running the smbfs.ko, either load the module symbols into gdb before asking for the traceback, or statically compile SMBFS into the kernel. We need the intermediate code. > #18 0xc035947d in vnode_pager_getpages (object=0x0, m=0x0, count=0, reqpage=0) ...though the fact that this happened agains the vn device on an SMBFS from a file write is pretty indicative that you are running a vnconfig'ed device on top of an SMBFS file. This is probably not a good thing to do. It would be nice if you could give us more information as to exactly what it is you are doing, logically, to cause this problem; as things sit, it seems you are doing some evil things. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message