Skip to content
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

🐛 BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending. #2

Closed
shnizzedy opened this issue Mar 4, 2021 · 0 comments · Fixed by #8
Assignees
Milestone

Comments

@shnizzedy
Copy link
Owner

Traceback (most recent call last):
  File "/opt/miniconda-latest/envs/mb/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/plugins/multiproc.py", line 159, in _async_callback
    result = args.result()
  File "/opt/miniconda-latest/envs/mb/lib/python3.6/concurrent/futures/_base.py", line 425, in result
    return self.__get_result()
  File "/opt/miniconda-latest/envs/mb/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

I believe this error is a memory error akin to FCP-INDI/C-PAC#1404 with something like FCP-INDI/C-PAC#1428 being a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant