From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17735 invoked by alias); 2 Sep 2007 13:44:16 -0000 Received: (qmail 17725 invoked by uid 22791); 2 Sep 2007 13:44:15 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Sep 2007 13:44:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E2500982A2; Sun, 2 Sep 2007 13:44:08 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C2E5998108; Sun, 2 Sep 2007 13:44:08 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IRpkD-0001Rw-1P; Sun, 02 Sep 2007 09:44:05 -0400 Date: Sun, 02 Sep 2007 13:44:00 -0000 From: Daniel Jacobowitz To: Petr Vandrovec Cc: ying lcs , gdb@sourceware.org Subject: Re: Program received signal SIG33, Real-time event 33. Message-ID: <20070902134404.GA5557@caradoc.them.org> Mail-Followup-To: Petr Vandrovec , ying lcs , gdb@sourceware.org References: <568e62a40709012254j43aa5c15i9c7612350a77de55@mail.gmail.com> <46DA6B56.1060200@vc.cvut.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46DA6B56.1060200@vc.cvut.cz> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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 X-SW-Source: 2007-09/txt/msg00002.txt.bz2 On Sun, Sep 02, 2007 at 12:50:46AM -0700, Petr Vandrovec wrote: > Apparently your program uses signals... If this is expected (which probably is > for realtime signals) then > > handle SIG33 nostop noprint pass > > will configure gdb so this signal is ignored by gdb, but delivered to program > like without gdb. No, SIG33 is generally internal to the threading implementation. GDB 6.3 is somewhat old. I recommend trying a current version. -- Daniel Jacobowitz CodeSourcery