Project

General

Profile

Actions

Bug #317

closed

exited on signal 11

Added by Anonymous over 18 years ago. Updated almost 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by conny about 18 years ago

  • Status changed from New to Assigned

Did more recent versions work for you?

Actions #2

Updated by Anonymous over 17 years ago

Replying to :

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

Actions #3

Updated by Anonymous about 16 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

Actions #4

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

Actions

Also available in: Atom