From: "Eli Zaretskii" <eliz@is.elta.co.il>
To: dberlin@dberlin.org
Cc: gdb@sources.redhat.com
Subject: Re: [maint] The GDB maintenance process
Date: Sun, 23 Feb 2003 19:23:00 -0000 [thread overview]
Message-ID: <3995-Sun23Feb2003211956+0200-eliz@is.elta.co.il> (raw)
In-Reply-To: <Pine.LNX.4.50.0302222028250.3539-100000@dberlin.org> (message from Daniel Berlin on Sat, 22 Feb 2003 20:57:32 -0500 (EST))
> Date: Sat, 22 Feb 2003 20:57:32 -0500 (EST)
> From: Daniel Berlin <dberlin@dberlin.org>
>
> > > > What about frustration of those
> > > > GDB users when their favorite feature is broken by some
> > > > committed-before-review patch that adds a hot new feature?
> > > > Does that
> > > > ever count?
> > >
> > > Does it ever happen?
> >
> > Yes, it does. A simple reading of the ChangeLog will show you.
> Um, no, it doesn't. I can't find any instances in the changelogs from the
> past 2 years of a non-target specific problem in a feature that was
> introduced and then fixed.
>
> Here's all the reversions and fixes caused by previous changes i can
> findfrom the past 2 years:
> I've annotated what feature each affected.
> I've ignored clearly accidental checkins (IE those marked as accidental
> and committed right after the accident), and documentation bugs (2
> occurred).
> From ChangeLog:
> lost in the previous patch. (extremely small annotation bug)
> compilation error in the previous revision (hpread bug).
> failure introduced in the previous change (alpha gdbarch bug).
> From ChangeLog-2002
> valops.c, value.h: Revert previous change (Reversion of committing
> of objc stuff prematurely, not a feature breakage).
> * sh-tdep.c: Clean up code erroneously reintroduced by previous
> (SH-only bug)
> * kod.c (kod_set_os): Revert previous change. Is called by ``info
> (kod specific problem)
> Fix last change to use regcache_collect instead of referencing
> registers[] directly (m68k-only bug).
Be sure not to miss entries like this:
(dwarf2_build_frame_info): Corrected handling of eh_frame.
or this:
* dwarf2cfi.c (context_cpy): Copy registers correctly.
or this:
* symfile.c (add_filename_language): Fix wrong xrealloc size argument.
It is my personal impression that a very large portion of GDB
development is devoted to fix bugs in existing code. Perhaps my
impression is somehow lopsided, I don't know.
> > That was was simply broken. But even the latest 3.2.x series are too
> > buggy for serious production-quality code, at least in systems where
> > reliability is a requirement. People are still using 2.95.x for that
> > reason.
>
> Sorry, i simply don't believe this.
> Every piece of data we have shows exactly the opposite (that people have
> abandonded 2.95 for 3.2.2 because of reliability reasons, and those that
> stick to 2.95 are doing it not because of reliability but instead because
> of speed).
[Who are ``we''?]
> I'd really like to know where you are getting this from.
I'm getting this from my daily work. Perhaps we write different types
of software. I work for a large firm that develops software in C that
needs to be extremely reliable. As long as people can break programs
by recompiling them with latest GCC versions, while it runs fine with
GCC 2.x (I still have 2.7.2.1 around, by the way), GCC 3.2.x will be
suspect as far as I'm concerned. Sorry, can't tell more: I cannot
afford being a GCC hacker in addition to being a GDB hacker, an Emacs
hacker, and a Texinfo hacker (to name just a few).
> > > And we *knew* it was going to be like this, because of the new ABI.
> > > You couldn't do much about it.
> >
> > Yes, you could. You could refrain from releasing it.
>
> Actually, that wouldn't help. You can't forsee every bug, no matter what
> you try. Not releasing it wouldn't enable us to find more bugs, since we
> don't have every piece of code in existence that g++ gets run on.
> The likelyhood that 3.0 would have more bugs, no matter when we released
> it, was very high, simply based on the nature of the changes.
Yes, we all know the theory: there's a fine balance to strike between
reliability and development pace. To me, the point where GCC cuts it
is a wrong one.
But I don't want to argue about GCC development too much. We are
discussing GDB, not GCC. I only mentioned GCC because it was used by
others in this thread to compare against GDB.
next prev parent reply other threads:[~2003-02-23 19:23 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-20 20:11 Zaretskii Eli
2003-02-20 14:58 ` Daniel Jacobowitz
2003-02-20 15:56 ` Andrew Cagney
2003-02-20 16:39 ` Andrew Cagney
2003-02-20 15:16 ` Daniel Berlin
2003-02-20 16:19 ` Andrew Cagney
2003-02-20 16:24 ` Daniel Berlin
2003-02-20 16:31 ` Daniel Berlin
2003-02-20 17:13 ` Daniel Berlin
2003-02-22 23:25 ` Eli Zaretskii
2003-02-23 1:57 ` Daniel Berlin
2003-02-23 19:23 ` Eli Zaretskii [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-02-24 5:29 Michael Elizabeth Chastain
2003-02-20 20:11 Zaretskii Eli
2003-02-18 6:08 Zaretskii Eli
2003-02-17 18:07 Daniel Jacobowitz
[not found] ` <drow@mvista.com>
2003-02-17 18:58 ` Kevin Buettner
2003-02-17 21:01 ` Elena Zannoni
2003-02-19 1:49 ` Daniel Jacobowitz
2003-02-19 2:26 ` Joel Brobecker
2003-02-19 15:43 ` Andrew Cagney
2003-02-19 16:29 ` Daniel Jacobowitz
2003-02-19 22:04 ` Andrew Cagney
2003-02-19 13:24 ` Daniel Berlin
2003-02-19 15:51 ` Andrew Cagney
2003-02-19 14:50 ` Andrew Cagney
2003-02-19 17:33 ` David Carlton
2003-02-19 17:57 ` Kevin Buettner
2003-02-19 18:56 ` Andrew Cagney
2003-02-19 20:39 ` Christopher Faylor
2003-02-19 23:17 ` Jason Molenda
2003-02-20 1:53 ` Christopher Faylor
2003-02-19 19:35 ` David Carlton
2003-02-20 18:32 ` Richard Earnshaw
2003-02-22 0:53 ` Andrew Cagney
2003-02-19 15:12 ` Andrew Cagney
2003-02-19 15:21 ` Daniel Jacobowitz
2003-02-19 16:24 ` Andrew Cagney
2003-02-19 18:36 ` Christopher Faylor
2003-02-19 23:36 ` Jason Molenda
2003-02-19 23:52 ` Andrew Cagney
2003-02-19 23:59 ` Jason Molenda
2003-02-20 0:16 ` Elena Zannoni
2003-02-20 0:21 ` Andrew Cagney
2003-02-18 2:39 ` Andrew Cagney
2003-02-18 4:28 ` Andrew Cagney
2003-02-19 3:49 ` Jim Blandy
2003-02-19 16:14 ` Andrew Cagney
2003-02-19 16:31 ` Daniel Jacobowitz
2003-02-19 2:24 ` Jim Blandy
2003-02-19 16:33 ` Andrew Cagney
2003-02-19 22:24 ` Jim Blandy
2003-02-19 22:39 ` Christopher Faylor
2003-02-19 22:53 ` Andrew Cagney
2003-02-19 23:53 ` Elena Zannoni
2003-02-20 1:27 ` Andrew Cagney
2003-02-20 2:48 ` Andrew Cagney
2003-02-21 23:43 ` Andrew Cagney
2003-02-21 23:57 ` Andrew Cagney
2003-02-19 6:05 ` David Carlton
2003-02-23 23:26 ` Mark Kettenis
2003-02-24 7:18 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3995-Sun23Feb2003211956+0200-eliz@is.elta.co.il \
--to=eliz@is.elta.co.il \
--cc=dberlin@dberlin.org \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox