From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 12:33:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9581416A41F for ; Sat, 1 Oct 2005 12:33:20 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C102B43D66 for ; Sat, 1 Oct 2005 12:33:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8945 invoked from network); 1 Oct 2005 12:33:17 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Oct 2005 12:33:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 32D1841; Sat, 1 Oct 2005 08:33:16 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Jakob Breivik Grimstveit References: <20050930112833.4fc7ae78@corona.grimstveit.no> From: Lowell Gilbert Date: 01 Oct 2005 08:33:16 -0400 In-Reply-To: <20050930112833.4fc7ae78@corona.grimstveit.no> Message-ID: <44psqpfmcz.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: Complete hangs while extracting source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 12:33:20 -0000 Jakob Breivik Grimstveit writes: > My entire system stops completely while unpacking large tar files, like when > building OpenOffice2.0-devel. Sound goes into a loop with a timeframe of > 0.001 seconds, mouse pointer stops responding, everything goes to a halt. > This lasts about 0.5 seconds, then it starts working again, and then halts > again and so on, until the tarfile is completely uncompressed. > > Is this expected behaviour? Is it a broken scheduler? Am I incuding something > in the kernel which I shouldn't have? Sounds more like an interrupt issue. > [jakobbg@nusse conf]$ grep -i sched /usr/src/sys/i386/conf/NUSSE > options SCHED_4BSD # 4BSD scheduler > options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions > [jakobbg@nusse conf]$ uname -a > FreeBSD nusse.starshipping.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #17: Tue Sep 13 19:31:11 CEST 2005 root@nusse.starshipping.com:/usr/obj/usr/src/sys/NUSSE i386 Are you seeing interrupt storms? What kind of controller are you using on that hard disk, and is anything else sharing the same interrupt?