This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: gdb-7.8 branching status (2014-06-04)
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 4 Jun 2014 16:03:24 -0700
- Subject: Re: gdb-7.8 branching status (2014-06-04)
- Authentication-results: sourceware.org; auth=none
- References: <20140604171843 dot GX30686 at adacore dot com>
> . I also noticed what looks like some failures with gdbserver
> on Windows, but I haven't had time to look into this.
> I am hoping it's the same issue was on LynxOS.
I can now say with relative certainty that it isn't the same issue.
It looks related to the fact that target-async is enabled by default.
I'm still gathering evidence, but the the reproducer is a little racy;
it doesn't always fail, and doesn't always fail at the same point :-(.
Sadly, I also noticed that the "maint set target-async" command is
missing on Windows hosts :-(. So that made testing my theory a little
more difficult, and added yet more work before we can cut the 7.8
branch. But in any case, manually setting target_async_permitted
and target_async_permitted_1 (I am paranoid) to 0 allowed me to
pass my test 20 times in a row, as opposed to having it fail roughly
12-15 times.
I will create PRs and investigate further tomorrow.
--
Joel