[Mono-bugs] [Bug 58234][Nor] Changed - FileSystemWatcher does not seem to work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 15:59:40 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jorn@nl.linux.org.

http://bugzilla.ximian.com/show_bug.cgi?id=58234

--- shadow/58234	2004-06-06 15:25:51.000000000 -0400
+++ shadow/58234.tmp.31066	2004-06-06 15:59:40.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58234
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jorn@nl.linux.org               
 QAContact: mono-bugs@ximian.com
@@ -68,6 +68,15 @@
 [Terminal 2] gonzalo@k7:/tmp/temp$ mkdir newdir
 [Terminal 2] gonzalo@k7:/tmp/temp$ touch touch newdir/jeje
 [Terminal 2] gonzalo@k7:/tmp/temp$ touch touch newdir/jeje.txt
 [Terminal 1] File: temp/newdir/jeje.txt Created
 
 ...unless 'break' has another meaning ;-)
+
+------- Additional Comments From jorn@nl.linux.org  2004-06-06 15:59 -------
+After some more testing it seems that it works on small dirs, but on
+dirs with a large number of subdirs it doesn't work. I've got a dir
+here with 104 subdirs and it only picks up changes in the main dir.
+
+A few years ago there was a bug in gnome-vfs: there was only a certain
+number of dirs that could be monitored by the fam backend. I don't
+know the details, but perhaps something similar is going on here?