From owner-freebsd-emulation@FreeBSD.ORG Wed Feb 8 13:26:45 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 69F1B16A420 for ; Wed, 8 Feb 2006 13:26:45 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (Qc80c.q.pppool.de [89.53.200.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CE043D48 for ; Wed, 8 Feb 2006 13:26:39 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id B2870119CD7 for ; Wed, 8 Feb 2006 14:26:22 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-emulation@freebsd.org Date: Wed, 8 Feb 2006 14:26:15 +0100 User-Agent: KMail/1.8.3 References: <200602061914.k16JEdp1024396@gate.bitblocks.com> <200602062115.36615.frank@barda.agala.net> <20060206211642.GB78323@dan.emsphone.com> In-Reply-To: <20060206211642.GB78323@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602081426.16759.frank@barda.agala.net> 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: Wed, 08 Feb 2006 13:26:45 -0000 Hi, am Montag, 6. Februar 2006 22:16 schrieb Dan Nelson: > 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. Thank you. I did a verry ugly hotfix, but I hope that the problem gets solved in a future releasy of qemu. -- Bye Frank