From owner-freebsd-ports@FreeBSD.ORG Fri Aug 8 17:47:28 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00EE71065785 for ; Fri, 8 Aug 2008 17:47:28 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 800C18FC1A for ; Fri, 8 Aug 2008 17:47:27 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so567787nfh.33 for ; Fri, 08 Aug 2008 10:47:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lLMehMDHsyc+4fjSOiV6EBrzPsLCG0Gah6zuKOmq97c=; b=JQ0MUjHDVOJ//ia+KdenBHVNejZuTQCzUeNR0qmZnSqb7dn2bcsA734bbEK3CwW0sq dbPzvyIRiI4oMRjpPub6ErktkUSB8CzyCh1bp8aNhE7YYehtXAwcLNJ0ryGn21SlMkPq 1/RBlER5lAUP9D+xaglSuKYS6drKTJxdAvVNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ciGe05037dVMSpZiETThkSbfEiqHUo72iu2PonC/SS++h5D4tufjmpzb42QP4JEGcJ OF3ue1ce1RKpRUuMPWbMNnxS0fw5CrADJPCIEYVjC9O0T2ZkN7fFFeXWDkAshg9NPEfF hZXEJZ+DErJtZ9C7Sw+x6iiSW1Tn8PKJFpFzM= Received: by 10.210.28.4 with SMTP id b4mr5806365ebb.40.1218216058900; Fri, 08 Aug 2008 10:20:58 -0700 (PDT) Received: by 10.210.49.15 with HTTP; Fri, 8 Aug 2008 10:20:58 -0700 (PDT) Message-ID: Date: Fri, 8 Aug 2008 12:20:58 -0500 From: Matt To: ports@freebsd.org In-Reply-To: <20080507153339.GA61304@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080506053244.GA94936@eos.sc1.parodius.com> <20080507143004.GA59170@eos.sc1.parodius.com> <1210171696.30323.2.camel@squirrel.corp.cox.com> <20080507153339.GA61304@eos.sc1.parodius.com> Cc: Subject: Re: FreeBSD Port: fusefs-libs-2.7.2_1 - gvfs-fuse-daemon process(es) stuck X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 17:47:28 -0000 On Wed, May 7, 2008 at 10:33 AM, Jeremy Chadwick wrote: > > On Wed, May 07, 2008 at 10:22:09AM -0500, Matt wrote: > > On Wed, May 7, 2008 at 9:53 AM, Matt wrote: > > > On Wed, May 7, 2008 at 9:48 AM, Robert Noland wrote: > > > > On Wed, 2008-05-07 at 07:30 -0700, Jeremy Chadwick wrote: > > > > > On Wed, May 07, 2008 at 09:19:24AM -0500, Matt wrote: > > > > > > Sorry - should have been more specific than the generic "stuck" > > > > > > description. Top shows the process state as "fu_msg" and it is not > > > > > > consuming any processor resources, just seemingly sits there idling. > > > > > > Output from ps is: > > > > > > > > > > > > UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND > > > > > > 1000 4019 1 0 44 0 6324 2528 - Ts ?? 0:00.00 > > > > > > /usr/local/libexec//gvfs-fuse-daemon /home/mtosto > > > > > > > > > > The "T" flag under State says that the process is stopped. It's as if > > > > > the process was running in the foreground, and was ^Z'd -- same > > > > > behaviour. > As a (very) late follow-up to this issue, looks like the latest Gnome ports have eliminated this issue. I haven't seen it for the last few weeks after doing a full portupgrade on Gnome. Thanks, Matt