From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 10:57:48 2005 Return-Path: X-Original-To: current@freebsd.org 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 2B48216A41F for ; Thu, 27 Oct 2005 10:57:48 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18EE43D45 for ; Thu, 27 Oct 2005 10:57:47 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-245.dynamic.qsc.de [212.202.37.245]) by efacilitas.de (Postfix) with ESMTP id AB96E4B185; Thu, 27 Oct 2005 13:05:09 +0200 (CEST) Received: from [192.168.1.4] (syn.local [192.168.1.4]) by eurystheus.local (Postfix) with ESMTP id 8BF53332F48; Thu, 27 Oct 2005 12:56:58 +0200 (CEST) Message-ID: <4360B263.1070802@cs.tu-berlin.de> Date: Thu, 27 Oct 2005 12:56:35 +0200 From: Bjoern Koenig User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <435F2BCE.1040704@cs.tu-berlin.de> <20051026073915.GA77249@xor.obsecurity.org> In-Reply-To: <20051026073915.GA77249@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: current@freebsd.org Subject: Re: deadlocks with SMP and Pentium 3 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: Thu, 27 Oct 2005 10:57:48 -0000 Kris Kennaway wrote: > You need to break to DDB, trace processes and examine lock state with > commands like 'show alllocks' and 'show lockedvnods' to see what is > going on. Unfortunately the machine freezes completely and I can't break to the debugger anymore. It happens absolutely unforeseen, therefore I can't examine states shortly before it freezes. I run several instances of 'unixbench shell' and 'ubench -c'; sometimes it takes a few seconds and sometimes 10 minutes until the machine stops working. I like to except hardware failures, because FreeBSD 4.11 and Windows Server 2003 run under high load without problems for several hours. I'll spend some more time. Thanks Björn