From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 21:56:58 2004 Return-Path: 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 6412416A4CE for ; Tue, 23 Mar 2004 21:56:58 -0800 (PST) Received: from www.mcmanis.com (www.mcmanis.com [66.125.189.29]) by mx1.FreeBSD.org (Postfix) with SMTP id 2629D43D2F for ; Tue, 23 Mar 2004 21:56:58 -0800 (PST) (envelope-from cmcmanis@mcmanis.com) Received: (qmail 48985 invoked from network); 24 Mar 2004 06:07:06 -0000 Received: from home.mcmanis.com (HELO manowar.mcmanis.com) (66.125.189.30) by www.mcmanis.com with SMTP; 24 Mar 2004 06:07:06 -0000 Message-Id: <6.0.0.22.2.20040323215905.03d63218@66.125.189.29> X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 23 Mar 2004 22:01:40 -0800 To: "Jesse A. Coddington" , From: Chuck McManis In-Reply-To: <005001c410e5$2d63b1c0$6400a8c0@LAPTOP> References: <005001c410e5$2d63b1c0$6400a8c0@LAPTOP> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: FreeBSD 4.9 freezes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 05:56:58 -0000 Interesting, I was playing around with KDE and compiled the Kjewel source code (its a tetris clone). When I run it, it doesn't have its puzzle pieces, but it also causes the entire window system to completely lock up. No keyboard events appear to be getting through. If I telnet into the system and kill -9 the process, everything comes back to normal. Its a very strange thing that a user process should be able to do that... (this is 4.9 w/ KDE 3.2) --Chuck