From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 6 21:17:21 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9158A16A420 for ; Mon, 6 Feb 2006 21:17:21 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0748143D68 for ; Mon, 6 Feb 2006 21:17:18 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id k16LGgp5042040; Mon, 6 Feb 2006 15:16:42 -0600 (CST) (envelope-from dan) Date: Mon, 6 Feb 2006 15:16:42 -0600 From: Dan Nelson To: "Frank J. Beckmann" Message-ID: <20060206211642.GB78323@dan.emsphone.com> References: <200602061914.k16JEdp1024396@gate.bitblocks.com> <200602062115.36615.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602062115.36615.frank@barda.agala.net> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-emulation@freebsd.org Subject: Re: qemu dumps core with option -nographic X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 21:17:21 -0000 In the last episode (Feb 06), Frank J. Beckmann said: > am Montag, 6. Februar 2006 20:14 schrieb Bakul Shah: > > A work around is to add > > -parallel pty > > That doens't work. Qemu exits immediately. > > > The latest qemu from ports seems to work fine -- no need for any > > workaround. > > It is the latest version from the ports that crashes. Also crashes on 5.4 for me. Seems to be due to something not setting the width and height of the display, which ends up causing a seg fault at console.c:502 because s->cells points to whatever placeholder pointer malloc returns when an app asks malloc() for a 0-byte chunk. -- Dan Nelson dnelson@allantgroup.com