From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2XOB-0004WZ-UD for qemu-devel@nongnu.org; Wed, 12 Dec 2007 14:37:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2XO9-0004UO-V5 for qemu-devel@nongnu.org; Wed, 12 Dec 2007 14:37:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2XO9-0004U9-Kr for qemu-devel@nongnu.org; Wed, 12 Dec 2007 14:37:01 -0500 Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2XO9-0005iW-7Q for qemu-devel@nongnu.org; Wed, 12 Dec 2007 14:37:01 -0500 Message-ID: <47603857.8090402@mail.berlios.de> Date: Wed, 12 Dec 2007 20:36:55 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Bug][PATCH] Fatal error caused by wrong memory access References: <460FE571.2060000@mail.berlios.de> <462682F7.30600@mail.berlios.de> <475092E0.30308@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 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 andrzej zaborowski schrieb: > On 30/11/2007, Stefan Weil wrote: > >> What about my bug report? Up to now I got no replies. >> >> Please include the patch in CVS HEAD - or tell me why you won't do so. >> > > Please check that you can still reproduce the error. pbrook explains > that tb->size cannot be zero unless there's a bug elsewhere, and there > was such a bug on MIPS but only until r97 of target-mips/translate.c. > > Regards Thank you for your answer. I checked with current HEAD (1) and with HEAD + reversed patch from r96-r97 (2). Only (2) is buggy, so it was this bug on MIPS which was fixed five months after my first bug report. Regards Stefan