From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 20 08:22:00 2007 Return-Path: X-Original-To: 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 ED50016A400 for ; Fri, 20 Apr 2007 08:22:00 +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 AA79F13C43E for ; Fri, 20 Apr 2007 08:22:00 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 16E538BD23E; Fri, 20 Apr 2007 10:21:59 +0200 (CEST) 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 Dpuy3SHQGYkh; Fri, 20 Apr 2007 10:21:58 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 106268BD05F; Fri, 20 Apr 2007 10:21:58 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l3K8Lumd037149; Fri, 20 Apr 2007 10:21:56 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 20 Apr 2007 10:21:56 +0200 From: Roman Divacky To: "Wilkinson, Alex" Message-ID: <20070420082156.GA37063@freebsd.org> References: <20070420064859.GE616@obelix.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070420064859.GE616@obelix.dsto.defence.gov.au> User-Agent: Mutt/1.4.2.2i Cc: emulation@freebsd.org Subject: Re: [net/citrix_ica/] /usr/local/bin/wfcmgr ... hangs upon exec(). 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, 20 Apr 2007 08:22:01 -0000 On Fri, Apr 20, 2007 at 02:48:59PM +0800, Wilkinson, Alex wrote: > Hi all, > > I use net/citrix_ica/ daily running on FreeBSD CURRENT. > One of the tools that comes bundled with the port is wfcmgr > (used for managing your applications to connect to). > > Problem: > -------- > > /usr/local/bin/wfcmgr HANGS. :( > > ^t says: > > load: 0.37 cmd: wfcmgr 727 [ptsopn] 0.19u 0.23s 2% 7040k > load: 0.37 cmd: wfcmgr 727 [ptsopn] 0.19u 0.23s 2% 7040k > > When Alexander Leidinger updated compat.linux.osrelease to > 2.6.16 this problem disappeared. However, it has reared its > ugly head again. > > Question: > -------- > > Can someone please give me a helping hand to debug this ? > ktrace,truss,strace, gdb ? Just let me know. rebuild linuxulator with -DDEBUG=1 and put the messages somewhere (web?) I'll try to get some time to look at it. but ptsopn doesn't sound linuxulator related... we'll see please post the message, thnx roman