Date: Wed, 25 Oct 2006 00:58:35 +0200 From: "Pietro Cerutti" <pietro.cerutti@gmail.com> To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: QEMU crash Message-ID: <e572718c0610241558g6618a884t8a0d70bda20d714c@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi List, I just had a crash in QEMU while trying to boot a Xubuntu installation.... QEMU was launched with this script #!/bin/sh kldload snd_driver kldload bridge kldload kqemu sysctl net.link.ether.bridge_cfg=re0,tap0 sysctl net.link.ether.bridge.enable=1 qemu -net nic,model=rtl8139 -net tap -localtime -m 256 -boot c -soundhw pcspk,sb16,es1370 -k fr-ch -kernel-kqemu -hda xubuntu.img -no-acpi sysctl net.link.ether.bridge.enable=0 sysctl net.link.ether.bridge_cfg= kldunload kqemu kldunload bridge kldunload snd_driver and here's the output from QEMU: qemu: fatal: Trying to execute code outside RAM or ROM at 0x000ec58f EAX=00004f02 EBX=00000003 ECX=00000400 EDX=00000555 ESI=00000000 EDI=00002000 EBP=00000000 ESP=00000ffa EIP=0000071f EFL=00020202 [-------] CPL=3 II=0 A20=1 HLT=0 ES =0000 00000000 0000ffff 00000000 CS =ebe7 000ebe70 0000ffff 00000000 SS =0100 00001000 0000ffff 00000000 DS =0040 00000400 0000ffff 00000000 FS =0000 00000000 0000ffff 00000000 GS =0000 00000000 0000ffff 00000000 LDT=0088 c03d2da0 00000027 c000823d TR =0080 c0331f20 00002073 c0008933 GDT= c0330000 000000ff IDT= c037b000 000007ff CR0=8005003b CR2=b7e21375 CR3=01374000 CR4=00000690 CCS=00000000 CCD=cb477f10 CCO=EFLAGS FCW=037f FSW=0000 [ST=0] FTW=00 MXCSR=00001f80 FPR0=0048b0e9fae39c25 ffff FPR1=00ff00ca00c500bf ffff FPR2=00000000ffcac5bf ffff FPR3=0080008000800080 ffff FPR4=00ff00ff00ff00ff ffff FPR5=0000000000000000 8000 FPR6=8000000000000000 3ffe FPR7=f544f50000000000 4004 XMM00=00000000000000000000000000000000 XMM01=00000000000000000000000000000000 XMM02=00000000000000000000000000000000 XMM03=00000000000000000000000000000000 XMM04=00000000000000000000000000000000 XMM05=00000000000000000000000000000000 XMM06=00000000000000000000000000000000 XMM07=00000000000000000000000000000000 Abort trap (core dumped) If related, after the crash my mouse stopped working until I restarted X. wm is Enlightenment-0.16.8.2 Any ideas? Thanx -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e572718c0610241558g6618a884t8a0d70bda20d714c>