On 03/10/06, Robert Jordan <[EMAIL PROTECTED]> wrote:
> Alex Mac wrote:
> > I'm trying to monitor /dev using the FileSystemWatcher however my app
> > seems to hang at the point when i call "watcher.IncludeSubdirectories
> > = true" without that line the code runs fine. Monitoring /tmp with
> > that option turned on does work...
> >
> > Also if i try running the code with "MONO_MANAGED_WATCHER=1" then I
> > get the following error message continuously appearing:
> >
> > ** Message: Unknown errno: Too many levels of symbolic links
>
> The message is probably harmless. It gets emitted because
> ELOOP has no Win32 error code.
>
> Robert

It might be harmless but mono seems to be stuck in a loop emitting
that message continuously which can't be right.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to