[Mono-bugs] [Bug 80564][Nor] Changed - FileSystemWatcher does not recognize file change on Mac OS X

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 7 03:26:37 EDT 2007


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 louis at fitnr.com.

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

--- shadow/80564	2007-04-07 03:26:01.000000000 -0400
+++ shadow/80564.tmp.19466	2007-04-07 03:26:37.000000000 -0400
@@ -48,6 +48,15 @@
 descriptor instead.
 
 ------- Additional Comments From louis at fitnr.com  2007-04-07 03:26 -------
 Created an attachment (id=19017)
 Simple program to monitor the current directory for file system events
 
+
+------- Additional Comments From louis at fitnr.com  2007-04-07 03:26 -------
+Created and Deleted events seem to fire ok. However, Changed events do
+not fire consistently. The test case from Andreas always fails. To
+investigate further I created a test application to monitor the
+current directory for all events. As expected, Created and Delete work
+if I touch and rm a file. However, if I try to cat or echo into a file
+I get no Changed event, BUT if I use vi to edit a file and then save
+it, I DO get a Changed event.


More information about the mono-bugs mailing list