Ticket #317 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 months ago

exited on signal 11

Reported by: wsgtrsys@21cn.com Assigned to: conny
Priority: normal Milestone:
Component: core Version: 1.4.18
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

Description (Last modified by conny)

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" 
)

Attachments

Change History

02/08/2006 09:23:48 AM changed by conny

  • owner changed from jan to conny.
  • status changed from new to assigned.
  • version set to 1.4.5.
  • description changed.

Did more recent versions work for you?

(in reply to: ↑ description ) 08/05/2006 12:48:04 AM changed by xiabill@21cn.com

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

06/25/2007 01:03:52 AM changed by moo

  • blocking changed.
  • pending changed.
  • summary changed from bug to exited on signal 11.

03/12/2008 11:28:13 AM changed by Danny from Network Solutions Norway

  • version changed from 1.4.5 to 1.4.18.

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.

04/24/2008 08:44:25 AM changed by stbuehler

  • status changed from assigned to closed.
  • 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).


Add/Change #317 (exited on signal 11)




Change Properties
Action