Ticket #608 (closed defect: fixed)

Opened 2 years ago

Last modified 11 months ago

Assertion failure when global{} not inside a conditional

Reported by: intgr Assigned to: moo
Priority: normal Milestone: 1.5.0
Component: core Version: 1.4.11
Severity: minor Keywords:
Cc: intgr@juffo.org Blocking:
Need Feedback: 0

Description

Lighttpd produces an assertion failure when there's a global{} block not within the global context (not within any conditional blocks).

Eg, having this in the configuration file:

global {
  $HTTP["host"] =~ "^www\.(.*)" {
    url.redirect = ( "^/(.*)" => "http://%1/$1" )
  }
}

Results in:

lighttpd: array.c:75: array_pop: Assertion `a->used != 0' failed.

Attachments

Change History

04/04/2006 10:09:03 AM changed by moo

  • owner changed from jan to moo.

i'll check it later.

04/17/2006 09:30:54 AM changed by moo

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [1125]

09/07/2007 02:24:30 PM changed by moo

  • blocking changed.
  • pending changed.
  • milestone set to 1.5.0.

Add/Change #608 (Assertion failure when global{} not inside a conditional)




Change Properties
Action