Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in a root directory cause crash (Access violation) #16

Closed
PetrP9 opened this issue Jun 26, 2020 · 3 comments
Closed

Changes in a root directory cause crash (Access violation) #16

PetrP9 opened this issue Jun 26, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@PetrP9
Copy link

PetrP9 commented Jun 26, 2020

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

@FFMG FFMG self-assigned this Jun 27, 2020
@FFMG FFMG added the bug Something isn't working label Jul 2, 2020
@FFMG
Copy link
Owner

FFMG commented Jul 2, 2020

Hi,
This was fixed in the develop branch, I am running a couple of tests on my side and I will release the update
Thanks for reporting it.

@FFMG FFMG mentioned this issue Aug 2, 2020
@FFMG
Copy link
Owner

FFMG commented Aug 2, 2020

Hi,

This issue was fixed in 0.1.9.
Please let me know if you are still having issues, (please open a new ticket if you are having a new issue)

Thanks

@FFMG FFMG closed this as completed Aug 2, 2020
@PetrP9
Copy link
Author

PetrP9 commented Aug 13, 2020

Hi,

It looks like it works fine now

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants