From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23506 invoked by alias); 8 Mar 2002 03:25: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 23256 invoked from network); 8 Mar 2002 03:25:02 -0000 Received: from unknown (HELO mta6.snfc21.pbi.net) (206.13.28.240) by sources.redhat.com with SMTP; 8 Mar 2002 03:25:02 -0000 Received: from thermos ([66.120.202.2]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GSM0046HXHEH2@mta6.snfc21.pbi.net> for gdb@sources.redhat.com; Thu, 07 Mar 2002 19:24:59 -0800 (PST) Date: Thu, 07 Mar 2002 19:25:00 -0000 From: Jeff Jenkins Subject: GDB & info threads command To: gdb@sources.redhat.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-SW-Source: 2002-03/txt/msg00066.txt.bz2 Hi, I have GDB sources from 03/06/02 running on RH7.2 (kernel 2.4.7-10). I created a multi-threaded app that created 100 threads, and then promptly dumps core. (on purpose!) I fire up "gdb test core" and do an "info threads" and all I get is one thread, namely the thread that caused the SIGSEGV. I was expecting to see the stacks from all 100 threads. Is there a fix for this? Do I need a newer kernel? Any help would be groovey! Thanks! -- jrj