Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Re: GDB respin
@ 2003-02-03 16:15 Michael Elizabeth Chastain
  2003-02-03 17:14 ` Andrew Cagney
  0 siblings, 1 reply; 19+ messages in thread
From: Michael Elizabeth Chastain @ 2003-02-03 16:15 UTC (permalink / raw)
  To: ac131313, mludvig; +Cc: gdb

Michal Ludvig mailed me some gdb.log files for x86_64 and I had
a superficial look.  This is for gdb:

  GNU gdb 2003-02-01-cvs
  Copyright 2003 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 "x86_64-unknown-linux-gnu".

This gdb has some new internal errors.
All of these are new, compared to gdb 5.3.

     49	gdb.log:../../gdb-head/gdb/sentinel-frame.c:102: internal-error: Function sentinal_frame_pop called
      3	gdb.log:../../gdb-head/gdb/regcache.c:713: internal-error: regcache_raw_read: Assertion `regcache != NULL && buf != NULL' failed.
      5	gdb.log:../../gdb-head/gdb/gdbarch.c:4271: internal-error: gdbarch: gdbarch_store_return_value invalid
      2	gdb.log:&"../../gdb-head/gdb/gdbarch.c:4252: internal-error: gdbarch: gdbarch_extract_return_value invalid\n"
      6	gdb.log:../../gdb-head/gdb/gdbarch.c:4252: internal-error: gdbarch: gdbarch_extract_return_value invalid

The first number is a count.  So there were 49 instances of
'internal-error: Function sentinal_frame_pop' called.

Can anyone speak to these internal-errors?  
Do some of them have obvious easy fixes?

Michael C


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: GDB respin
@ 2003-02-03 14:49 Michael Elizabeth Chastain
  0 siblings, 0 replies; 19+ messages in thread
From: Michael Elizabeth Chastain @ 2003-02-03 14:49 UTC (permalink / raw)
  To: ac131313, mludvig; +Cc: gdb

Hi Michal,
> After merging i386 and x86-64 we need some more time to make HEAD at 
> least as stable as 5.3 is. For now too many testsuites fail in HEAD.

Can you give more detail on that?  Which platforms are you seeing
testsuite trouble with?

On native i686-pc-linux-gnu, my test suite results have few new
problems from 5.3 to HEAD.

Michael C


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: GDB respin
@ 2003-01-30 16:51 Michael Elizabeth Chastain
  0 siblings, 0 replies; 19+ messages in thread
From: Michael Elizabeth Chastain @ 2003-01-30 16:51 UTC (permalink / raw)
  To: ac131313; +Cc: gdb

> In fact, if the console problem can be resolved, I think there is a very 
> strong incentive to quickly spin out a 5.4.

Okay, on my next spin I will go through the 'Compare by GDB' table and
chase down all the differences and write a report on 5.3 versus HEAD.

My recollection is that there aren't any serious problems, at least in
the parts I cover.  Which is like saying that New York City doesn't have
a serious crime problem in the area between 40th and 60th streets and
3rd and 8th avenues.  :)

gdb.base/testsuite and gdb.c++/testsuite have no gdb regressions between
5.3 and 2003-01-20.

There are some new tests in gdb.base/advance.exp and gdb.base/until.exp
that FAIL with gcc v3, but that is a problem with the tests rather than
gdb.  Briefly, after the return from a call to 'foo();', the current
line might be on line N or on line N+1 depending on the compiler, but
the test script always expects to be on line N.  The cheesy way out
would be to change the program-under-test to 'foo(), bar();' with a
comma operator to force a sequence point.

One issue is that all the MI tests got shuffled so that every MI
non-PASS might be a regression or might not be.  Someone has to look at
the MI results on four configurations (gcc v2/v3 and dwarf-2/stabs+) and
say whether they are must-fix or not.

Michael C


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: GDB respin
@ 2003-01-30  8:26 Michael Elizabeth Chastain
  2003-01-30 15:48 ` Andrew Cagney
  0 siblings, 1 reply; 19+ messages in thread
From: Michael Elizabeth Chastain @ 2003-01-30  8:26 UTC (permalink / raw)
  To: ac131313, gdb

[I'm partially back.  I can read my mail, and I can run my test bed,
 but I'm not caught up on stuff.  -- Michael C]

Andrew Cagney asks:
> Should there be a 5.3.1.  So far not much has been comitted to the 
> branch.  However, there have been a number of configure / build bug reports.

My preference would be to not produce 5.3.1.  It seems like a low-yield
use of resources to me.

Are the configure/build problems fixed in HEAD?

For those problems which are not fixed in HEAD:
  we need to do that anyways, no matter what

For those problems which are fixed in HEAD:
  ask the bug report submitters to try a HEAD snapshot
  put the PR's into 'FEEDBACK' state

Anyways, I will keep testing and reporting on gdb_5_3-branch.
My test bed role is separate from my loudmouth role.

Michael C


^ permalink raw reply	[flat|nested] 19+ messages in thread
* GDB respin
@ 2003-01-28 19:46 Andrew Cagney
  0 siblings, 0 replies; 19+ messages in thread
From: Andrew Cagney @ 2003-01-28 19:46 UTC (permalink / raw)
  To: gdb

Hello,

Should there be a 5.3.1.  So far not much has been comitted to the 
branch.  However, there have been a number of configure / build bug reports.

If nothing else, I'll raise this question again in a month and then 
declare the branch dead.

Andrew


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-02-11 23:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-03 16:15 GDB respin Michael Elizabeth Chastain
2003-02-03 17:14 ` Andrew Cagney
2003-02-03 18:08   ` Elena Zannoni
2003-02-06 14:30   ` regcache (Re: GDB respin) Michal Ludvig
2003-02-06 18:14     ` Andrew Cagney
2003-02-06 23:24       ` [PATCH] " Mark Kettenis
2003-02-07 15:46       ` Michal Ludvig
2003-02-09 10:20         ` Andrew Cagney
2003-02-10 21:26       ` Michal Ludvig
2003-02-10 22:42         ` Mark Kettenis
2003-02-11 16:31           ` Andrew Cagney
2003-02-11 23:12             ` Michal Ludvig
  -- strict thread matches above, loose matches on Subject: below --
2003-02-03 14:49 GDB respin Michael Elizabeth Chastain
2003-01-30 16:51 Michael Elizabeth Chastain
2003-01-30  8:26 Michael Elizabeth Chastain
2003-01-30 15:48 ` Andrew Cagney
2003-01-30 17:57   ` Quality Quorum
2003-02-03 12:22   ` Michal Ludvig
2003-01-28 19:46 Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox