From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24631 invoked by alias); 24 Jun 2002 21:36:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24620 invoked from network); 24 Jun 2002 21:36:04 -0000 Received: from unknown (HELO chaos.wg.com) (157.234.223.240) by sources.redhat.com with SMTP; 24 Jun 2002 21:36:04 -0000 Received: from wg.com (ralnotes2.wg.com [198.85.45.244]) by chaos.wg.com (8.10.1/8.9.1) with SMTP id g5OLOWD21094 for ; Mon, 24 Jun 2002 17:24:33 -0400 (EDT) Received: by wg.com(Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) id 85256BE2.007697B5 ; Mon, 24 Jun 2002 17:35:20 -0400 X-Lotus-FromDomain: GLOBAL From: todd.kallam@acterna.com To: gdb@sources.redhat.com Message-ID: <85256BE2.0076961D.00@wg.com> Date: Mon, 24 Jun 2002 14:36:00 -0000 Subject: GDB bug: target.c (target_signal_from_host): unrecognized real -time signal on arm Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline X-SW-Source: 2002-06/txt/msg00227.txt.bz2 Hi, I am trying to use the latest snapshot of gdb to do remote debugging of a multithreaded Qt application on a strongarm processor running linux. I get the following message shown by gdbserver on the target: GDB bug: target.c (target_signal_from_host): unrecognized real-time signal The hostsig value is 32, but this value is not handled by the code. Has any one else had this problem? I am using gcc 2.95.3 for arm-linux and kernel version 2.4.18 with arm patches. Thanks for any help. Regards, Todd