-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
-
ALL
-
v8.1, v8.0, v7.0, v6.0, v5.0
-
Backport Lounge, 2025-02-04, 2025-02-18
-
200
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