Skip to content

Commit

Permalink
etc: Add debugger.Terminate() to lldb_batchmode.py
Browse files Browse the repository at this point in the history
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 rust-lang#32994
  • Loading branch information
alexcrichton committed Apr 19, 2016
1 parent 478a33d commit 9db6a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/lldb_batchmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,5 @@ def watchdog():
print("Aborting.", file=sys.stderr)
sys.exit(1)
finally:
debugger.Terminate()
script_file.close()

0 comments on commit 9db6a41

Please sign in to comment.