From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9957A3831283; Wed, 25 May 2022 22:21:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9957A3831283 From: "volker.weissmann at gmx dot de" To: gdb-prs@sourceware.org Subject: [Bug cli/29185] New: GDB claims it was killed by a KeyboardInterrupt if it was killed by SIGTERM Date: Wed, 25 May 2022 22:21:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: volker.weissmann at gmx dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2022 22:21:22 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29185 Bug ID: 29185 Summary: GDB claims it was killed by a KeyboardInterrupt if it was killed by SIGTERM Product: gdb Version: 12.1 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: cli Assignee: unassigned at sourceware dot org Reporter: volker.weissmann at gmx dot de Target Milestone: --- # How to reproduce: Start gdb, then run=20 > pkill --signal SIGTERM gdb in another terminal. # Observed outcome [volker@battle ~]$ gdb GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". Exception ignored in: Traceback (most recent call last): File "/usr/share/gdb/python/gdb/__init__.py", line 47, in flush def flush(self): KeyboardInterrupt:=20 [volker@battle ~]$=20 # Expected Outcome: Something like: ... For help, type "help". Type "apropos word" to search for commands related to "word". (gdb) Received SIGTERM [volker@battle ~]$ --=20 You are receiving this mail because: You are on the CC list for the bug.=