[Mono-bugs] [Bug 75113][Nor] New - FileSystemWatcher missing file changes on *BSD/OSX

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 00:14:20 EDT 2005


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 tmclaugh at sdf.lonestar.org.

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

--- shadow/75113	2005-06-02 00:14:20.000000000 -0400
+++ shadow/75113.tmp.5121	2005-06-02 00:14:20.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 75113
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: FreeBSD 5.4-RELEASE i386
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: grompf at sublimeintervention.com                            
+ReportedBy: tmclaugh at sdf.lonestar.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: FileSystemWatcher missing file changes on *BSD/OSX
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Mono's file system watcher on BSDs and OSX is failing to pickup file
+changed events.
+
+Steps to reproduce the problem:
+1. Compile attached file
+2. $ mono WatchTest.exe /somedir &
+3. $ touch /somedir/foo
+4. $ echo foo >> /somedir/foo
+
+
+Actual Results:
+After step 3 the attached program will display the following:
+OnCreatedEvent /somedir/foo
+
+After step 4 the attached program should display:
+OnChangedEvent /somedir/foo
+but instead the file change event is not picked up.
+
+
+Expected Results:
+The file changed event should be picked up after step 4.
+
+How often does this happen? 
+Everytime
+
+Additional Information:
+Bug has been produced on FreeBSD and OSX.


More information about the mono-bugs mailing list