From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2FTq-0002iJ-1a for qemu-devel@nongnu.org; Tue, 11 Dec 2007 19:29:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2FTp-0002hx-3q for qemu-devel@nongnu.org; Tue, 11 Dec 2007 19:29:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2FTo-0002ht-SS for qemu-devel@nongnu.org; Tue, 11 Dec 2007 19:29:40 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2FTo-0004QB-HK for qemu-devel@nongnu.org; Tue, 11 Dec 2007 19:29:40 -0500 Received: by ug-out-1314.google.com with SMTP id m2so451095uge.4 for ; Tue, 11 Dec 2007 16:29:39 -0800 (PST) Message-ID: Date: Wed, 12 Dec 2007 01:29:39 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [Bug][PATCH] Fatal error caused by wrong memory access In-Reply-To: <475092E0.30308@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <460FE571.2060000@mail.berlios.de> <462682F7.30600@mail.berlios.de> <475092E0.30308@mail.berlios.de> 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 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