From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbQ3g-0000CT-RC for qemu-devel@nongnu.org; Mon, 14 Sep 2015 05:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbQ3c-0006Km-Sd for qemu-devel@nongnu.org; Mon, 14 Sep 2015 05:28:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbQ3c-0006KZ-OA for qemu-devel@nongnu.org; Mon, 14 Sep 2015 05:28:16 -0400 References: <33183CC9F5247A488A2544077AF1902086EF561B@SZXEMA503-MBS.china.huawei.com> From: Paolo Bonzini Message-ID: <55F6932A.4010307@redhat.com> Date: Mon, 14 Sep 2015 11:28:10 +0200 MIME-Version: 1.0 In-Reply-To: <33183CC9F5247A488A2544077AF1902086EF561B@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Question] QEMU 2.3 Assertion with `existing->mr->subpage || existing->mr == &io_mem_unassigned' failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , "qemu-devel@nongnu.org" Cc: "Huangpeng (Peter)" On 14/09/2015 10:01, Gonglei (Arei) wrote: > [2015-09-11 13:42:44] domain is rebooting > qemu-kvm: /home/abuild/rpmbuild/BUILD/qemu-kvm-2.3.0/exec.c:1188: register_subpage: Assertion `existing->mr->subpage || existing->mr == &io_mem_unassigned' failed. > [2015-09-11 13:42:58]: shutting down > > Or > qemu-kvm: /home/abuild/rpmbuild/BUILD/qemu-kvm-2.3.0/include/qemu/int128.h:22: int128_get64: Assertion `!a.hi' failed. You need to provide a backtrace. Paolo