From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUU9-0005QS-0G for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnUU7-0003Qb-UB for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:56:12 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:38504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUU7-0003QV-Q6 for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:56:11 -0400 Received: by mail-qa0-f44.google.com with SMTP id j8so156906qah.3 for ; Fri, 14 Jun 2013 06:56:11 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51BB20F6.9090100@redhat.com> Date: Fri, 14 Jun 2013 09:56:06 -0400 From: Paolo Bonzini 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> In-Reply-To: <51BAEBC4.4030607@ozlabs.ru> 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: Alexey Kardashevskiy , qemu-devel 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. I'm redoing the series according to Peter's request, it could fix it automatically. Paolo