Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Wu Zhou <woodzltc@cn.ibm.com>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
Cc: brobecker@adacore.com, gdb@sources.redhat.com,
	        gdb-testers@sources.redhat.com
Subject: Re: First release candidate for GDB 6.4 available
Date: Fri, 25 Nov 2005 02:51:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.63.0511251016420.22345@linux.site> (raw)
In-Reply-To: <200511242233.jAOMXQmq024151@elgar.sibelius.xs4all.nl>

Hi Mark,

On Thu, 24 Nov 2005, Mark Kettenis wrote:

> > Date: Wed, 23 Nov 2005 11:54:40 +0800 (CST)
> > From: Wu Zhou <woodzltc@cn.ibm.com>
> > 
> > I run this RC on ppc64 platform as both 32-bits and 64-bits application.
> > Here is the summary.  I also list the x86 summary as reference.
> > 
> > ppc64, 64-bits gdb, 32-bits testcase:
> > ======================================
> ...
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 8)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 7)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 6)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 5)
> > FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 4)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 3)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 2)
> > FAIL: gdb.base/recurse.exp: continue to recurse (a = 1)
> > FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time

The mainline GDB-6.3 only report three failures here. And RHEL4's GDB, 
which is based on 6.3.0 and added some of their own patch,  report all ok. 
So I believe that these are regression. 

BTW. I am also tracking these problems and guessing that it might be 
related to the software watchpoint code. I did find the code to single 
step the inferior, but I didn't find the code to check whether these 
watched variables get changed or not. (These code seems somewaht messy to 
me, :-) Would you please give some pointer?  Thanks in advance!

> ...
> > FAIL: gdb.cp/anon-union.exp: print w 1
> > FAIL: gdb.cp/anon-union.exp: print z 1
> > FAIL: gdb.cp/anon-union.exp: print w 2
> > FAIL: gdb.cp/anon-union.exp: print z 2
> > FAIL: gdb.cp/anon-union.exp: print w 3
> > FAIL: gdb.cp/anon-union.exp: print z 3

I guess that GDB don't know how to handle anonymous union yet.  I ever saw 
these failures in a few platform.  And also see them ok on others.  The 
difference I find is that some version of gcc handle the anonymous union 
members as normal variables, others don't. 

> > FAIL: gdb.gdb/observer.exp: second observer attached; check second observer counter value
> > FAIL: gdb.gdb/observer.exp: 1st observer added; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: 2nd observer added; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: 2nd observer added; check second observer counter value
> > FAIL: gdb.gdb/observer.exp: 3rd observer added; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: 3rd observer added; check second observer counter value
> > FAIL: gdb.gdb/observer.exp: 3rd observer added; check third observer counter value
> > FAIL: gdb.gdb/observer.exp: 2nd observer removed; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: 2nd observer removed; check third observer counter value
> > FAIL: gdb.gdb/observer.exp: 1st observer removed; check third observer counter value
> > FAIL: gdb.gdb/observer.exp: three observers added; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: three observers added; check second observer counter value
> > FAIL: gdb.gdb/observer.exp: three observers added; check third observer counter value
> > FAIL: gdb.gdb/observer.exp: third observer removed; check first observer counter value
> > FAIL: gdb.gdb/observer.exp: third observer removed; check second observer counter value
> > FAIL: gdb.gdb/observer.exp: second observer removed; check first observer counter value
> ...

I remember saw these error with an earlier gdb version this year.  But 
don't take any looks into them.  GDB-6.3 testsuite report "Couldn't test 
self" and then exit on my POWER4 box. Don't know why.  Will take some look 
into them later.

> For OpenBSD, the failures above are regressions from 6.3, and I think
> it's safe to assume they're regressions for Linux too.  They were
> still OK in 6.3.50.20050911-cvs, and I think remembering I've already
> seen them fail in early november.  Don't know if this is serious
> enough to delay the release.  I'll try to track this down, and
> hopefully will find the problem.  If it's too late for 6.4 we should
> release 6.4.1 with the fix.

That is quite reasonable to me.

BTW. If you have any patch, please let me know.  I am very happy to try 
them.

Regards
- Wu Zhou


  reply	other threads:[~2005-11-25  2:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22  8:39 Joel Brobecker
2005-11-22 14:09 ` Daniel Jacobowitz
2005-11-25  5:28   ` Randolph Chung
2005-11-22 23:16 ` Ulrich Weigand
2005-11-22 23:20 ` info types question Stefan Burström
2005-11-22 23:45   ` Daniel Jacobowitz
2005-11-22 23:50     ` Stefan Burström
2005-11-25  3:09       ` Daniel Jacobowitz
2005-11-22 23:20 ` First release candidate for GDB 6.4 available Mark Kettenis
2005-11-23  5:17 ` Wu Zhou
2005-11-25  2:47   ` Mark Kettenis
2005-11-25  2:51     ` Wu Zhou [this message]
2005-11-25  3:15       ` Daniel Jacobowitz
2005-11-25  4:21         ` Wu Zhou
2005-11-25 15:57           ` Kunal Parmar
2005-11-28 22:44 ` Mark Kettenis
2005-11-23 19:34 Newman, Sarah R

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=Pine.LNX.4.63.0511251016420.22345@linux.site \
    --to=woodzltc@cn.ibm.com \
    --cc=brobecker@adacore.com \
    --cc=gdb-testers@sources.redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=mark.kettenis@xs4all.nl \
    /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