-
Notifications
You must be signed in to change notification settings - Fork 275
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
Assertion tmp process failed #27
Comments
Hi, Can you send a minimal version of your python script so I can reproduce? Thanks 2014/1/9 Emmanuel Geoffray notifications@github.com
Angelo Marletta |
Hey, There's a install_dependencies.sh script, mostly to download/install python libs.
Thanks! |
I changed some things in my script to get it running for now, without cpulimit. |
Hi Angelo, Is there a fix for the bug mentioned here? |
The issue should be solved. Please confirm. |
Hi Angelo, Sorry for the late reply.Now I get the following error: cpulimit: process_group.c:175: update_process_group: Assertion `tmp_process.starttime == p->starttime' failed |
Hi Angelo, Here is some more information which program I'm using.I'm using it that way: martin@maleksov ~ $ sudo cpulimit -l 200 -i -p 5248 |
Hi Angelo, Any idea when the issue with the Thanks in advance. |
Hi Angelo, Any updates? BR |
Hello, I am really considering giving cpulimit up and use the nice command along with some regular checks using the renice one. |
I have the same error when use mongodump, but it's ok when backup without
it seems something was wrong in
|
Good morning!
Running $ cpulimit -l 240 python myscript.py
on a quad-core debian
with the master branch at this date
After 20 minutes, I get:
myscript.py runs 60 to 120 child process.
Any clue how to fix that?
Thank you,
Emmanuel
The text was updated successfully, but these errors were encountered: