From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnVYg-0000oB-8w for qemu-devel@nongnu.org; Fri, 14 Jun 2013 11:04:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnVYW-00021C-BH for qemu-devel@nongnu.org; Fri, 14 Jun 2013 11:04:58 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:38362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnVYW-000218-5j for qemu-devel@nongnu.org; Fri, 14 Jun 2013 11:04:48 -0400 Received: by mail-pd0-f178.google.com with SMTP id w11so660794pde.37 for ; Fri, 14 Jun 2013 08:04:47 -0700 (PDT) Message-ID: <51BB310A.6070204@ozlabs.ru> Date: Sat, 15 Jun 2013 01:04:42 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1370348041-6768-1-git-send-email-pbonzini@redhat.com> <1370348041-6768-4-git-send-email-pbonzini@redhat.com> <51B96676.9010707@ozlabs.ru> <51B98A8A.5020200@ozlabs.ru> <51BAEBC4.4030607@ozlabs.ru> <51BB20F6.9090100@redhat.com> In-Reply-To: <51BB20F6.9090100@redhat.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/17] memory: add ref/unref calls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel , Avi Kivity On 06/14/2013 11:56 PM, Paolo Bonzini wrote: > Il 14/06/2013 06:09, Alexey Kardashevskiy ha scritto: >> And - crash: >> >> >> #0 object_unref (obj=0xa7a7a7a7a7a7a7a7) at >> /home/alexey/pcipassthru/qemu-impreza/qom/object.c:691 > > Dangling pointer. One ref, two unrefs probably. No, subpages (and nested MRs) are just g_free'd, it is not a result of unreferencing, that's the point. > I'm redoing the series according to Peter's request, it could fix it > automatically. When is it expected to be pushed to github? -- Alexey