Bug #1063
mod_expire causing crash?
| Status: | Fixed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_expire | |||
| Target version: | 1.5.0 | |||
| Pending: | Resolution: | fixed |
||
Description
I'm having a problem where lighttpd is crashing out ... and it appears to be doing so on mod_expire.
Attached is the valgrind file.
Please let me know if you need anything else?
Associated revisions
fixed expire.url with 'modification ...' if physical.path is not set
(fixes #1063)
History
03/01/2007 05:55 PM - jan
- Status changed from New to Assigned
please run valgrind against the version with debug-information like ./src/lighttpd
The valgrind output will point us to the source-file, -line.
Please also attach a minimal and command to reproduce it.
03/02/2007 05:55 PM - Anonymous
Attached is an updated valgrind file.
This is obviously the problem area of our configuration file (because it's the only place using "modification" offsets:
expire.url = ( "" => "modification 0 seconds" )
Let me know if you need anything else.
-- Jason W