From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 22:58:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB1016A403 for ; Tue, 24 Oct 2006 22:58:38 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8070343D55 for ; Tue, 24 Oct 2006 22:58:36 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1478047uge for ; Tue, 24 Oct 2006 15:58:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BX/mvxAbdkudP+proEk7ZlZp7gEmXRoBym/2kfl3AXcZDb+r11bfmSUy5VRkqjzV0ovD4JWuSLxwpsgmZbtMUhu/7alUjcWhpnkXJPzXYH5EF7AwEimxT8XkN00gA17DcMkHwvP4G2jG2yv2mREHD0Nd2bBTH+WjdnaEMpX6ZVo= Received: by 10.67.105.19 with SMTP id h19mr9759317ugm; Tue, 24 Oct 2006 15:58:35 -0700 (PDT) Received: by 10.66.224.6 with HTTP; Tue, 24 Oct 2006 15:58:35 -0700 (PDT) Message-ID: Date: Wed, 25 Oct 2006 00:58:35 +0200 From: "Pietro Cerutti" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: QEMU crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 22:58:38 -0000 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