This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug remote/17028] GDB+GDBserver hangs on Windows waiting for stop event since target-async on by default


https://sourceware.org/bugzilla/show_bug.cgi?id=17028

--- Comment #7 from Pedro Alves <palves at redhat dot com> ---
> I am discovering quite a bit with this PR, and one of the things
> I discovered is that we use a thread to perform select calls.

Yeah, that's actually why I was thinking of trying to make gdb_select call
select directly, since we're using sockets here (gdb_select is needed for
things _other_ than sockets).  Not as a fix, but as a way to check that that's
where the bug lies.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]