From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEG4y-0008FS-PK for qemu-devel@nongnu.org; Sun, 03 Oct 2004 19:47:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEG4y-0008F2-98 for qemu-devel@nongnu.org; Sun, 03 Oct 2004 19:47:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEG4y-0008Ez-65 for qemu-devel@nongnu.org; Sun, 03 Oct 2004 19:47:48 -0400 Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEFxz-0005lU-4v for qemu-devel@nongnu.org; Sun, 03 Oct 2004 19:40:35 -0400 Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CEFxy-0007Ge-00 for qemu-devel@nongnu.org; Mon, 04 Oct 2004 01:40:34 +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 1CEFxy-0000RA-00 for qemu-devel@nongnu.org; Mon, 04 Oct 2004 01:40:34 +0200 From: Alexander Opitz Date: Mon, 4 Oct 2004 01:50:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410040150.49551.opi@le-bit.de> Subject: [Qemu-devel] crash (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 Hi, I'm trying to install from a debian.iso to an hdd image file inside qemu. starting qemu: gdb --args /a/qemu/i386-softmmu/qemu -hda /a/disc1/debian-3.0r0.img -cdrom/a/disc/debian.iso -boot d gdb output: (gdb) run Starting program: /a/qemu/i386-softmmu/qemu -hda /a/disc1/debian-3.0r0.img -cdro [Thread debugging using libthread_db enabled] [New Thread 1077088384 (LWP 23971)] Connected to host network interface: tun0 Detaching after fork from child process 23975. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1077088384 (LWP 23971)] 0x09a657a0 in ?? () (gdb) bt #0 0x09a657a0 in ?? () #1 0x08094b03 in cpu_x86_exec (env1=0x8f333d0) at /a/qemu/cpu-exec.c:545 #2 0x0804dd11 in main_loop () at /a/qemu/vl.c:2463 #3 0x0804eb3b in main (argc=-956097136, argv=0xc4e62240) at /a/qemu/vl.c:3392 (gdb) This happens while the debian installer tries to install the debian ground system. If you need more info ... mail me ;) Greetings Alex// PS: Why I can't use the latest bios from bochs? If I do so, then it crashs with segfault.