Bug #317
closedexited on signal 11
Description
i am use freebsd5.4 and lighttpd1.3.16,it work fine ,today i upgrade lihttpd from 1.3.16 to 1.4.5 ,but 1.4.5 can't work fine,if i add thereinafter,lihttpd will exit "pid 6163 (lighttpd), uid 80: exited on signal 11"
url.rewrite = ( "^/viewthread_([0-9]+)\.html$" => "viewthread.php?tid=$1&extra=page%3D1", "^/forumdisplay_([0-9]+)\.html$" => "forumdisplay.php?fid=$1", "^/archiver/tid-([0-9]+)\.html" => "archiver/?tid-$1.html" )
-- wsgtrsys
Updated by conny about 19 years ago
- Status changed from New to Assigned
Did more recent versions work for you?
Updated by Anonymous over 18 years ago
Replying to wsgtrsys@21cn.com:
i am use freebsd5.4 and lighttpd1.3.16,it work fine ,today i upgrade lihttpd from 1.3.16 to 1.4.5 ,but 1.4.5 can't work fine,if i add thereinafter,lihttpd will exit "pid 6163 (lighttpd), uid 80: exited on signal 11" {{{
url.rewrite = (
"^/viewthread_(0-9+)\.html$" => "viewthread.php?tid=$1&extra=page%3D1",
"^/forumdisplay_(0-9+)\.html$" => "forumdisplay.php?fid=$1",
"^/archiver/tid-(0-9+)\.html" => "archiver/?tid-$1.html"
)
I meet it too.
It's a serious BUG
hope repair quickly
-- xiabill
Updated by Anonymous about 17 years ago
Hi,
I see the exact same problem under FreeBSD 6.1-RELEASE-p6 with lighty 1.4.18 (with ssl).
It seems like it stops when I set '''server.eventhandler = "poll"''', instead of kqueue, allthough using kqueue would be optimal.
-- Danny from Network Solutions Norway
Updated by stbuehler almost 17 years ago
- Status changed from Assigned to Fixed
- Resolution set to duplicate
Ok, the original bug: "viewthread.php?tid=$1&extra=page%3D1" has 3 in it, which refers to a matched part of the conditional; if you want to use '' in the right part of a url.rewrite, you either need to have a non-digit after it or use current svn lighttpd-1.4.x and type '%%'.
The segfault for '%3' should be fixed already (see #1601).
We fixed a segfault with eventhandler (see #1562) which could be linked to the problem with server.eventhandler = "kqeue".
So please try 1.4.19, and if you get segfaults again please attach a backtrace (http://trac.lighttpd.net/trac/wiki/HowToReportABug).
Also available in: Atom