Project

General

Profile

Actions

Bug #1593

closed

lighttpd crashing in mod_fastcgi

Added by Anonymous about 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_fastcgi
Target version:
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

lighttpd.gdb.bz2 (21.1 KB) lighttpd.gdb.bz2 gdb -- NovaKing Anonymous, 2008-03-12 16:00
lighttpd.strace.bz2 (231 Bytes) lighttpd.strace.bz2 strace -- NovaKing Anonymous, 2008-03-12 16:00
lighttpd.valgrind.bz2 (2.05 KB) lighttpd.valgrind.bz2 valgrind -- NovaKing Anonymous, 2008-03-12 16:01
Actions #1

Updated by Anonymous about 16 years ago

Oh also, PHP version.

  1. php-cgi -v
    PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Mar 9 2008 05:42:42)

-- NovaKing

Actions #2

Updated by stbuehler about 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.

Actions #3

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #4

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom