[Mono-bugs] [Bug 80564][Nor] New - FileSystemWatcher does not recognize file change on Mac OS X
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 20 12:28:26 EST 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 andreas.faerber at web.de.
http://bugzilla.ximian.com/show_bug.cgi?id=80564
--- shadow/80564 2007-01-20 12:28:26.000000000 -0500
+++ shadow/80564.tmp.26096 2007-01-20 12:28:26.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 80564
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: OS X v10.4 (ppc64)
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: grompf at sublimeintervention.com
+ReportedBy: andreas.faerber at web.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FileSystemWatcher does not recognize file change on Mac OS X
+
+Description of Problem:
+When monitoring a file with FileSystemWatcher on OS X, it rarely notices file changes.
+
+Steps to reproduce the problem:
+1. compile the attached test case using mcs -target:library -r:nunit.framework.dll
+KeventWatcherTest.cs
+2. run nunit-console /nologo KeventWatcherTest.dll
+3. review the NUnit results
+
+Actual Results:
+The simple test case fails to notice a change in the test file (last write), leading to failure of the
+test case.
+
+Expected Results:
+The test case should succeed, even with shorter timeout.
+
+How often does this happen?
+In my app 95%+, the attached test case 100% so far.
+
+Additional Information:
More information about the mono-bugs
mailing list