From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiMv3-0002IP-I1 for qemu-devel@nongnu.org; Sun, 06 Apr 2008 00:55:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiMv1-0002ID-R3 for qemu-devel@nongnu.org; Sun, 06 Apr 2008 00:55:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiMv1-0002IA-Lb for qemu-devel@nongnu.org; Sun, 06 Apr 2008 00:55:51 -0400 Received: from wr-out-0506.google.com ([64.233.184.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiMv1-000346-CJ for qemu-devel@nongnu.org; Sun, 06 Apr 2008 00:55:51 -0400 Received: by wr-out-0506.google.com with SMTP id c49so671709wra.19 for ; Sat, 05 Apr 2008 21:55:50 -0700 (PDT) Message-ID: <47F857CB.1000502@gmail.com> Date: Sun, 06 Apr 2008 00:55:39 -0400 From: Jake Myers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU refusing to die on FreeBSD host Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, On FreeBSD 7-STABLE, qemu refuses to exit even after the window is closed. It is stuck so badly that even kill -9 fails to stop it. I looked in top to see what it was doing that would cause it to lock so badly: PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 34859 root 1 -8 20 433M 416M devdrn 9:49 0.00% qemu I believe the problem is that qemu for some reason refuses to stop trying to use the kqemu device. I am running the latest qemu (0.9.1). I can provide a backtrace on request (I'm really busy right now with other things, so I didn't have time to attach one). Regards Jacob Myers