From owner-freebsd-stable@FreeBSD.ORG Mon Jan 19 16:08:44 2009 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 D3ABE10656EC; Mon, 19 Jan 2009 16:08:44 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 98FAC8FC1F; Mon, 19 Jan 2009 16:08:44 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LOwg6-0001YY-9h; Mon, 19 Jan 2009 16:08:42 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LOwg6-000O7T-89; Mon, 19 Jan 2009 16:08:42 +0000 To: dchagin@freebsd.org In-Reply-To: <20090119132504.GA6853@dchagin.dialup.corbina.ru> Message-Id: From: Pete French Date: Mon, 19 Jan 2009 16:08:42 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: Big problems with 7.1 locking up :-( 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: Mon, 19 Jan 2009 16:08:45 -0000 > http://www.freebsd.org/cgi/query-pr.cgi?pr=130652&cat= Looks like I spoke too soon - It just locked up again I am afraid. Sitting there now at the debug prompt. It does, however, look very different this time: For example here is 'show alllocks': http://toybox.twisted.org.uk/~pete/71_alllocks2.png That shows a lot of locks in UDP - is this the kind of thing you were worried about Robert ? When I do a 'ps' there are, this time, a number of processes in the 'LL' and 'L' state. The images of the 'ps' and the traces or those locked processed are to be found here: http://toybox.twisted.org.uk/~pete/71_lock_ps3/ I tried to keep the threads which belong to each process together. What else can I get out of this lockup ? It looks like the most promising so far... -pete.