After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302737 - gamin continues to monitor directories after client is no longer connected
gamin continues to monitor directories after client is no longer connected
Status: RESOLVED FIXED
Product: gamin
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gamin Maintainer(s)
Gamin Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-05-02 16:33 UTC by Frederic Crozat
Modified: 2005-05-10 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (1.36 KB, text/plain)
2005-05-02 16:33 UTC, Frederic Crozat
Details

Description Frederic Crozat 2005-05-02 16:33:14 UTC
Distribution/Version: Mandriva Linux cooker

using gamin 0.0.26 or CVS snapshot from 20050502, with dnotify backend :

try to monitor not existing directory with gamin then remove this monitor =>
gam_server will still monitor this directory (using poll).

Testcase attached.
Comment 1 Frederic Crozat 2005-05-02 16:33:43 UTC
Created attachment 45944 [details]
testcase
Comment 2 Daniel Veillard 2005-05-09 10:54:38 UTC
okay, the test doesn't really allow to check the problem but it allows
to trigger it, found and fixed in CVS,

   thanks !

Daniel
Comment 3 John McCutchan 2005-05-10 12:42:53 UTC
Does the fix apply to the inotify backend at all?
Comment 4 Daniel Veillard 2005-05-10 12:57:54 UTC
I don't think so, it touch only the gam_poll.c side and is really related to that
module.

Daniel