[sage-support] Re: Zombie processes when using sage0 interface

2016-02-27 Thread Daniel Lännström
Hello again! I think I have successfully migrated this by using waitpid to reap zombies. This is by trial and error so I am not sure if this works reliably. Example code here: https://github.com/neural99/sage-zombie-debug/blob/master/zombie_fix.sage -- You received this message because you a

[sage-support] Zombie processes when using sage0 interface

2016-02-18 Thread Daniel Lännström
I have noticed that when using the sage0 interface zombie processes remain even after running the sage.interfaces.quit.expect_quitall function. Is this a bug? Is there some way to migrate this? Here is an example of what I am talking about. Here is the content of the file zombie_test.sage imp