We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4745e commit 2779a64Copy full SHA for 2779a64
criu/cr-restore.c
@@ -1820,7 +1820,7 @@ static int restore_rseq_cs(void)
1820
static int catch_tasks(bool root_seized)
1821
{
1822
struct pstree_item *item;
1823
- bool nobp = fault_injected(FI_NO_BREAKPOINTS) || !kdat.has_breakpoints;
+ bool nobp = true; /* Always disable breakpoints on the restore path */
1824
1825
for_each_pstree_item(item) {
1826
int status, i, ret;
0 commit comments