etc: Add debugger.Terminate() to lldb_batchmode.py
Right now on the most recent version of LLDB installed on OSX we'll segfault on all the LLDB tests if this isn't called (unfortunately). Hopefully we've updated LLDB on the bots to actually get this working everywhere! Closes #32994
This commit is contained in:
parent
478a33dabc
commit
9db6a41687
1 changed files with 1 additions and 0 deletions
|
@ -216,4 +216,5 @@ except IOError as e:
|
|||
print("Aborting.", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
finally:
|
||||
debugger.Terminate()
|
||||
script_file.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue