You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one of the subprocesses errors (e.g. gets killed by the OOM killer), the parent process will hang forever because there's no timeout on the pool.join() here:
If one of the subprocesses errors (e.g. gets killed by the OOM killer), the parent process will hang forever because there's no timeout on the
pool.join()
here:lofreq/src/scripts/lofreq2_call_pparallel.py
Line 662 in 007a8ba
I suggest adding a timeout, even a very large one, to the join.
The text was updated successfully, but these errors were encountered: