You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/09/13 23:39:54 UTC

DO NOT REPLY [Bug 12635] New: - File descriptor problem on Apache 2.0.39

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12635>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12635

File descriptor problem on Apache 2.0.39 

           Summary: File descriptor problem on Apache 2.0.39
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mcai@ariba.com


Hi,

I am countering a problem on Solaris 8 with Apache 2.0.39. After I had my 
application running for couple days, I saw some images broken. After refreshing 
the browser, it could be ok or other images could be broken. I checked the 
apache error_log, I found the apache ran out of file descriptors, the message 
showed:

[Mon Sep 09 19:01:42 2002] [warn] new file descriptor 1357 is too large; you 
probably need to rebuild Apache with a larger FD_SETSIZE (currently 1024) 

Before we built Apache, we already set file descriptor to 4096 with set 
rlim_fd_max=4096 and set rlim_fd_cur=4096 in /etc/system. 

The workaround of problem is that stop and start Apache server again, so it 
seems to me that Apache is leaking fds. I am wondering anyone has seen the same 
problem and what is the solution. It apparently very critical for our 
production customer.

Thanks a lot!

Maggie Cai

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org