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

Commitf59d6e4

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

File tree

1 file changed

+1
-2
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+1
-2
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/gdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ def get_line(self):
102102
returnline
103103

104104
defkill(self):
105+
self._execute('kill')
105106
self._did_quit=True
106-
self.proc.kill()
107-
self.proc.wait(3)
108107
self.proc.stdin.close()
109108
self.proc.stdout.close()
110109

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp