From owner-freebsd-current@FreeBSD.ORG Wed Jul 25 14:12:58 2012 Return-Path: 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 6A2AE106564A for ; Wed, 25 Jul 2012 14:12:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id E787B8FC0C for ; Wed, 25 Jul 2012 14:12:57 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 297805327; Wed, 25 Jul 2012 16:12:47 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 25 Jul 2012 16:13:04 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <20120725195408.732d59b6@AMD620.ovitrap.com> In-Reply-To: <20120725195408.732d59b6@AMD620.ovitrap.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207251613.04300.hselasky@c2i.net> Cc: Erich Dollansky Subject: Re: machine freezes when using USB disk and X 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: Wed, 25 Jul 2012 14:12:58 -0000 On Wednesday 25 July 2012 14:54:08 Erich Dollansky wrote: > Hi, > > I have strange problem which I can reproduce. > > When I copy some 100GB to a disk via USB when X is not active, it works > without any problems. > > When I copy some 100GB to a disk via USB when X is running, the machine > freezes. It does not react to keyboard, mouse and network actions. > > When I use only X on the same machine and do the same copy via network, > the machine behaves as expected. > > What could I do to locate the problem? > > Erich > > PS > > uname says: > > FreeBSD AMD620.ovitrap.com 10.0-CURRENT FreeBSD 10.0-CURRENT #38: Sat > Jul 21 06:58:49 WIT 2012 You might want to check what interrupts are shared. Might be an IRQ problem. --HPS