From owner-freebsd-stable@FreeBSD.ORG Sat Mar 11 01:56:36 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A3E716A432 for ; Sat, 11 Mar 2006 01:56:35 +0000 (GMT) (envelope-from grafan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228134FA18 for ; Fri, 10 Mar 2006 23:32:09 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by xproxy.gmail.com with SMTP id s17so606334wxc for ; Fri, 10 Mar 2006 15:32:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bAa2u35fT0YxLoUa94geJHHlT8cUHE/ctxvJk3KuXrJ8Lxz5j8JIDJpEyEjKfKCB9bqvf0zBivA/XfTFuNvH1PNO5UfGJ86at6sq7UaV8S+JUkqORv5RZ1IrC43hW6anD4Yk/Gh5scXWs+deu28aTTWHmdFC7PCB5ZDuVcYH/fA= Received: by 10.70.90.13 with SMTP id n13mr1595683wxb; Fri, 10 Mar 2006 15:32:09 -0800 (PST) Received: by 10.70.125.17 with HTTP; Fri, 10 Mar 2006 15:32:09 -0800 (PST) Message-ID: <6eb82e0603101532x379005e2s2706fc388b2a0a7e@mail.gmail.com> Date: Fri, 10 Mar 2006 18:32:09 -0500 From: "Rong-En Fan" To: stable@freebsd.org In-Reply-To: <6eb82e0603101322q739400f4s217923640d400db4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0603100940s7d505e26w5351d708b714aefe@mail.gmail.com> <6eb82e0603101102ke9cec8lde806f466a87e7bf@mail.gmail.com> <6eb82e0603101322q739400f4s217923640d400db4@mail.gmail.com> Cc: Subject: Re: nfsclient process stucks in nfsaio 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: Sat, 11 Mar 2006 01:56:36 -0000 On 3/10/06, Rong-En Fan wrote: > With INVARIANT, WITNESS enabled, when I tried to ^C > to exit dd, it panics immediately. Some ddb & kgdb > messages below (I have KDB_TRACE, KDB_UNATTENDED). > Core file is available. Any help is appreciated :-) > > UPDATE: sometimes, I cant ^C or kill -9 the dd process even > with mpsafenet=3D0. In that situation, a panic with similar trace > as below, which is mpsafenet=3D1. Hi, After tried with SMP with different combination of debug.mpsafe{net,vm,vfs}, UP kernel, all the same. Also, I did tune options MAXDSIZ=3D(2048UL*1024*1024) options MAXSSIZ=3D(128UL*1024*1024) options DFLDSIZ=3D(2048UL*1024*1024) in my kernel. Dont know if this afftects or not. I will try remove them, and test again. Thanks, Rong-En Fan