Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd87fbc7

Browse files
author
Sofia Kopikova
committed
Fix broken pipe from gdb after killing process
1 parenta5cfdb6 commitd87fbc7

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+
defterminate_subprocess(self):
112+
self._execute('kill')
113+
111114
defset_breakpoint(self,location):
112115

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp