From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLhTc-0001NS-4W for qemu-devel@nongnu.org; Wed, 23 Jul 2008 12:46:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLhTb-0001Me-F6 for qemu-devel@nongnu.org; Wed, 23 Jul 2008 12:46:07 -0400 Received: from [199.232.76.173] (port=34036 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLhTb-0001MS-B0 for qemu-devel@nongnu.org; Wed, 23 Jul 2008 12:46:07 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:52608) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLhTb-0002uQ-4M for qemu-devel@nongnu.org; Wed, 23 Jul 2008 12:46:07 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1798376rvb.22 for ; Wed, 23 Jul 2008 09:46:06 -0700 (PDT) Message-ID: Date: Wed, 23 Jul 2008 18:46:06 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Qemu hangs on windows In-Reply-To: <566555.11493.qm@web94803.mail.in2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <566555.11493.qm@web94803.mail.in2.yahoo.com> 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 2008/7/22 sathish kumar : > Thanks for the response. > > i tried according to your suggestion. > > Still it hangs. So that's a different problem than I had. Is your guest kernel hanging or is all of qemu hanging? (as in ctrl-alt-2 doesn't work anymore). Is it always reproducible and always hangs in the same place? If so then just connect gdb and the backtrace should tell you what's wrong. Regards