From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQoCm-0003O3-8j for qemu-devel@nongnu.org; Thu, 20 May 2004 10:07:28 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQoC6-0003De-GW for qemu-devel@nongnu.org; Thu, 20 May 2004 10:07:17 -0400 Received: from [193.252.22.25] (helo=mwinf0602.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQoC1-0003Cz-Tm for qemu-devel@nongnu.org; Thu, 20 May 2004 10:06:46 -0400 Received: from bellard.org (ATuileries-112-1-2-219.w80-14.abo.wanadoo.fr [80.14.188.219]) by mwinf0602.wanadoo.fr (SMTP Server) with ESMTP id 289545400365 for ; Thu, 20 May 2004 16:06:41 +0200 (CEST) Message-ID: <40ACBBFD.50705@bellard.org> Date: Thu, 20 May 2004 16:09:01 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu segfault References: <40AC966D.1030800@ums.usu.ru> In-Reply-To: <40AC966D.1030800@ums.usu.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Alexander E. Patrakov wrote: > To reproduce the segfault: > > Downolad the image of RedHat 7.0 boot floppy: > > http://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/images/boot.img > > Execute qemu with the following command line: > > /usr/local/bin/qemu -fda boot.img -m 32 -boot a > > Then press Enter in the boot loader screen. qemu will segfault. The > segfault does not happen with qemu-fast. > > Any response will be appreciated, a fix will be appreciated even more. > The best is if you fix it and create a small testcase for regression tests. It is fixed in the CVS version. Fabrice.