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

Docker container is sleeping with -p 0 option #135

Closed
chrstphdm opened this issue Sep 22, 2016 · 1 comment
Closed

Docker container is sleeping with -p 0 option #135

chrstphdm opened this issue Sep 22, 2016 · 1 comment

Comments

@chrstphdm
Copy link

Hello,

I'm using the Docker to run cnvkit with the -p 0 option.

After Splitting step and Indexing bam step, the program is freezed with no error. Nothing seems to be running with 'docker top container_name'.

I've suspected a multithread problem because when I try to stop the program with ctrl-c, the following message is printed :
Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap

So I've tried to execute the same command with -p 1; -p 2; etc. -> NO MORE PROBLEM !

I think that there is a problem with the -p 0 option with docker container. I'm sorry not to be more usefull but my expertise stop here. :/
Tell me if you want me to do more tests.

@etal
Copy link
Owner

etal commented Sep 24, 2016

Thanks for reporting, this is pretty weird.

I've just updated the container image on docker hub to the latest version 0.8.0. This includes some recent changes to the parallelism code, namely using concurrent.futures instead of multiprocessing directly. Could you try again with the latest?

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

No branches or pull requests

2 participants