From owner-freebsd-stable@FreeBSD.ORG Thu Jun 29 01:13:33 2006 Return-Path: X-Original-To: freebsd-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 3DE6416A407 for ; Thu, 29 Jun 2006 01:13:33 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from mail.clickfox.com (cffw1.clickfox.com [72.16.213.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B739843DE0 for ; Thu, 29 Jun 2006 01:13:32 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MIME_VERSION, __CT, __CTYPE_CHARSET_QUOTED, __CT_TEXT_PLAIN, __CTE, __MIME_TEXT_ONLY' thread-index: AcabGfKS+Sw9FyZqQYW4+5yD3gxScQ== X-PMWin-Version: 2.5.1s, Antispam-Engine: 2.4.0, Antivirus-Engine: 2.34.3 Received: from [10.20.30.156] ([72.16.213.34]) by mail.clickfox.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Wed, 28 Jun 2006 21:18:37 -0400 Message-ID: <44A32939.8040104@alumni.rice.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Content-Class: urn:content-classes:message Importance: normal Priority: normal Date: Wed, 28 Jun 2006 21:13:29 -0400 From: "Jonathan Noack" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "User Freebsd" References: <20060628211703.Y43909@ganymede.hub.org> <20060628211837.L43909@ganymede.hub.org> In-Reply-To: <20060628211837.L43909@ganymede.hub.org> Content-Type: text/plain; format=flowed; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Jun 2006 01:18:37.0221 (UTC) FILETIME=[F2894D50:01C69B19] Cc: freebsd-stable@freebsd.org Subject: Re: Expensive timeout? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 01:13:33 -0000 Please don't top-post... User Freebsd wrote: > On Wed, 28 Jun 2006, User Freebsd wrote: >> Just got this on the console of one of hte servers that has been >> causing problems ... >> >> Expensive timeout(9) function: 0xc0520e18(0xc8b223a0) 0.296959250 s >> >> not a very informative error, and that is all that was there, nothing >> before, nothing after ... > > Oh, wait, does this have something to do with the Deadlock options I > just added to the kernel? Yes, if you look in /sys/kern/kern_timeout.c you'll note that the "Expensive timeout(9) function" printf is inside an "#ifdef DIAGNOSTIC". -Jonathan