From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27814 invoked by alias); 9 Nov 2015 16:47:05 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27197 invoked by uid 89); 9 Nov 2015 16:46:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Nov 2015 16:46:58 +0000 Received: by wmec201 with SMTP id c201so78556006wme.1 for ; Mon, 09 Nov 2015 08:46:54 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.191.229 with SMTP id hb5mr9256150wjc.123.1447087614286; Mon, 09 Nov 2015 08:46:54 -0800 (PST) Received: by 10.28.59.65 with HTTP; Mon, 9 Nov 2015 08:46:54 -0800 (PST) Date: Mon, 09 Nov 2015 16:47:00 -0000 Message-ID: Subject: Bug in 7.7.1 or what? (About signals) From: Juha Aaltonen To: gdb-mailing list Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00009.txt.bz2 I was wondering if there is a bug with gdb 7.7.1 when I got: [r $][T][3][1][#][b][8]Packet received: T31 ... Program received signal SIG37, Real-time event 37. I was expecting SIGUSR2. And when I sent T10: [r $][T][1][0][#][b][5]Packet received: T10 ... Can't send signals to this remote system. SIGURG not sent. Sending packet: $c#63...[\x00][\x00][\x00][\x00][\x00][ r +]Ack I expected SIGBUS and stopping - not SIGURG and an automatic 'c'-command.