Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-44577

file descriptor increases each time apachectl graceful executes

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-9.4
    • httpd
    • None
    • None
    • None
    • rhel-sst-cs-stacks
    • ssg_core_services
    • None
    • False
    • Hide

      None

      Show
      None
    • 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

      1. for i in $(ps aux | grep "[hH]ttpd" | awk '{print $2}'); do  ls /proc/$i/fd | wc -l; done
      2. apachectl graceful
      3. 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

              luhliari@redhat.com Lubos Uhliarik
              secioss Katsumi Sekiguchi (Inactive)
              Lubos Uhliarik Lubos Uhliarik
              rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: