From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4260 invoked by alias); 9 Feb 2010 09:39:20 -0000 Received: (qmail 4252 invoked by uid 22791); 9 Feb 2010 09:39:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.146) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Feb 2010 09:39:16 +0000 Received: by qw-out-1920.google.com with SMTP id 5so588070qwc.20 for ; Tue, 09 Feb 2010 01:39:14 -0800 (PST) Received: by 10.224.60.33 with SMTP id n33mr2964638qah.229.1265708354238; Tue, 09 Feb 2010 01:39:14 -0800 (PST) Received: from ?192.168.0.101? (S010600112f237275.wp.shawcable.net [24.76.241.98]) by mx.google.com with ESMTPS id 21sm3669618qyk.4.2010.02.09.01.39.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 01:39:13 -0800 (PST) Message-ID: <4B712D46.9030305@users.sourceforge.net> Date: Tue, 09 Feb 2010 09:39:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: libglib2, Emacs and GTK applications References: <4B71255F.2080303@alice.it> In-Reply-To: <4B71255F.2080303@alice.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2010-02/txt/msg00051.txt.bz2 On 09/02/2010 03:05, Angelo Graziosi wrote: > The problems seem to be consequence of the fact that 'gamin-server.exe' > is not removed after application finishes, but only after 20-30 seconds > and I see this behavior also with the test case reported. I run GTK+/GNOME apps all the time, and I have yet to see this, so AFAICS it's not a bug in gamin or GLib/GTK+. The only other things I can suggest are: 1) rebaseall, as launching gam_server involves a fork(), the failure of which can lead to strange behaviour. 2) create a ~/.gaminrc with the following contents: fsset ntfs poll 10 The last number is the poll interval, in seconds. The default is every second, and that can sometimes lead to excessive CPU usage. Usually that's only a problem with KDE, where several large parts of /usr/share are monitored, but it's worth trying. Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/