From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25193 invoked by alias); 24 Apr 2003 12:41:30 -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 25185 invoked from network); 24 Apr 2003 12:41:29 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 24 Apr 2003 12:41:29 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198g1E-0004qj-00 for ; Thu, 24 Apr 2003 14:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gdb@sources.redhat.com Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198fxZ-0004co-00 for ; Thu, 24 Apr 2003 14:36:17 +0200 From: "Alan Hourihane" Subject: multithreaded app debugging Date: Thu, 24 Apr 2003 12:41:00 -0000 Message-ID: X-Complaints-To: usenet@main.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-04/txt/msg00287.txt.bz2 Hi, I'm debugging a threaded application, but somewhere within the second thread it gets a Program received signal SIG32, Real-time event 32 And then I hit continue for gdb to splurt out... Couldn't get registers: Operation not permitted. Any clues on how to fix gdb for this. I'm not sure where the SIG32 signal is coming from either. Alan.