-
Notifications
You must be signed in to change notification settings - Fork 52
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
Windows Decompress Does Not Always Trigger 'Then' Promise #42
Comments
(note, I am not a maintainer) I really doubt the issue is with I would hazard a guess that your |
I have the same bevahiour with a zip-file from arangodb. When running Unfortunately I have to say, that this behaviour seems to be a bit random: |
Sorry, I couldn't find any reason why the files are empty. All files seems to be read correctly from the zip file, but somehow and with no error or execption your I tried it with and without Disk quota and writing permission I could exclude as reasons. |
Hi - Great plugin we are using to decompress a lot of files. I came across a certain distribution (phpMyAdmin) which decompresses but fails to invoke the 'then' promise. This only happens on Windows, I verified it works fine on OSX (not verified on Linux, but I assume to be Windows only). Another interesting fact is that the same failure happens with any format of their distribution (zip, tar.gz, tar.bz2). You can test with any of their downloads from:
https://www.phpmyadmin.net/downloads/
Here is the test case I used to show this issue:
On Windows this test script will extract the entire archive, but never log 'Finished!'. On other platforms it works as intended. I am suspicious of circular references and symlinks in the archive but it should still invoke the promise. I also tried test, extracting, and re-creating the archive but the behavior remains the same.
Thanks and let me know if I can be of further assistance.
The text was updated successfully, but these errors were encountered: