-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cryptic BrokenProcessPool exception #441
Comments
Any errors above that? (Maybe put the full log on pastebin?) BrokenProcessPool is just fancy speak for a subprocess (probably the I/O one, looking at the context) segfaulting or running out of memory (how much you got?) or otherwise blowing up. It may be cryptic, but it's already an improvement on just hanging there (see e.g. #439), which older versions of concurrent.futures did. We should add an exception handler to print a prettier message though. |
I had memory on the previous run, then tweaked a few but got this instead. The machine has 188Gb total memory Full log is here https://pastebin.com/Mhiu6M9s |
It goes away after I tweaked some of the |
I'll work on a better error as part of #439. It's a bit tricky to catch when subprocesses just die on you with no warning, as they do for out-of-memory... |
Should I close this? |
Yeah it's a duplicate of #439 effectively. |
I'm not sure how to describe this, except for saying it happened. Has anyone seen it before
The text was updated successfully, but these errors were encountered: