Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate
       [not found] <E1dlPHW-0007LM-Eg@kwanyin.sergiodj.net>
@ 2017-08-26 12:39 ` Joel Brobecker
  2017-08-26 13:18   ` Simon Marchi
  2017-08-26 19:54   ` Sergio Durigan Junior
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2017-08-26 12:39 UTC (permalink / raw)
  To: gdb-patches

Hello,

On Fri, Aug 25, 2017 at 08:48:58PM -0400, gdb-buildbot@sergiodj.net wrote:
> My lords, ladies, gentlemen, members of the public.
> 
> It is a matter of great regret and sadness to inform you that commit:
> 
> 	remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
> 	988f6b3dc615173d6d78a76ac26c109b4582da74
> 
> might have made GDB unwell.  Since I am just your Butler BuildBot,
> I kindly ask that a human superior officer double-check this.

My change only touches a static function in ada-lang.c, while
the error is reported inside sparc64-tdep.  Maybe an earlier commit?

-- 
Joel


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

* Re: Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate
  2017-08-26 12:39 ` Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate Joel Brobecker
@ 2017-08-26 13:18   ` Simon Marchi
  2017-08-26 19:54   ` Sergio Durigan Junior
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Marchi @ 2017-08-26 13:18 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 2017-08-26 14:39, Joel Brobecker wrote:
> Hello,
> 
> On Fri, Aug 25, 2017 at 08:48:58PM -0400, gdb-buildbot@sergiodj.net 
> wrote:
>> My lords, ladies, gentlemen, members of the public.
>> 
>> It is a matter of great regret and sadness to inform you that commit:
>> 
>> 	remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
>> 	988f6b3dc615173d6d78a76ac26c109b4582da74
>> 
>> might have made GDB unwell.  Since I am just your Butler BuildBot,
>> I kindly ask that a human superior officer double-check this.
> 
> My change only touches a static function in ada-lang.c, while
> the error is reported inside sparc64-tdep.  Maybe an earlier commit?

Yes, it was an earlier commit.  Weimin Pan has submitted patches to fix 
it, the latest version (needs to be reviewed) being:

   https://sourceware.org/ml/gdb-patches/2017-08/msg00495.html

Simon


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

* Re: Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate
  2017-08-26 12:39 ` Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate Joel Brobecker
  2017-08-26 13:18   ` Simon Marchi
@ 2017-08-26 19:54   ` Sergio Durigan Junior
  2017-08-26 21:04     ` H.J. Lu
  1 sibling, 1 reply; 4+ messages in thread
From: Sergio Durigan Junior @ 2017-08-26 19:54 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On Saturday, August 26 2017, Joel Brobecker wrote:

> Hello,
>
> On Fri, Aug 25, 2017 at 08:48:58PM -0400, gdb-buildbot@sergiodj.net wrote:
>> My lords, ladies, gentlemen, members of the public.
>> 
>> It is a matter of great regret and sadness to inform you that commit:
>> 
>> 	remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
>> 	988f6b3dc615173d6d78a76ac26c109b4582da74
>> 
>> might have made GDB unwell.  Since I am just your Butler BuildBot,
>> I kindly ask that a human superior officer double-check this.
>
> My change only touches a static function in ada-lang.c, while
> the error is reported inside sparc64-tdep.  Maybe an earlier commit?

Yeah, sorry about these messages.  BuildBot is currently not smart
enough to figure out that the failure was not introduced by the last
commit.  One solution, proposed by Pedro, is to send the breakage e-mail
to the authors of all commits that haven't been tested until the last
one, but that's also not easy to do...  I'll investigate and see if
there's any other way.

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


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

* Re: Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate
  2017-08-26 19:54   ` Sergio Durigan Junior
@ 2017-08-26 21:04     ` H.J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H.J. Lu @ 2017-08-26 21:04 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: Joel Brobecker, GDB

On Sat, Aug 26, 2017 at 12:53 PM, Sergio Durigan Junior
<sergiodj@redhat.com> wrote:
> On Saturday, August 26 2017, Joel Brobecker wrote:
>
>> Hello,
>>
>> On Fri, Aug 25, 2017 at 08:48:58PM -0400, gdb-buildbot@sergiodj.net wrote:
>>> My lords, ladies, gentlemen, members of the public.
>>>
>>> It is a matter of great regret and sadness to inform you that commit:
>>>
>>>      remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
>>>      988f6b3dc615173d6d78a76ac26c109b4582da74
>>>
>>> might have made GDB unwell.  Since I am just your Butler BuildBot,
>>> I kindly ask that a human superior officer double-check this.
>>
>> My change only touches a static function in ada-lang.c, while
>> the error is reported inside sparc64-tdep.  Maybe an earlier commit?
>
> Yeah, sorry about these messages.  BuildBot is currently not smart
> enough to figure out that the failure was not introduced by the last
> commit.  One solution, proposed by Pedro, is to send the breakage e-mail
> to the authors of all commits that haven't been tested until the last
> one, but that's also not easy to do...  I'll investigate and see if
> there's any other way.
>

You can keep track of errors for the current commit and do
not send an email if the next commit doesn't change errors.

-- 
H.J.


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

end of thread, other threads:[~2017-08-26 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1dlPHW-0007LM-Eg@kwanyin.sergiodj.net>
2017-08-26 12:39 ` Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate Joel Brobecker
2017-08-26 13:18   ` Simon Marchi
2017-08-26 19:54   ` Sergio Durigan Junior
2017-08-26 21:04     ` H.J. Lu

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