[Bug 198727] [PATCH] lang/mono FileSystemWatcher (kevent) deadlock problem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 26 09:14:24 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198727
Ivan Radovanovic <radovanovic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #166119|0 |1
is obsolete| |
--- Comment #9 from Ivan Radovanovic <radovanovic at gmail.com> ---
Created attachment 166140
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166140&action=edit
patch files
I just noticed that some tests are sometimes failing (depending on system load)
because I made this implementation do directory scanning *after* returning from
EnableRaisingEvents (apparently MS version returns only after it is ready to
detect all changes). I made our version behave the same way (although previous
behavior was maybe appropriate for large number of files watched (you start
watcher and while it scans directories main thread can do other tasks)).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-mono
mailing list