[Bug tdep/34195] Windows tests report "No unwaited-for children left."
tromey at sourceware dot org via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34195
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |18.1
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--- Comment #9 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Tom Tromey from comment #8)
> (In reply to Tom Tromey from comment #7)
>
> > Anyway maybe one possible fix is to delay the final thread-exit event,
> > looping until we see a process-exit event, then handling both.
>
> What I tried is ignoring the EXIT_THREAD_DEBUG_EVENT for the final thread,
> reasoning that the subsequent EXIT_PROCESS_DEBUG_EVENT would take care of
> this automatically.
>
> This did not work -- it did remove the message, but now there are just
> test case timeouts like:
I figured out that my patch was not causing a ContinueDebugEvent call
to be made. An updated patch seems to fix the problem.
I'm going to set the target milestone on this because it's a regression
from gdb 17.
--
You are receiving this mail because:
You are on the CC list for the bug.