Processes running in Linux ignores signals (INT,QUIT,TERM) except KILL. Programs such as top, tail -f, sleep and etc, do not respond when pressing Ctrl+C and thus have to stop them from another console using the kill utility. Strace not showing any activity, and I see that the process doesn't got signals.
What could be the problem?
CentOS 6.5, kernel 3.10.23 (custom kernel build from OVH Hosting).