From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xulwb-0002XW-HD for qemu-devel@nongnu.org; Sat, 29 Nov 2014 12:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XulwW-0006qo-Oc for qemu-devel@nongnu.org; Sat, 29 Nov 2014 12:36:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XulwW-0006qk-Go for qemu-devel@nongnu.org; Sat, 29 Nov 2014 12:36:24 -0500 Date: Sat, 29 Nov 2014 19:36:18 +0200 From: "Michael S. Tsirkin" Message-ID: <20141129173618.GI22746@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] master: intermittent acpi-test failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote: > On 27 May 2014 at 22:38, Peter Maydell wrote: > > I'm seeing this test failure intermittently on 'make check': > > > > ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed > > (signature == SIGNATURE): (0x00000000 == 0x0000dead) > > GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053 > > > > (32 bit ARM host, in case that makes a difference.) > > > > Any ideas? It looks from the test as if this may just be > > that the test is coded to assume a faster machine, which > > is a bit unfortunate. > > These failures are back after a long period of not > being a problem :-( > > -- PMM My guess is VM fails to boot from disk for some reason. Could you trigger a screenshot after this happens? -- MST