From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 438 invoked by alias); 20 Jun 2006 16:27:13 -0000 Received: (qmail 428 invoked by uid 22791); 20 Jun 2006 16:27:13 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO brical.or.uni-bonn.de) (131.220.141.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Jun 2006 16:27:11 +0000 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id 67543AC9B for ; Tue, 20 Jun 2006 18:42:47 +0200 (CEST) Received: from [131.220.143.226] (unknown [131.220.143.226]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id A5428E95E for ; Tue, 20 Jun 2006 18:28:57 +0200 (CEST) From: Christoph Bartoschek To: gdb@sourceware.org Subject: GDB does not respond to CTRL+Z and CTRL+C Date: Tue, 20 Jun 2006 17:03:00 -0000 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606201827.25482.bartoschek@or.uni-bonn.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00148.txt.bz2 Hi, when I attach to a process and continue it I cannot stop it again by pressing CTRL+Z or CTRL+C. Gdb does not respond to these signals. To be able to stop intercept debugging I have to switch to another console: kill -STOP and then put it back into foreground. After this sequence gdb responds to CTRL+Z and CTRL+C. What could be wrong? Christoph