Actions
Bug #1593
closedlighttpd crashing in mod_fastcgi
ASK QUESTIONS IN Forums:
Description
lighttpd seems to crash. Issue exists in 1.4.18, 1.4.19 (.18 seems to survive longer though)
<f'stbuehler> if there is more than one fcgi-package in one chunk, that will happen
<f'stbuehler> NovaKing: i guess php send two "fastcgi-packets" and lighty read them into one chunk
attached are different types of traces.
-- NovaKing
Files
Updated by Anonymous over 16 years ago
Oh also, PHP version.
- php-cgi -v
PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Mar 9 2008 05:42:42)
-- NovaKing
Updated by stbuehler over 16 years ago
It seems gdb gave a broken backtrace; with -O0 we had a cleaner backtrace which indicated a normal out of memory problem, as there were many big files sent with fastcgi without using x-sendfile.
ATM lighttpd-1.4.x does not support ranged requests with x-sendfile from fastcgi but lighttpd-1.5.x should, so this may be an alternative.
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom