|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2003-11-14 14:19:58
|
Hi, I get these warnings on a Red Hat 9 machine: $ valgrind ls [...] ==14433== Memcheck, a.k.a. Valgrind, a memory error detector for x86-linux. ==14433== Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward. ==14433== Using valgrind-2.0.0, a program supervision framework for x86-linux. ==14433== Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward. ==14433== Estimated CPU clock rate is 1995 MHz ==14433== For more details, rerun with: -v ==14433== ==14433== Warning: attempt to set SIGKILL handler in __NR_sigaction. ==14433== Warning: attempt to set SIGSTOP handler in __NR_sigaction. [...] What do they mean exactly? Should these warnings be ignored? Should the program be fixed? -- Dimitri |