Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.2.0
-
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.