Closed EdenWuyifan closed 11 months ago
@EdenWuyifan Were you able to verify that the blocking was indeed the issue?
@EdenWuyifan Were you able to verify that the blocking was indeed the issue?
I still cannot recreate the exact issue you mentioned earlier. But this PR will protect this multiprocessing processes anyway.
Can you ask the guy who raise this issue about the problematic scene?
The error was caused by the start mode used in multiprocessing (spawn
or fork
). It's not related to queue. I'm going to close this PR.
Fix the issue on UNIX system after removing SIGALRM, where the process will be stuck at Queue().get() if the multiprocessing process keeps running.