From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCDe5-0004DB-Qh for qemu-devel@nongnu.org; Tue, 19 Apr 2011 12:19:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCDe4-0004qt-JU for qemu-devel@nongnu.org; Tue, 19 Apr 2011 12:19:21 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:60757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCDe4-0004qp-HR for qemu-devel@nongnu.org; Tue, 19 Apr 2011 12:19:20 -0400 Received: by vws17 with SMTP id 17so5204464vws.4 for ; Tue, 19 Apr 2011 09:19:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110419154843.GA12224@afflict.kos.to> References: <4DAD53B5.9040001@samsung.com> <20110419154843.GA12224@afflict.kos.to> Date: Tue, 19 Apr 2011 17:19:19 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH/RFC] Port Wine preloader to QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Mike McCormack , qemu-devel@nongnu.org, Scratchbox-devel@lists.scratchbox.org On 19 April 2011 16:48, Riku Voipio wrote: > On Tue, Apr 19, 2011 at 06:19:49PM +0900, Mike McCormack wrote: >> =C2=A0* modifying do_brk to not use MAP_FIXED - causes an out of memory >> =C2=A0 =C2=A0failure rather than a crash > > Have you tried the patch posted by Peter Maydell yesterday: > > =C2=A0http://www.mail-archive.com/qemu-devel@nongnu.org/msg61733.html That will presumably get the out-of-memory failure as Mike says :-) I think that's an improvement over crashing, in the short term... -- PMM