Bug #2416
closedVersion 1.4.30 - Minor config problem: config_read: Assertion `context.all_configs->used == 0' failed.
Description
Hi,
I found out that giving -f more than once can cause problems.
lighttpd -f lighttpd.conf -f lighttpd.conf
It was the same .conf file btw (which was my accident, I just found out that lighttpd hates this)
Lighttpd then will say:
lighttpd: configfile.c:1101: config_read: Assertion `context.all_configs->used == 0' failed.
Aborted
And it will abort.
When I first had this problem, it was not obvious to me why it happened (I used an alias actually and then just appended -f again to this alias, which used -f already).
The error message: "Assertion failed" was not useful to me.
Proposal:
Make this specific error message more useful in case a user uses the -f option twice (or more than once).
Suggestion for error message, in case of abort-like problems:
"You seem to be using the -f option more than once."
"Please review your configuration files as they may contradict each other."
And then a listing which specific configuration option is in conflict perhaps - that would be most helpful.
Updated by stbuehler over 12 years ago
- Target version changed from 1.4.x to 1.4.31
Updated by stbuehler over 12 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2836.
Updated by stbuehler almost 9 years ago
- Has duplicate Bug #1755: specifying config-file twice crashes lighttpd added
Also available in: Atom