Skip to content

Commit 9db6a41

Browse files
committed
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
1 parent 478a33d commit 9db6a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/lldb_batchmode.py

+1
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,5 @@ def watchdog():
216216
print("Aborting.", file=sys.stderr)
217217
sys.exit(1)
218218
finally:
219+
debugger.Terminate()
219220
script_file.close()

0 commit comments

Comments
 (0)