public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix racy FAILs of sigall-reverse.exp (and more)
@ 2015-01-26 17:32 Pedro Alves
  2015-01-26 17:19 ` [PATCH 2/3] When disabling target async, remove all target event sources from the event loop Pedro Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pedro Alves @ 2015-01-26 17:32 UTC (permalink / raw)
  To: gdb-patches

As can be seen in the buildbot results sent to the gdb-testers@ list,
sigall-reverse.exp is occasionally failing.

With my WIP all-stop-on-stop-of-non-stop series some other tests were
failing in a similar manner, which was what prompted me to look at
this in the first place.

This series fixes the root problems.  sigall-reverse.exp seems to be
robust for me now.

Tested on x86_64 Fedora 20, native and gdbserver.

Given the 'query' change that exposed these bugs is in 7.9, I'd like
to see this fixed there too.  My idea would be to push this into
master, give it a few days of buildbot exposure, and if all goes well,
push it to the branch.

Pedro Alves (3):
  Fix up some target is-async vs can-async confusions
  When disabling target async, remove all target event sources from the
    event loop
  Simplify event-loop core, remove two-step event processing

 gdb/event-loop.c    | 336 +++++++++++++++-------------------------------------
 gdb/event-loop.h    |   5 +-
 gdb/linux-nat.c     |  16 +--
 gdb/record-btrace.c |  17 +++
 gdb/record-full.c   |  32 +++--
 gdb/remote.c        |  16 ++-
 gdb/top.c           |   1 -
 7 files changed, 157 insertions(+), 266 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-02-04 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 17:32 [PATCH 0/3] Fix racy FAILs of sigall-reverse.exp (and more) Pedro Alves
2015-01-26 17:19 ` [PATCH 2/3] When disabling target async, remove all target event sources from the event loop Pedro Alves
2015-01-26 17:46 ` [PATCH 1/3] Fix up some target is-async vs can-async confusions Pedro Alves
2015-01-26 19:16 ` [PATCH 3/3] Simplify event-loop core, remove two-step event processing Pedro Alves
2015-02-03 22:48   ` Patrick Palka
2015-02-04 10:51     ` Pedro Alves
2015-02-04 17:34     ` Alex Velenko
2015-02-04 18:18       ` Pedro Alves
2015-02-04  9:49   ` Sergio Durigan Junior
2015-02-03 15:27 ` [PATCH 0/3] Fix racy FAILs of sigall-reverse.exp (and more) Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).