From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14240 invoked by alias); 21 Jun 2006 04:57:17 -0000 Received: (qmail 14232 invoked by uid 22791); 21 Jun 2006 04:57:16 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 04:57:14 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 10A6B48CC58 for ; Wed, 21 Jun 2006 00:57:05 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13920-02-6 for ; Wed, 21 Jun 2006 00:57:04 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id CC50A48CC3D for ; Wed, 21 Jun 2006 00:57:03 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 2CA1347E7F; Tue, 20 Jun 2006 21:57:03 -0700 (PDT) Date: Wed, 21 Jun 2006 04:57:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Document breakage of Solaris Thread Debugging Message-ID: <20060621045703.GB976@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00304.txt.bz2 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 296 Hello, Following the creation of threads/2137, I propose the following addition to the PROBLEMS file. It's a bit terse, but I don't know more details of the problem. 2006-06-20 Joel Brobecker * PROBLEMS: Document threads/2137. OK to apply? Thanks, -- Joel --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="PROBLEMS.diff" Content-length: 653 Index: PROBLEMS =================================================================== RCS file: /cvs/src/src/gdb/PROBLEMS,v retrieving revision 1.41 diff -u -p -r1.41 PROBLEMS --- PROBLEMS 8 Nov 2004 15:55:49 -0000 1.41 +++ PROBLEMS 21 Jun 2006 04:54:10 -0000 @@ -1,5 +1,5 @@ - Known problems in GDB 6.3 + Known problems in GDB 6.6 See also: http://www.gnu.org/software/gdb/bugs/ @@ -98,3 +98,7 @@ to an internal error. This problem does not occur on newer systems that use the NPTL library, and did not occur with GDB 6.1. + +threads/2137: Native Solaris Thread Debugging broken. + +Use GDB 6.4 if thread debugging is needed on Solaris. --sdtB3X0nJg68CQEu--