Bug #379
Out of fd limit cause lighttpd crashed.
| Status: | Missing Feedback | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | worksforme |
|
| Patch available: |
Description
I use lighttpd 1.4.7 as my static page web server. When I use traffic shape to control output's speed, The lighttpd often crash. It seems too many file opened.
no core dump here even I set unlimit -c unlimited :S.
-- scaner
History
09/02/2008 12:49 AM - stbuehler
- Status changed from New to Fixed
- Resolution set to worksforme
too old; please check with lsof -p pidoflighty which files are open; strace is a nice tool here too (or ktrace or whatever your system has).