The hang analyzer crashes with ValueError when process_ids is an empty string:
ValueError: invalid literal for int() with base 10: ''
When pids is an empty list ([]), ",".join([...]) returns an empty string (""), which is not None
The hang analyzer crashes with ValueError when process_ids is an empty string:
ValueError: invalid literal for int() with base 10: ''
When pids is an empty list ([]), ",".join([...]) returns an empty string (""), which is not None