[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 --- Comment #5 from Tom Tromey <tromey at sourceware dot org> --- (In reply to Tom Tromey from comment #2) > One idea is to notice when the last thread has exited and just > synthesize the process-exit from that. Then if we see a real > process exit event, we could just ignore that. I don't think this will work. The internal test suite has a check that looks to see (via the windows equivalent of "ps") whether the program has exited; and in the case where the process-exit event is missing, the process is still present. I wonder if gdb could somehow be leaving the inferior in a state that prevents the exit event. -- You are receiving this mail because: You are on the CC list for the bug.