[Bug dap/34458] New: No response to the setBreakpoints request when the program is running
"dmitry.neverov at jetbrains dot com via Gdb-prs" <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34458
Bug ID: 34458
Summary: No response to the setBreakpoints request when the
program is running
Product: gdb
Version: HEAD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dap
Assignee: unassigned at sourceware dot org
Reporter: dmitry.neverov at jetbrains dot com
Target Milestone: ---
Sometimes gdb over dap doesn't reply to the setBreakpoints request
when the program is running.
For me it happens when debugging the following program on a machine
under a heavy load:
#include <unistd.h>
int main() {
int stop = 0;
for (int k = 0; k < 3000++; k++) {
usleep(10);
}
}
Usually gdb responds to the setBreakpoints request (good.log), but
sometimes it doesn't and is killed by the client (bad.log).
--
You are receiving this mail because:
You are on the CC list for the bug.