From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30989 invoked by alias); 7 Sep 2010 01:23:53 -0000 Received: (qmail 30972 invoked by uid 22791); 7 Sep 2010 01:23:52 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Sep 2010 01:23:47 +0000 Received: by iwn33 with SMTP id 33so6971716iwn.0 for ; Mon, 06 Sep 2010 18:23:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.14.140 with SMTP id g12mr6414138iba.84.1283822626115; Mon, 06 Sep 2010 18:23:46 -0700 (PDT) Received: by 10.231.159.209 with HTTP; Mon, 6 Sep 2010 18:23:45 -0700 (PDT) In-Reply-To: <20100906233108.GB21706@adacore.com> References: <20100906233108.GB21706@adacore.com> Date: Tue, 07 Sep 2010 01:23:00 -0000 Message-ID: Subject: Re: Massive slowdown printing values in gdb-7.1 From: Srinath Avadhanula To: Joel Brobecker Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-09/txt/msg00041.txt.bz2 Hi Joel, Thanks for the answer. On Mon, Sep 6, 2010 at 7:31 PM, Joel Brobecker wrote: > > I don't know if this might help, but have you tried gdb-7.2 and > the CVS HEAD? gdb-7.2 and a daily snapshot of the development branch > are both available at ftp://sourceware.org/pub/gdb/. > That did it! :) The latest from CVS: GNU gdb (GDB) 7.2.50.20100906 doesn't have this problem anymore. Thanks a bunch :) Srinath