debugging - How to debug silent crashes? Multiprocessing python -
i have program spawns bunch of worker daemons using multiprocessing library.
sometimes these daemons sporadically fall on , die. isn't caused python-level exception. crashes seem totally silent...
can provide tips on how may go debugging issue?
Comments
Post a Comment