From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 24 19:19:29 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7DD816A402 for ; Sat, 24 Feb 2007 19:19:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id A81DB13C474 for ; Sat, 24 Feb 2007 19:19:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id D5D971A7FC9; Sat, 24 Feb 2007 20:19:27 +0100 (CET) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l1OJHOal008924; Sat, 24 Feb 2007 20:17:24 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l1OJHNlC008923; Sat, 24 Feb 2007 20:17:23 +0100 (CET) (envelope-from nox) Date: Sat, 24 Feb 2007 20:17:23 +0100 (CET) From: Juergen Lock Message-Id: <200702241917.l1OJHNlC008923@saturn.kn-bremen.de> To: anderson@centtech.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <45DB10D3.8040807@centtech.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: qemu segfaulting all over the place 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: Sat, 24 Feb 2007 19:19:30 -0000 In article <45DB10D3.8040807@centtech.com> you write: >Is anyone else experiencing a nearly useless qemu experience with the >latest versions? > >I'm running -CURRENT from yesterday, and the latest qemu port (and kqemu). > >These combinations segfault: > >Anything with the -vnc option, when disconnecting the vnc viewer, will >segfault: >sudo qemu -hda /alt/images/fs.img -hdb /alt/images/swapfile -net nic >-net tap -snapshot -vnc :1 -serial /dev/ttyv8 -kernel-kqemu > >This used to work nicely, now it dies when I connect to port 1111: >sudo qemu -hda /alt/images/fs.img -hdb /alt/images/swapfile -net nic >-net tap -snapshot -serial telnet::1111,server,nowait -std-vga -monitor >stdio -full-screen -kernel-kqemu > >Which, when it dies, ktrace shows me: >... Hmm I don't know much about the code in question, you may have more luck reposting this on the qemu list: http://lists.gnu.org/mailman/listinfo/qemu-devel HTH, Juergen