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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to