From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11798 invoked by alias); 10 Aug 2009 20:20:31 -0000 Received: (qmail 11786 invoked by uid 22791); 10 Aug 2009 20:20:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Aug 2009 20:20:17 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n7AKKFb9025780 for ; Mon, 10 Aug 2009 13:20:15 -0700 Received: from qw-out-2122.google.com (qwi5.prod.google.com [10.241.195.5]) by zps36.corp.google.com with ESMTP id n7AKJoFm024590 for ; Mon, 10 Aug 2009 13:20:13 -0700 Received: by qw-out-2122.google.com with SMTP id 5so1141310qwi.19 for ; Mon, 10 Aug 2009 13:20:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.74.83 with SMTP id t19mr3670053qaj.51.1249935612454; Mon, 10 Aug 2009 13:20:12 -0700 (PDT) In-Reply-To: References: <4A5F8D9E.1060307@Sun.COM> <200908041804.30240.thiago.bauermann@gmail.com> <20090805044504.GJ4370@adacore.com> <4A7ABAF0.7010004@Sun.COM> <4A7FFAB3.7080903@Sun.COM> Date: Mon, 10 Aug 2009 20:20:00 -0000 Message-ID: <8ac60eac0908101320k6cc20e9age92656cba254a5d4@mail.gmail.com> Subject: Re: status of Darwin support From: Paul Pluzhnikov To: Tom Tromey Cc: Christian Thalinger , Tristan Gingold , Joel Brobecker , Thiago Jung Bauermann , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00059.txt.bz2 On Mon, Aug 10, 2009 at 11:32 AM, Tom Tromey wrote: >>>>>> "Twisti" == Christian Thalinger writes: > > Twisti> objfiles.c:792: internal-error: qsort_cmp: Assertion `obj_section_endaddr (sect1) <= sect2_addr' failed. > Twisti> A problem internal to GDB has been detected, > Twisti> further debugging may prove unreliable. > > This is a recent regression. Paul Pluzhnikov posted a patch to fix this > crash on Linux, but I don't know whether the patch will fix Darwin. > Could you give it a try? (The patch is approved so presumably he will > be checking it in soon...) I've just committed the patch. I will try to reproduce the Darwin failure, but I won't get to my Mac until later tonight. Cheers, -- Paul Pluzhnikov