[Mono-bugs] [Bug 77068][Wis] Changed - FileSystemWatcher
IncludeSubdirectories
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 03:38:29 EST 2006
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77068
--- shadow/77068 2005-12-22 11:02:38.000000000 -0500
+++ shadow/77068.tmp.15415 2006-01-02 03:38:29.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 77068
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Ubuntu
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: gonzalo at ximian.com
ReportedBy: sincontr at yahoo.it
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: FileSystemWatcher IncludeDubdirectories
+Summary: FileSystemWatcher IncludeSubdirectories
From a few tests, I can see that FileSystemWatcher perfectly works
with files or folders, but not with subdirectories.
I mean, if I set FileSystemWatcher.IncludeSubdirectories = true it hangs
up while receiving events from inside the first folder, with the
following exception :
@@ -29,6 +29,10 @@
in <0x00071> System.Collections.ArrayList:get_Item (Int32 index)
in <0x004c0> System.IO.FAMWatcher:ProcessEvents ()
in <0x00061> System.IO.FAMWatcher:Monitor ()
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
Instead, if I disable subdirectories or copy only files, it works.
+
+------- Additional Comments From gonzalo at ximian.com 2006-01-02 03:38 -------
+Please, attach a simple test case and instruction on how to reproduce
+this problems. Also provide the mono version that you're using.
More information about the mono-bugs
mailing list