-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.4
-
None
-
None
-
None
-
rhel-sst-cs-stacks
-
ssg_core_services
-
None
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
apachectl graceful
Please provide the package NVR for which bug is seen:
Red Hat Enterprise Linux release 9.4 (Plow)
How reproducible:
apachectl graceful
Steps to reproduce
- for i in $(ps aux | grep "[hH]ttpd" | awk '{print $2}'); do ls /proc/$i/fd | wc -l; done
- apachectl graceful
- for i in $(ps aux | grep "[hH]ttpd" | awk '{print $2}'); do ls /proc/$i/fd | wc -l; done
Expected results
count of file descriptor remains the same
Actual results
count of file descriptor increases each time apachectl graceful executes