From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEWmv-0006Tb-Lj for qemu-devel@nongnu.org; Mon, 04 Oct 2004 13:38:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEWmv-0006TP-8F for qemu-devel@nongnu.org; Mon, 04 Oct 2004 13:38:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEWmu-0006TM-T5 for qemu-devel@nongnu.org; Mon, 04 Oct 2004 13:38:17 -0400 Received: from [212.227.126.173] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEWfn-0002jX-SP for qemu-devel@nongnu.org; Mon, 04 Oct 2004 13:30:56 -0400 Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CEWfn-00055o-00 for qemu-devel@nongnu.org; Mon, 04 Oct 2004 19:30:55 +0200 Received: from [83.169.139.51] (helo=zimmer.altersheim.de) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1CEWfn-0000tT-00 for qemu-devel@nongnu.org; Mon, 04 Oct 2004 19:30:55 +0200 From: Alexander Opitz Date: Mon, 4 Oct 2004 19:41:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410041941.09059.opi@le-bit.de> Subject: [Qemu-devel] qemu-fast SIGSEGV Reply-To: opi@le-bit.de, 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 Same System, new crash. This time starting with qemu-fast. (gdb) run Starting program: /a/qemu/i386/qemu-fast -hda /a/disc1/debian-3.0r0.img -cdrom /a/disc/debian.iso -boot c Connected to host network interface: tun0 Detaching after fork from child process 4888. Program received signal SIGSEGV, Segmentation fault. console_putchar (s=0xab000f20, ch=81) at /a/qemu/console.c:502 502 c->ch = ch; (gdb) bt #0 console_putchar (s=0xab000f20, ch=81) at /a/qemu/console.c:502 #1 0xa800ba16 in console_puts (chr=0x0, buf=0xa8211ea0 "QEMU 0.6.1 monitor - type 'help' for more information\n", len=54) at /a/qemu/console.c:587 #2 0xa800121c in qemu_chr_write (s=0x0, buf=0x0, len=0) at /a/qemu/vl.c:965 #3 0xa8006c66 in term_flush () at /a/qemu/monitor.c:69 #4 0xa8006cba in term_puts (str=0xbfffe1c6 "") at /a/qemu/monitor.c:85 #5 0xa8006d10 in term_vprintf (fmt=0x0, ap=0x0) at /a/qemu/monitor.c:93 #6 0xa8006d37 in term_printf (fmt=0x0) at /a/qemu/monitor.c:100 #7 0xa8009217 in monitor_init (hd=0xab000ef0, show_banner=1) at /a/qemu/monitor.c:1895 #8 0xa8004689 in main (argc=7, argv=0xbffff8d4) at /a/qemu/vl.c:3294 (gdb)