bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1600 "unexpected failures" in gdb-weekly-CVS-6.8.50.20090113.tar.bz2


From: Pedro Alves
Subject: Re: 1600 "unexpected failures" in gdb-weekly-CVS-6.8.50.20090113.tar.bz2 (on OpenSolaris 2008.11 using gcc version 4.4.0 20090111)
Date: Fri, 16 Jan 2009 14:39:11 +0000
User-agent: KMail/1.9.10

On Thursday 15 January 2009 13:20:55, address@hidden wrote:

> While building I found one "-Werror":

> cc1: warnings being treated as errors
> ../../gdb-cvs/gdb/procfs.c: In function 'proc_set_watchpoint':
> ../../gdb-cvs/gdb/procfs.c:2942: error: dereferencing pointer 'pwatch' 
> does break strict-aliasing rules

Nasty.  Even more, the current code assumes
that alignof (arg.watch) == alignof (prwatch_t)).

Did you consider fixing this, and posting a patch at gdb-patches@ ?

[...]

If you look at the log file, does it look like many failures are
related to \r\n patterns being misdetected?  Passing --debug to RUNTESTFLAGS
will make it easier to spot.  I had some troubles related to that when
I last ran the testsuite on that version of Solaris.  See here:

  http://sourceware.org/ml/gdb/2008-08/msg00144.html

I still don't know what the proper fix is.

> I like to see the "# of unexpected failures" closer to zero.

Someone has to put effort into making that happen.

-- 
Pedro Alves




reply via email to

[Prev in Thread] Current Thread [Next in Thread]