Bug 74671

Summary: semaphore freeing problem
Product: [Retired] Red Hat Linux Reporter: Need Real Name <stelian>
Component: apacheAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.3CC: landas, pc
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:49:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
comand line capture none

Description Need Real Name 2002-09-30 14:35:29 UTC
Description of Problem:
Apache doesn't release two semaphores after each restart. If apache is 
restarted too many times all semaphores will be exhausted.

Version-Release number of selected component (if applicable):
apache-1.3.23-14

How Reproducible:

Steps to Reproduce:
1. ipcs
2. /etc/rc.d/init.d/httpd start
3. ipcs

Actual Results:
Two semaphores remain occupied after stopping apache.

Expected Results:
The semaphores should be released after apache is stoped

Additional Information:
kernel version 2.4.18-10
glibc 2.2.5-39

Comment 1 Need Real Name 2002-09-30 14:37:04 UTC
Created attachment 77704 [details]
comand line capture

Comment 2 Need Real Name 2002-10-01 08:14:46 UTC
It seems the problem is related to mod_ssl. After disabling ssl support in
httpd.conf the semaphores were freed upon stopping apache.

Comment 3 Need Real Name 2002-10-01 10:13:09 UTC
Previous comment not confirmed upon testing on a new machine. The problem 
persists upon disabling ssl.

Comment 4 Need Real Name 2002-10-01 10:40:48 UTC
After disabling mod_php4 in httpd.conf on several different machines, the 
problem was solved. So, it would seem the problem is related to mod_php 4.

Comment 5 Need Real Name 2002-10-01 11:58:19 UTC
After recompiling php without the option --with-mm, the problem disappeared. I 
am using mm-1.1.3-8 and mm-development-1.1.3-8.

Comment 6 Joe Orton 2003-01-16 17:55:39 UTC

*** This bug has been marked as a duplicate of 74543 ***

Comment 7 Red Hat Bugzilla 2006-02-21 18:49:41 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.