You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code replicates the problem: Watcher watch= new Watcher(); watch.Add(new Request(@"C:\", true)); watch.Start();
When I make changes in the C:\ directory, the application randomly crash. The fastest way to replicate the problem is renaming some folder in the root directory. Usually it takes some time. Sometimes it needs 50 or more renames.
I tried it on two different computers and crashed on both.
Please take a look at it
The text was updated successfully, but these errors were encountered:
This code replicates the problem:
Watcher watch= new Watcher();
watch.Add(new Request(@"C:\", true));
watch.Start();
When I make changes in the C:\ directory, the application randomly crash. The fastest way to replicate the problem is renaming some folder in the root directory. Usually it takes some time. Sometimes it needs 50 or more renames.
I tried it on two different computers and crashed on both.
Please take a look at it
The text was updated successfully, but these errors were encountered: