DragonHPC / dragon

Dragon distributed runtime for HPC and AI applications and workflows
http://dragonhpc.org
MIT License
54 stars 6 forks source link

Python process dies on `mp.set_start_method("dragon")` #10

Closed andre-merzky closed 7 months ago

andre-merzky commented 8 months ago

I see the process becoming a Zombie. The behavior is new, but I do not know what code change triggered it. How would I go about debugging this? I don't see anything on stdout / stderr, and a simpler example still works as expected. I'll try to remove code piece by piece, but any advise on how to get some more information on the error mode would be much appreciated.

andre-merzky commented 7 months ago

This problem disappeared after a reinstall, thus closing.