From owner-freebsd-current@FreeBSD.ORG Thu Jun 14 16:17:14 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E70916A476 for ; Thu, 14 Jun 2007 16:17:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id C7C3D13C448 for ; Thu, 14 Jun 2007 16:17:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l5EGGvkN003553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 14 Jun 2007 19:17:04 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l5EGGXt1003496 for ; Thu, 14 Jun 2007 19:16:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l5EGGXN3003495 for current@freebsd.org; Thu, 14 Jun 2007 19:16:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 14 Jun 2007 19:16:33 +0300 From: Giorgos Keramidas To: current@freebsd.org Message-ID: <20070614161632.GA3385@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.844, required 5, ALL_TRUSTED -1.80, AWL -0.30, BAYES_20 -0.74) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Subject: hard-lock with CPU spinning 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, 14 Jun 2007 16:17:14 -0000 If I leave my laptop idle for a long period of time, it tends to lock up with the CPU fan spinning fast (presumambly because some part of the kernel tries to acquire a lock and spins constantly for it). Unfortunately, this happens when X11 is running and I can't break into DDB to snoop around. I did notice that if I leave a terminal running: $ while true ; do \ echo -n "$(date '+%Y-%m-%d %H:%M') " ; \ tail -1 /var/log/messages ; \ sleep 10 ; \ done this works as a 'workaround' for the hardlock. The sources of /usr/src have been updated up to: 2007.06.12.15.37.17 Any ideas how I could try to debug this? - Giorgos