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 is fixed as of v1.0.1451. There are multiple changes and refactorings that have happened in filewatcher, but the important part for this bug was an upgrade of the notify crate to 8.0.0 (notify-rs/notify#624 was the root cause).
AbstractFileReference>>#deleteAll crashes the VM on Windows when a GtFileWatcherEventLoop / GtFileWatcher is active.
Here are two snippets (just DoIt is enough):
and
while the following work:
and
Note: this is Windows specific, this works on macOS and Linux.
The text was updated successfully, but these errors were encountered: