From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23327 invoked by alias); 2 Nov 2006 19:32:55 -0000 Received: (qmail 23314 invoked by uid 22791); 2 Nov 2006 19:32:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out4.apple.com (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Nov 2006 19:32:44 +0000 Received: from relay6.apple.com (relay6.apple.com [17.128.113.36]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id kA2JWWl4009886; Thu, 2 Nov 2006 11:32:32 -0800 (PST) Received: from [17.201.22.244] (unknown [17.201.22.244]) by relay6.apple.com (Apple SCV relay) with ESMTP id 40C4610B; Thu, 2 Nov 2006 11:32:40 -0800 (PST) Cc: gdb-patches@sources.redhat.com Message-Id: <15AF12DF-C809-4B73-B1B5-9BA17517D003@apple.com> From: Jim Ingham To: Paul Litvak In-Reply-To: <20061102192129.GA800@nevyn.them.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Smtp-Server: relay.apple.com Mime-Version: 1.0 (Apple Message framework v853) Subject: Re: View backtraces for core dumps generated under OS X 10.4.8 on intel macs Content-Transfer-Encoding: 7bit Date: Thu, 02 Nov 2006 19:32:00 -0000 References: <03FD4AE3-7C29-4C01-A2EB-5C48292E5FE2@gmail.com> <20061102192129.GA800@nevyn.them.org> X-Mailer: Apple Mail (2.853) X-IsSubscribed: yes 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-11/txt/msg00016.txt.bz2 The xcode users list (xcode-users@lists.apple.com) is the best place for Apple gdb issues, and of course, for bugs use: http://bugreporter.apple.com Jim On Nov 2, 2006, at 11:21 AM, Daniel Jacobowitz wrote: > On Thu, Nov 02, 2006 at 01:18:12PM -0600, Paul Litvak wrote: >> The bug: >> >> Can't view backtraces for core dumps generated under OS X 10.4.8 on >> intel macs. >> GDB reports "Core file contained no thread-specific data" after >> loading the core file. >> I can reproduce the bug with gdb in Xcode 2.4 and 2.4.1 >> >> The patch to Apple's gdb-563 sources: > > Apple's GDB sources bear fairly little relationship to the FSF GDB > sources, which are all that we on this list can change; I recommend > you > report this directly to Apple. > > -- > Daniel Jacobowitz > CodeSourcery