From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 5 11:30:06 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FC7216A49E for ; Sat, 5 Jan 2008 11:30:06 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3EC13C4D3; Sat, 5 Jan 2008 11:30:04 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <477F6A3B.9000204@FreeBSD.org> Date: Sat, 05 Jan 2008 12:30:03 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Simeon Nifos References: <146634.75874.qm@web56514.mail.re3.yahoo.com> In-Reply-To: <146634.75874.qm@web56514.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org Subject: Re: FreeBSD 7.0 RC1 AMD64 freezes when compiling in ext2fs partition X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 11:30:06 -0000 Simeon Nifos wrote: > Hello, > > I would like to report a strange behaviour of > FreeBSD AMD64 ver. 7.0 RC1. I installed it on a > Laptop with Intel Core 2 Duo CPU. Everything default. > I have an ext2fs partition > where I store all installed compilers and libraries. > I changed directory to my ext3 (ext2fs) partition > and I started compiling one of my libraries. The > system Hanged. I repeated the same thing with several > other libraries (ATLAS(BLAS), LAPACK, ...) and > > everytime > the system hanged. Then I copied the sources to /usr > and I compiled them there. No problem. Everything was > fine > there. > > > There was a similar problem in the past and it was supposed to be fixed in 6.2. Maybe now for some reason it came back to life. It is very easy to repeat. Just mount an ext2fs partition copy some large source code and try to compile it there. http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Kris