Projects STRLCPY criu Commits 3364b10b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    cr-restore.c
    skipped 1581 lines
    1582 1582   for (i = 0; i < item->nr_threads; i++) {
    1583 1583   pid = item->threads[i].real;
    1584 1584   
    1585  - if (item != root_item || !root_seized) {
     1585 + if (item != root_item || !root_seized || i != 0) {
    1586 1586   if (ptrace(PTRACE_ATTACH, pid, 0, 0)) {
    1587 1587   pr_perror("Can't attach to %d", pid);
    1588 1588   return -1;
    skipped 1408 lines
Please wait...
Page is in error, reload to recover