From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH4Ka-0006EA-59 for qemu-devel@nongnu.org; Mon, 11 Oct 2004 13:51:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH4KZ-0006Dy-PM for qemu-devel@nongnu.org; Mon, 11 Oct 2004 13:51:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH4KZ-0006Dv-MR for qemu-devel@nongnu.org; Mon, 11 Oct 2004 13:51:31 -0400 Received: from [195.250.128.73] (helo=smtp1.vol.cz) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CH4D9-0001Ks-Iu for qemu-devel@nongnu.org; Mon, 11 Oct 2004 13:43:52 -0400 Received: from [83.148.1.195] (a1prg-435.dialup.vol.cz [83.148.1.195]) by smtp1.vol.cz (8.12.9p2/8.12.9) with ESMTP id i9BHhkDV052990 for ; Mon, 11 Oct 2004 19:43:46 +0200 (CEST) (envelope-from xnavara@volny.cz) Message-ID: <416AC656.1070003@volny.cz> Date: Mon, 11 Oct 2004 19:43:50 +0200 From: Filip Navara MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SB16 bug 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 Hi, since the malc's audio patch was commited I can't run QEMU on Win32 anymore. It always crashes and GDB is to no help (backtrace shows only "00000000"). Anybody has the same problem? One thing that is surely wrong is the line 998 in sb16.c: for (i = 0; 4 < 4; i++) { It should be for (i = 0; i < 4; i++) { Regards, Filip