From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2SVG-0007Oc-JZ for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:14:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2SVE-0000qb-3m for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:14:26 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:65395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2SVD-0000qO-Tg for qemu-devel@nongnu.org; Tue, 28 Feb 2012 14:14:24 -0500 Received: by pbcuo1 with SMTP id uo1so620660pbc.4 for ; Tue, 28 Feb 2012 11:14:21 -0800 (PST) Message-ID: <4F4D2789.2070306@codemonkey.ws> Date: Tue, 28 Feb 2012 13:14:17 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4F4CC7C6.9070609@redhat.com> <20120228175914.GA28479@redhat.com> <4F4D1951.4040807@codemonkey.ws> <4F4D19C5.8030507@redhat.com> In-Reply-To: <4F4D19C5.8030507@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Memory core space reduction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel , "Michael S. Tsirkin" On 02/28/2012 12:15 PM, Avi Kivity wrote: > On 02/28/2012 08:13 PM, Anthony Liguori wrote: >> >> FWIW, I'm processing this PULL request right now and I'm seeing a SEGV >> too. The backtrace is a malloc failure in QOM. >> > > How do we reproduce this? I don't trust this bisect completely, but here are the results: 5f0e841a5c8c0bc0663e5582432eb788a3e0f9e3 is the first bad commit commit 5f0e841a5c8c0bc0663e5582432eb788a3e0f9e3 Author: Avi Kivity Date: Sun Jan 8 19:46:17 2012 +0200 ioport: change portio_list not to use memory_region_set_offset() memory_region_set_offset() will be going away soon, so don't use it. Use an alias instead. Signed-off-by: Avi Kivity Reviewed-by: Richard Henderson :100644 100644 36fa3a477ebde72de4745bf4e13ad5146f4686fd 505b252491d1d4e618a5059d75f3cb560a24c61f M ioport.c :100644 100644 ae3e9da0b5487e68a16f28c459889496160e8e16 ab29c89fb3ac6bbe72b2b622172cb9ef7c462e62 M ioport.h bisect run success Regards, Anthony Liguori