From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 24 11:50:38 2007 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 0C1B016A475 for ; Sat, 24 Nov 2007 11:50:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id C8A1013C4EC for ; Sat, 24 Nov 2007 11:50:36 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3D61C66A3DD; Sat, 24 Nov 2007 12:50:35 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5mz6-B1NeT0Y; Sat, 24 Nov 2007 12:50:34 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 42DCA66A3DB; Sat, 24 Nov 2007 12:50:34 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id lAOBoXk6059591; Sat, 24 Nov 2007 12:50:33 +0100 (CET) (envelope-from rdivacky) Date: Sat, 24 Nov 2007 12:50:33 +0100 From: Roman Divacky To: Marcus von Appen Message-ID: <20071124115033.GA59527@freebsd.org> References: <20071124091332.GA980@medusa.sysfault.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071124091332.GA980@medusa.sysfault.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Linuxulator on RELENG_7 causes games to hang 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 Nov 2007 11:50:38 -0000 On Sat, Nov 24, 2007 at 10:13:32AM +0100, Marcus von Appen wrote: > Hi, > > today someone reported a breakage in the linux emulation (see PR > ports/118213). As games//HeroesOfMightAndMagic worked fine on RELENG_6, > some change between RELENG_6 and RELENG_7 must have caused a bug with > such programs. > > games/HeroesOfMightAndMagic starts as supposed and goes into a wait > state including a zombie process. > In contrast to other reported issues, this does not seem to be related > to the sound directly (although it might be caused by it) as the process > hangs no matter if sound is enabled or disabled. > > games/rt2-demo suffers from the same issue, although it can be started > without issues if you disable the sound with the -s parameter. please try to bisect code changes to identify the exact change that broke it. I'll investigate that from that point further.. thnx roman