From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 29 22:29:12 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 029051065681 for ; Fri, 29 Aug 2008 22:29:12 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id C721F8FC19 for ; Fri, 29 Aug 2008 22:29:11 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id m7TMT94V055572 for ; Fri, 29 Aug 2008 17:29:09 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 29 Aug 2008 17:29:09 -0500 (CDT) From: "Sean C. Farley" To: freebsd-emulation@FreeBSD.org Message-ID: User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: Subject: Linux applications core if running (k)qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 22:29:12 -0000 I am having trouble with kqemu.ko and linux.ko. If I run qemu with the following command, Linux applications (chroot, acroread, ls) will start core dumping: qemu-system-x86_64 -m 512 \ -drive file=/usr/QEMU/WinXP/c.img,if=ide,media=disk -boot c \ -std-vga -parallel none -serial none -monitor stdio \ -net nic,model=e1000 -net tap,ifname=tap0,script=no -localtime Loading kqemu.ko does not cause the problem, but the cores start a little after WinXP starts running. Unloading kqemu.ko does not help; the cores still happen but more randomly. I even tried unloading all linux modules and reloading them without luck. It takes a reboot. Packages: qemu-devel-0.9.1s.20080620_1 kqemu-kmod-devel-1.4.0.p1 linux_base-f8-8_4 sysctl: compat.linux.osrelease: 2.6.16 dmesg: kqemu version 0x00010400 kqemu: KQEMU installed, max_locked_mem=1792492kB. System is 7-STABLE as of r181963 with or without the patch to fix RT signals from Chagin. Sean -- scf@FreeBSD.org