* GDB 6.1 branch 2004-02-26-gmt
@ 2004-02-20 0:34 Andrew Cagney
2004-02-26 1:51 ` Try 2004-02-27-gmt; Was: " Andrew Cagney
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Cagney @ 2004-02-20 0:34 UTC (permalink / raw)
To: gdb
Hello,
It's time has come. Things appear to have died down, and the backlog
sufficiently drained, for the GDB 6.1 branch to be cut. With about a
week's notice I'm planning on:
-D 2004-02-26-gmt
as the branch date. If things go to plan, that makes the ideal release
date:
-D 2004-04-14-gmt (6 weeks)
So can I suggest treating the next week as something of a quiet period
(....).
Right now the bug database shows:
378 ``GNU/Linux'' ``Linux kernel''
as the only high/build PR (that can't be right).
enjoy,
Andrew
PS: Branch Commit Policy
The branch commit policy is pretty slack.
@itemize @bullet
@item
The @file{gdb/MAINTAINERS} file still holds.
@item
Don't fix something on the branch unless/until it is also fixed in the
trunk. If this isn't possible, mentioning it in the @file{gdb/PROBLEMS}
file is better than committing a hack.
@item
When considering a patch for the branch, suggested criteria include:
Does it fix a build? Does it fix the sequence @kbd{break main; run}
when debugging a static binary?
@item
The further a change is from the core of @value{GDBN}, the less likely
the change will worry anyone (e.g., target, architecture, or system
specific code).
@item
Only post a proposal to change the core of @value{GDBN} after you've
sent individual bribes to all the people listed in the
@file{MAINTAINERS} file @t{;-)}
@item
Only the very brave or very foolish would try to apply the obvious fix
rule to the branch.
@end itemize
@emph{Pragmatics: Provided updates are restricted to non-core
functionality there is little chance that a broken change will be fatal.
This means that changes such as adding a new architectures or (within
reason) support for a new host are considered acceptable.}
^ permalink raw reply [flat|nested] 7+ messages in thread* Try 2004-02-27-gmt; Was: GDB 6.1 branch 2004-02-26-gmt 2004-02-20 0:34 GDB 6.1 branch 2004-02-26-gmt Andrew Cagney @ 2004-02-26 1:51 ` Andrew Cagney 2004-02-27 0:13 ` Try: 2004-02-28-gmt; Was: " Andrew Cagney 2004-02-28 0:25 ` "done"; Was: Try " Andrew Cagney 0 siblings, 2 replies; 7+ messages in thread From: Andrew Cagney @ 2004-02-26 1:51 UTC (permalink / raw) To: Andrew Cagney; +Cc: gdb There are enough build fixes still being committed for this to warant being held over a day (joel, nice work). Andrew ^ permalink raw reply [flat|nested] 7+ messages in thread
* Try: 2004-02-28-gmt; Was: 2004-02-27-gmt; Was: GDB 6.1 branch 2004-02-26-gmt 2004-02-26 1:51 ` Try 2004-02-27-gmt; Was: " Andrew Cagney @ 2004-02-27 0:13 ` Andrew Cagney 2004-02-28 0:25 ` "done"; Was: Try " Andrew Cagney 1 sibling, 0 replies; 7+ messages in thread From: Andrew Cagney @ 2004-02-27 0:13 UTC (permalink / raw) To: Andrew Cagney; +Cc: gdb There are still too many things being fixed in mainline - holding off makes life easier. Andrew ^ permalink raw reply [flat|nested] 7+ messages in thread
* "done"; Was: Try 2004-02-27-gmt; Was: GDB 6.1 branch 2004-02-26-gmt 2004-02-26 1:51 ` Try 2004-02-27-gmt; Was: " Andrew Cagney 2004-02-27 0:13 ` Try: 2004-02-28-gmt; Was: " Andrew Cagney @ 2004-02-28 0:25 ` Andrew Cagney 2004-02-28 16:31 ` Andrew Cagney 1 sibling, 1 reply; 7+ messages in thread From: Andrew Cagney @ 2004-02-28 0:25 UTC (permalink / raw) To: Andrew Cagney; +Cc: gdb Consider the branch cut. I'll do it for real in a while. Andrew ^ permalink raw reply [flat|nested] 7+ messages in thread
* "done"; Was: Try 2004-02-27-gmt; Was: GDB 6.1 branch 2004-02-26-gmt 2004-02-28 0:25 ` "done"; Was: Try " Andrew Cagney @ 2004-02-28 16:31 ` Andrew Cagney 0 siblings, 0 replies; 7+ messages in thread From: Andrew Cagney @ 2004-02-28 16:31 UTC (permalink / raw) To: Andrew Cagney; +Cc: gdb > Consider the branch cut. I'll do it for real in a while. Hmm, now I'm wondering. The ARI just flushed out some 8.3 issues, Mark just committed a build fix. Andrew ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GDB 6.1 branch 2004-02-26-gmt @ 2004-02-20 1:19 Michael Elizabeth Chastain 2004-02-21 16:14 ` Eli Zaretskii 0 siblings, 1 reply; 7+ messages in thread From: Michael Elizabeth Chastain @ 2004-02-20 1:19 UTC (permalink / raw) To: cagney, gdb Well, the regression list I have is: http://sources.redhat.com/gdb/bugs/826 variables in C++ namespacs have to be enclosed in quotes http://sources.redhat.com/gdb/bugs/931 GDB could be more generous when reading types C++ templates on input http://sources.redhat.com/gdb/bugs/1505 [regression] gdb prints a bad backtrace for a thread http://sources.redhat.com/gdb/bugs/1512 no canonical way to output names of C++ types http://sources.redhat.com/gdb/bugs/1516 [regression] local classes, gcc 2.95.3, dwarf-2 These are regressions from gdb 6.0 to gdb HEAD. I'm comfortable documenting them in PROBLEMS and leaving these bugs in 6.1. Michael C ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GDB 6.1 branch 2004-02-26-gmt 2004-02-20 1:19 Michael Elizabeth Chastain @ 2004-02-21 16:14 ` Eli Zaretskii 0 siblings, 0 replies; 7+ messages in thread From: Eli Zaretskii @ 2004-02-21 16:14 UTC (permalink / raw) To: cagney; +Cc: gdb > Date: Thu, 19 Feb 2004 20:18:23 -0500 (EST) > From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) > > Well, the regression list I have is: > > http://sources.redhat.com/gdb/bugs/826 > variables in C++ namespacs have to be enclosed in quotes > > http://sources.redhat.com/gdb/bugs/931 > GDB could be more generous when reading types C++ templates on input > > http://sources.redhat.com/gdb/bugs/1505 > [regression] gdb prints a bad backtrace for a thread > > http://sources.redhat.com/gdb/bugs/1512 > no canonical way to output names of C++ types > > http://sources.redhat.com/gdb/bugs/1516 > [regression] local classes, gcc 2.95.3, dwarf-2 > > These are regressions from gdb 6.0 to gdb HEAD. > > I'm comfortable documenting them in PROBLEMS and leaving these > bugs in 6.1. I built today the latest snapshot of CVS HEAD and found a new regression: the DJGPP port crashes at startup while debugging itself. The crash traceback is below, in case someone has an idea. Please try to give me a few more days to hunt this down, I'd like to avoid the situation where the branch is cut while this bug is still there. TIA GNU gdb 20040221 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i386-pc-msdosdjgpp --target=djgpp"... Exiting due to signal SIGSEGV General Protection Fault at eip=0014fe77 eax=00000000 ebx=ff7f9002 ecx=ff7f8ffe edx=00000000 esi=ff6fbdd8 edi=ff6d59c0 ebp=ff6d5988 esp=ff6d595c program=D:\GNU\GDB-0221\GDB\GDB.EXE cs: sel=00a7 base=84ffd000 limit=ff7f8fff ds: sel=00af base=84ffd000 limit=ff7f8fff es: sel=00af base=84ffd000 limit=ff7f8fff fs: sel=0087 base=0000ce10 limit=0000ffff gs: sel=00bf base=00000000 limit=0010ffff ss: sel=00af base=84ffd000 limit=ff7f8fff App stack: [ff6d6000..ff656000] Exceptn stack: [002d718c..002d524c] Call frame traceback EIPs: 0x0014fe77 bfd_getl32+23, file libbfd.c 0x000de63f enter_linenos+127, file coffread.c, line 1370 0x000ddba5 coff_symtab_read+1733, file coffread.c, line 1015 0x000dd13f coff_symfile_read+431, file coffread.c, line 608 0x0000e4dd syms_from_objfile+413, file symfile.c, line 721 0x0000e9c3 symbol_file_add_with_addrs_or_offsets+243, file symfile.c, line 837 0x0000ec23 symbol_file_add+35, file symfile.c, line 922 0x0000ec6b symbol_file_add_main_1+27, file symfile.c, line 950 0x0000ec45 symbol_file_add_main+21, file symfile.c, line 937 0x000079d3 do_captured_command+19, file top.c, line 561 0x0000795f do_catch_errors+15, file top.c, line 524 0x000077c3 catcher+291, file top.c, line 430 0x000079a8 catch_errors+56, file top.c, line 537 0x00007a1f catch_command_errors+47, file top.c, line 574 0x00001d49 captured_main+1081, file main.c, line 664 0x0000795f do_catch_errors+15, file top.c, line 524 0x000077c3 catcher+291, file top.c, line 430 0x000079a8 catch_errors+56, file top.c, line 537 0x00002732 gdb_main+34, file main.c, line 818 0x000015cf main+47, file gdb.c, line 36 0x00286ca2 __crt1_startup+178, file crt1.c D:\gnu\gdb-0221>bfdsymify -o crash1.bdf ./gdb/gdb.exe ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-02-28 16:31 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2004-02-20 0:34 GDB 6.1 branch 2004-02-26-gmt Andrew Cagney 2004-02-26 1:51 ` Try 2004-02-27-gmt; Was: " Andrew Cagney 2004-02-27 0:13 ` Try: 2004-02-28-gmt; Was: " Andrew Cagney 2004-02-28 0:25 ` "done"; Was: Try " Andrew Cagney 2004-02-28 16:31 ` Andrew Cagney 2004-02-20 1:19 Michael Elizabeth Chastain 2004-02-21 16:14 ` Eli Zaretskii
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox