-
Notifications
You must be signed in to change notification settings - Fork 31
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
Attach path to failed put errors #367
Comments
Yeah, at the very least it should be mentioning the path. Any chance of getting an strace log to help track down the cause? |
My initial debugging plan rested on the assumption that this is some IO error, in which case knowing the file and maybe also the operation in code that failed should be enough to debug it. However, it looks like this error may also come from different operations, for example spawning threads, in which case I'll probably have to do some |
Interesting, it could be hitting some resource limits. |
For the error handling, it looks like enabling the "backtrace" feature on the
|
Partially fixes andrewchambers#367
Partially fixes andrewchambers#367
Partially fixes andrewchambers#367
Partially fixes andrewchambers#367
My backup fails after some time with "bupstash put: Resource temporarily unavailable (os error 11)". This is not enough information for me to successfully debug the cause. I'd need to know which file it failed on, and during which operation.
The text was updated successfully, but these errors were encountered: