criu/compel
Andrei Vagin 8063eb8fe6 parasite: don't block SIGTRAP
This is the workaround for #1429.

The parasite code contains instructions that trigger SIGTRAP to stop at
certain points. In such cases, the kernel sends a force SIGTRAP that
can't be ignore and if it is blocked, the kernel resets its signal
handler to a default one and unblocks it. It means that if we want to
save the origin signal handle

Signed-off-by: Andrei Vagin <avagin@gmail.com>
2021-05-20 22:38:42 -07:00
..
arch mips: remove empty gitignore 2021-05-07 23:37:30 -07:00
include parasite: don't block SIGTRAP 2021-05-20 22:38:42 -07:00
plugins compel/log: Provide %u specifier parsing 2020-11-18 23:53:56 -08:00
src parasite: don't block SIGTRAP 2021-05-20 22:38:42 -07:00
test compel/test: Fix warn_unused_result 2021-01-12 20:47:46 +00:00
.gitignore compel: adapt .gitgnore for aarch64 and ppc64le 2017-08-09 18:51:42 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area() 2021-03-02 08:08:44 -07:00