Skip to content

Commit b5855e4

Browse files
Fix broken pipe from gdb after killing process (#151)
1 parent 644eea8 commit b5855e4

File tree

1 file changed

+3
-0
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+3
-0
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/gdb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ def kill(self):
108108
self.proc.stdin.close()
109109
self.proc.stdout.close()
110110

111+
def terminate_subprocess(self):
112+
self._execute('kill')
113+
111114
def set_breakpoint(self, location):
112115

113116
result = self._execute('break ' + location)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy