-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Crash on readdir on Windows #40
Comments
👍 I am also experiencing this exact issue. Anyone? @KromDaniel were you ever able to figure it out? |
I can confirm that the second I uncomment the Here is the debug output from Dokany during this point. Note that the INSUFFICIENT_RESOURCES status is getting raised, maybe this has something to do with the problem? Kernel debug output: http://pastebin.com/raw/A7p7EqhZ |
I have created an issue on the main Dokany repo as well: dokan-dev/dokany#465 |
Possibly notable excerpts from kernel log (in chronological order): Some
A little bit later a single
(probably not relevant) much later a
|
here is a simple project that reproduces the error if used with the latest Dokany on windows. |
Fixed by #51 |
Hey,
The given example won't work on windows
If I try to remove the UID and GID then on readdir callback function if I
callback empty directory
cb(0)
it works, but on this casecb(0, ["test"]);
the app just crashprocess.on("uncaughtException") won't fire any event
Any idea what can I do?
Thanks!
The text was updated successfully, but these errors were encountered: