From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2534 invoked by alias); 11 Sep 2003 17:09:36 -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 2518 invoked from network); 11 Sep 2003 17:09:34 -0000 Received: from unknown (HELO gepetto.dc.luth.se) (130.240.42.40) by sources.redhat.com with SMTP; 11 Sep 2003 17:09:34 -0000 Received: from student.luth.se (tomten.campus.luth.se [130.240.221.171]) by gepetto.dc.luth.se (8.12.5/8.12.5) with ESMTP id h8BH9XlV019311 for ; Thu, 11 Sep 2003 19:09:34 +0200 (MEST) Message-ID: <3F60AC48.6050406@student.luth.se> Date: Thu, 11 Sep 2003 17:09:00 -0000 From: Andreas Westin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: thread debugging problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00156.txt.bz2 Hi, I'm trying to debug a multithreaded program in linux, but I'm not able to get any kind of thread info while running the program in gdb. I've tested with gdb 5.3, 5.3.91 and cvs from yesterday (10th) not any of them works. info thread shows nothing and the program stops with signal 32 when a new thread starts. I'm using Trustix 2.0 with gcc 3.3 and glibc 2.3.2. Any help is appreciated. /Andreas