From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17686 invoked by alias); 15 Dec 2008 09:02:03 -0000 Received: (qmail 17678 invoked by uid 22791); 15 Dec 2008 09:02:02 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 09:01:17 +0000 Received: by rv-out-0708.google.com with SMTP id f25so2550127rvb.50 for ; Mon, 15 Dec 2008 01:01:15 -0800 (PST) Received: by 10.142.199.10 with SMTP id w10mr2678428wff.257.1229331675700; Mon, 15 Dec 2008 01:01:15 -0800 (PST) Received: by 10.142.133.13 with HTTP; Mon, 15 Dec 2008 01:01:15 -0800 (PST) Message-ID: <8f2776cb0812150101i607b3d11scf40785aa949bcb6@mail.gmail.com> Date: Mon, 15 Dec 2008 09:02:00 -0000 From: "Jim Blandy" To: "Jan Kratochvil" Subject: Re: RFA: Building GDB under GLIBC 2.8 Cc: gdb-patches@sources.redhat.com In-Reply-To: <20081214182514.GA28215@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f2776cb0812121804n1008f921h3898bb7bda1581c9@mail.gmail.com> <20081214182514.GA28215@host0.dyn.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00274.txt.bz2 On Sun, Dec 14, 2008 at 10:25 AM, Jan Kratochvil wrote: > FYI that part for "ui-file.c" crashes GDB on the testsuite as when the GDB is > existing it has already closed its output. Testsuite results are not changed > (as GDB output is already ignored that time) but many core files start to be > generated. > > Attaching a possible replacement for that ui-file.c part: When GDB cannot > write to its output IMO some message about it is no longer of much use. Ah, crud. Thanks for catching that. But, I didn't see an alternative change in your message.