tis 2007-06-12 klockan 12:22 +0100 skrev Michael Pye:
> Thanks Henrik - trying this today from cvs but I am getting quite often
> in the cache.log:
>
> assertion failed: HttpHeader.c:916: "htime >= 0"
>
> and squid aborts. Without the act-as-origin option enabled I don't get this.
> Something to do with it updating the date header perhaps.
Can you please file a bug report on that? (preferably with a stack
trace..)
Do you have any objects with a very very large expiry?
If you can, please run Squid under gdb to collect all the needed
details:
gdb /path/to/sbin/squid
handle SIGPIPE pass noprint nostop
run -DNYCd3
[wait for crash]
backtrace
frame X
[where X is the frame number of clientBuildReplyHeader() as seen in the backtrace]
print squid_curtime
print http->entry->timestamp
print http->entry->expires
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT