From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16012 invoked by alias); 2 Sep 2007 05:54:29 -0000 Received: (qmail 16004 invoked by uid 22791); 2 Sep 2007 05:54:29 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.179) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Sep 2007 05:54:22 +0000 Received: by py-out-1112.google.com with SMTP id d32so3910532pye for ; Sat, 01 Sep 2007 22:54:21 -0700 (PDT) Received: by 10.142.106.18 with SMTP id e18mr164524wfc.1188712460511; Sat, 01 Sep 2007 22:54:20 -0700 (PDT) Received: by 10.142.253.7 with HTTP; Sat, 1 Sep 2007 22:54:20 -0700 (PDT) Message-ID: <568e62a40709012254j43aa5c15i9c7612350a77de55@mail.gmail.com> Date: Sun, 02 Sep 2007 05:54:00 -0000 From: "ying lcs" To: gdb@sourceware.org Subject: Program received signal SIG33, Real-time event 33. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00000.txt.bz2 Hi, I am getting a 'Program received signal SIG33, Real-time event 33' when I run my program under gdb for debugging. Can you please tell me why? and how can I run it under gdb? The program starts fine if I run it straight from command prompt. Here is the detailed message: [root@localhost DarwinStreamingSrvr5.5.5-Source]# ./gdbdar GNU gdb Red Hat Linux (6.3.0.0-1.122rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) source gdb_script (gdb) run -d -s 5 Starting program: /home/yinglcs/DarwinStreamingSrvr5.5.5-Source/DarwinStreamingServer -d -s 5 Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0xc34000 [Thread debugging using libthread_db enabled] [New Thread -1208932160 (LWP 2510)] [New Thread -1208935520 (LWP 2513)] [New Thread -1219425376 (LWP 2514)] [New Thread -1229972576 (LWP 2517)] Program received signal SIG33, Real-time event 33. [Switching to Thread -1208932160 (LWP 2510)] 0x00b28a64 in __nptl_create_event () from /lib/libpthread.so.0