From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPcG2-0000g2-MW for qemu-devel@nongnu.org; Wed, 21 Jan 2009 07:32:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPcFz-0000cE-Kb for qemu-devel@nongnu.org; Wed, 21 Jan 2009 07:32:33 -0500 Received: from [199.232.76.173] (port=59997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPcFz-0000bv-87 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 07:32:31 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:36749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPcFy-0004Fm-LT for qemu-devel@nongnu.org; Wed, 21 Jan 2009 07:32:30 -0500 Message-ID: <497714E4.5050206@eu.citrix.com> Date: Wed, 21 Jan 2009 12:28:20 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: More displaystate fallout? References: <20090118231436.GA9565@saturn.kn-bremen.de> <20090120231248.GA13951@saturn.kn-bremen.de> <437083beafc472e92354fb05f211b149@iem.pw.edu.pl> In-Reply-To: <437083beafc472e92354fb05f211b149@iem.pw.edu.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: freebsd-emulation@FreeBSD.org Jędrzej Kalinowski wrote: > Thanks for your tip - I get this trace: > > #0 0x000000080121179c in free () from /lib/libc.so.7 > #1 0x0000000801082d1e in _nc_freewin () from /lib/libncurses.so.7 > #2 0x000000000048219a in curses_calc_pad () at curses.c:72 > #3 0x0000000000463c16 in console_select (index=Variable "index" is not > available. > ) at console.h:162 > #4 0x00000000004828e9 in curses_refresh (ds=0x80220e140) at curses.c:227 > #5 0x00000000004081e6 in gui_update (opaque=0x80d254300) at console.h:180 > #6 0x00000000004072ac in qemu_run_timers (ptimer_head=0xa591b0, > current_time=330803229) at > /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:1222 > #7 0x0000000000409547 in main_loop_wait (timeout=Variable "timeout" is not > available. > ) at /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:3702 > #8 0x000000000040cb3f in main (argc=5, argv=0x7fffffffeaa8, envp=Variable > "envp" is not available. > ) at /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:3851 > > So it's somewhat related to ncurses - but my older snapshot still works > fine, and doesn't crash in monitor/serial view. > I am able to reproce this bug, I am on it.