-
Notifications
You must be signed in to change notification settings - Fork 75
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
If file doesn't exist, file_size() will block program #17
Comments
catching the exception should solve the problem |
When you say "block" do you mean like an actual blocking call, or do you mean the program crashes? |
@Qix- ,"block" means an actual blocking call. |
Then @vlaube-de this is definitely a bug - no exception is thrown if it's just blocking and deadlocking the entire process. |
Sorry, my mistake. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When file doesn't exist, file_size() method will block program.
The text was updated successfully, but these errors were encountered: