From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZkb9-0005Pr-El for qemu-devel@nongnu.org; Tue, 07 May 2013 12:18:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZkb6-000217-Pl for qemu-devel@nongnu.org; Tue, 07 May 2013 12:18:39 -0400 Received: from gmplib-02.nada.kth.se ([130.237.222.242]:54241 helo=shell.gmplib.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZkb6-00020h-In for qemu-devel@nongnu.org; Tue, 07 May 2013 12:18:36 -0400 References: <8661yvqasu.fsf@shell.gmplib.org> <20130507155048.GN5000@ohm.aurel32.net> From: Torbjorn Granlund Sender: tg@gmplib.org Date: Tue, 07 May 2013 18:18:34 +0200 In-Reply-To: <20130507155048.GN5000@ohm.aurel32.net> (Aurelien Jarno's message of "Tue\, 7 May 2013 17\:50\:48 +0200") Message-ID: <86bo8mpxut.fsf@shell.gmplib.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Reporting Heisenbugs in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Aurelien Jarno writes: Which version of QEMU are you using? This looks like a bug that has appeared in version 1.3.0 and fixed in version 1.4.1. The corresponding commit in master is 52ae646d4a3ebdcdcc973492c6a56f2c49b6578f I cannot tell exactly, since I didn't keep sources to each qemu compile. The compile for mips64e{l,b} is from 2013-03-06, the sources are not much older. Older qemu versions determinisitcally crashed for GMP's "make check" target for both mips64 targets. (I cannot recall exactly how qemu crashed, I think it might have been an abort trap.) The compile for sparc32 is from 2013-03-19. I now updated these systems to a qemu build, and will re-enable testing. (Results tomorrow.) --=20 Torbj=C3=B6rn