Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-99693

Fix hang analyzer crash when process_ids is empty

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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

            Assignee:
            juan.gu@mongodb.com Juan Gu
            Reporter:
            juan.gu@mongodb.com Juan Gu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: