Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11714

resolve_minidumps.py doesn't work on Ubuntu 16

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 4.2.0
    • Impala 4.2.0
    • Infrastructure
    • None
    • ghx-label-12

    Description

      bin/resolve_minidumps.py uses /bin/env, whereas it should use /usr/bin/env:

      #!/bin/env python3
      
      # should be:
      #!/usr/bin/env python3

      Lots of distributions have /bin/env and the script works fine. However, Ubuntu 16 does not have /bin/env, so it fails.

      Attachments

        Activity

          People

            joemcdonnell Joe McDonnell
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: