From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 18:27:09 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E7CD1065670; Mon, 22 Mar 2010 18:27:09 +0000 (UTC) (envelope-from adrenalinup@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id E00EB8FC21; Mon, 22 Mar 2010 18:27:08 +0000 (UTC) Received: by fxm24 with SMTP id 24so48974fxm.3 for ; Mon, 22 Mar 2010 11:27:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=Bl5eoW3ht/6sl+teP9YZBZVATwzG77/urPg4brHvW8Y=; b=aQoMZpC0jlGrzQ/u/xZu1pVJ2DibQfDEDyIlQZ+sYloZFJfbSJ5mbrpjyLrLXEyIrL aZv1pFYo/mooWumdPKQr2Ux/vVxkeQ5/VQoMl2x0mRRP6QD/qMg5ejietJ0cX8uTp/c5 7E+ZOEUz+RwwlPs/pm5zrz6jDnziC1kxqx9Yg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RVmdJEIOGdM6S8yMzAVuJkDnTS/G4uKEf3yu4TWBlnFFrg4FAHvLjaa2sokGBnO7tc cagC1j0b95IsABceCpX66YbfSIpfO3Tmexj35t5zkNqAtvIVDoc3Gt+gfwz/dyXcCpIP +Db3REe6j7F6KM8mh4koFW1K4uDdf80WeN610= MIME-Version: 1.0 Received: by 10.223.60.142 with SMTP id p14mr5206057fah.47.1269282427144; Mon, 22 Mar 2010 11:27:07 -0700 (PDT) In-Reply-To: References: <1242075474.72992.118.camel@hood.oook.cz> <3c1674c90906151408n6febec56m140b089b694f6e13@mail.gmail.com> <20090616073353.GZ33280@droso.net> <200906160812.04284.jhb@freebsd.org> <4A3E234F.6050403@FreeBSD.org> From: Adrenalin Date: Mon, 22 Mar 2010 19:26:47 +0100 Message-ID: To: Rick Macklem Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, current@freebsd.org Subject: Re: hang in rpccon from interrupting NFS operations (Re: pointyhat panic) 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: Mon, 22 Mar 2010 18:27:09 -0000 That's strange, after recompiling the lastest 8_0 that contain the patch ( http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/rpc/clnt_vc.c.diff?r1=1.8.2.2.2.1;r2=1.8.2.2.2.2) after 5 days it stuck again with same symptoms, I've also got some in the nfs state: FreeBSD .. 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Mar 16 22:56:51 EET 2010 ..@..:/usr/obj/usr/src/sys/MYGEN amd64 When attaching the debugger for an rpccon process, It stuck in here #0 0x000000080124051c in stat () from /lib/libc.so.7 http://img705.imageshack.us/img705/741/10032219218.png Can I do the online debug of the kernel, or how can I can help you to solve the problem ?