From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 3295 invoked from network); 19 Mar 2004 00:09:54 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 19 Mar 2004 00:09:54 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1439A2B99; Thu, 18 Mar 2004 14:45:37 -0500 (EST) Message-ID: <4059FC60.2090605@gnu.org> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: eliz@elta.co.il, gdb-patches@sources.redhat.com Subject: Re: [rfa/doco] PROBLEMS: add regressions since gdb 6.0 References: <20040318162402.A32E34B104@berman.michael-chastain.com> In-Reply-To: <20040318162402.A32E34B104@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00438.txt.bz2 > ac> Er, we already have a repostory of known bugs, it's called the bug > ac> database. Why duplicate the content and tracking effort? > > Because it works. At a level it does, but it can also get out of control. > The actual part of PROBLEMS that you're objecting to is the paragraphs > which talk about setting breakpoints in constructors in C++ code. > This doesn't work with gcc v3 because gcc v3 emits multiple copies > of the object code, and gdb sets the breakpoint in just one of them. I'm objecting to: >> "Regressions since gdb 6.0" >> and "Regressions since gdb 5.3". If specific problems are present in 6.1 and are going to _really_ hurt the user then they should be mentioned (if they happened to be in 6.0 as well, oops). However, we should not allow PROBLEMS to accumulate just because they are still present -- heavy editing is required to ensure that the PROBLEMS file is both relevant and focused (Several releases back I deleted chunks of README as, although technically correct, they were simply not relevant). > Before PROBLEMS talked about this, we got several reports per month > about this issue. Actually, somewhat perversely, that is a good thing. It leads to a cluster of bug reports that provide a strong pointer to a specific problem that is hurting many of our users. If we introduce mechanisms that artificially filter out this information we end up with a skewed view of our user base. > Now we don't get any. And for each user that takes > the trouble to e-mail us, there are many more users who run into the > issue and appreciate having a short description of it. > I think we should keep that part of PROBLEMS as long as gdb has this > problem. Definitly no. Andrew