From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 21 15:57:58 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0204106566B for ; Tue, 21 Oct 2008 15:57:58 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id B41988FC18 for ; Tue, 21 Oct 2008 15:57:58 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 2970911A11; Wed, 22 Oct 2008 01:57:56 +1000 (EST) Received: (from dommail.onthenet.com.au [192.100.104.17]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with HTTP/1.1 id EKM92209 (AUTH peterg@ptree32.com.au); Wed, 22 Oct 2008 01:57:14 +1000 (EST) From: Peter Grehan To: Justin Hibbits , freebsd-ppc@freebsd.org X-Mailer: Mirapoint Webmail Direct 3.8.6-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20081022015714.EKM92209@dommail.onthenet.com.au> Date: Wed, 22 Oct 2008 01:57:14 +1000 (EST) Cc: Subject: Re: graphics on G4 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 15:57:59 -0000 Hi Justin, >An oddity I've found with FreeBSD/ppc on my G4 MDD -- >when I do anything with graphics, after a while the >whole machine just hangs when I try to spawn a new >process. It's not a deterministic problem, it just >happens 'eventually', but nearly 100% of the time it >does happen The framebuffer uses a large chunk of kernel VM when mmap'd. Are you able to dump some vm stats while doing this e.g. sysctl vm.kvm_free ? later, Peter.