-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
rhel-9.6
-
None
-
None
-
None
-
rhel-kernel-debug
-
ssg_core_kernel
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
After upgrading to numatop-2.4-6.el9, SIGINT, and SIGTERM signals are being ignored.
Our team is using numatop to automatically collect metrics while running benchmarks:
echo "N" | numatop -d /tmp/numatop.log > /dev/null 2>&1 &
benchmark
pkill -2 numatop
After upgrading to numatop-2.4-6.el9 we have realized that numatop was not terminated.
What is the impact of this issue to you?
Since numatop processes were not terminated, many accumulated when running our automated suite. This greatly impacted overall system performance, causing false positives performance regressions.
Please provide the package NVR for which the bug is seen:
numatop-2.4-6.el9
How reproducible is this bug?:
Always
Steps to reproduce
- echo "N" | numatop -d /tmp/numatop.log > /dev/null 2>&1 &
- sleep 2
- pkill -2 numatop
- ps -ef | grep numatop
Expected results
SIGINT and SIGTERM signals will be honored and numatop will be terminated.
Actual results
SIGINT and SIGTERM signals are ignored since numatop-2.4-6.el9