From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3584 invoked by alias); 1 Dec 2004 11:53:07 -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 3532 invoked from network); 1 Dec 2004 11:53:04 -0000 Received: from unknown (HELO mail.printsoft.ch) (217.193.172.19) by sourceware.org with SMTP; 1 Dec 2004 11:53:04 -0000 Received: by mail.printsoft.ch (Postfix, from userid 65534) id 8CD5D340A3; Wed, 1 Dec 2004 12:53:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.printsoft.ch (Postfix) with ESMTP id 53F9036B55 for ; Wed, 1 Dec 2004 12:53:03 +0100 (CET) Received: from toe.printsoft-intern.ch (inn.printsoft.ch [217.193.172.30]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by mail.printsoft.ch (Postfix) with ESMTP id 2FDAC11C58 for ; Wed, 1 Dec 2004 12:53:03 +0100 (CET) From: Tobias Erbsland Organization: PrintSoft (Schweiz) AG To: gdb@sources.redhat.com Subject: Threading bug, already solved, or is there a workaround? Date: Wed, 01 Dec 2004 11:53:00 -0000 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412011252.47465.terbsland@printsoft.ch> X-Virus-Scanned: by AMaViS X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on linth.printsoft.ch X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=AWL autolearn=ham version=2.64 X-SW-Source: 2004-12/txt/msg00001.txt.bz2 Hello I'm currently try to debug a multithreaded application with gdb. It seems that there are this threading problems described in the PROBLEMS document. (It's a SuSE 9.2, but i installed gdb 6.3 in the hope, the bug is already solved.) Is there already a solution for that problem? Or is there a workaround? kind regards Tobias