From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLzwu-0008WA-SC for qemu-devel@nongnu.org; Mon, 16 May 2011 11:43:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLzwu-0004Qp-4F for qemu-devel@nongnu.org; Mon, 16 May 2011 11:43:12 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:53054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLzwu-0004Qb-1A for qemu-devel@nongnu.org; Mon, 16 May 2011 11:43:12 -0400 Received: by iwl42 with SMTP id 42so4742740iwl.4 for ; Mon, 16 May 2011 08:43:10 -0700 (PDT) Date: Mon, 16 May 2011 10:43:01 -0500 From: Jonathan Nieder Message-ID: <20110516154301.GA25150@elie> References: <1288876539-8300-1-git-send-email-kwolf@redhat.com> <1288876539-8300-4-git-send-email-kwolf@redhat.com> <20110516111926.GA7928@elie> <4DD13EFF.80000@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DD13EFF.80000@redhat.com> Subject: Re: [Qemu-devel] [regression] qemu-system-arm: segfault in lsi_do_command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Kevin Wolf wrote: > Your instructions seemed clear enough, so I tried to reproduce your > problem. Now I have an ARM VM with a Debian installation that works just > fine and I have no idea what to use it for. ;-) So I was puzzled about this for a while, but then I had a flash of inspiration: unset MALLOC_PERTURB_ reproduction-script; # no segfault MALLOC_PERTURB_=37 export MALLOC_PERTURB_ reproduction-script; # segfaults Thanks. Sorry, it's easy to forget.