Project

General

Profile

Actions

Bug #2065

closed

core dumped on duplicate "else conditions"

Added by moo over 14 years ago. Updated over 14 years ago.

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

Description

$HTTP["host"] == "test.example.com" {
}
else $HTTP["host"] == "test.example.com" {
}

./lighttpd -Df lighttpd.conf.tmp

with debug build:

lighttpd: ../src/configparser.y:356: yy_reduce: Assertion `yymsp[-3].minor.yy78->context_ndx < yymsp[0].minor.yy78->context_ndx' failed.

with release build:
no error on start up, but when user request test.example.com lighttpd will segv

reproduced in branches/1.4.x/ and trunk/ at r2618

Actions #1

Updated by stbuehler over 14 years ago

  • Target version changed from 1.4.x to 1.4.24
Actions #2

Updated by stbuehler over 14 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2640.

Actions #3

Updated by stbuehler over 14 years ago

  • Missing in 1.5.x set to No
Actions

Also available in: Atom