Возникла неприятная проблемка. После обновления сквида с 3.0.STABLE13 до 3.0.STABLE14 появляется такая ошибочка:
Код: Выделить всё
assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
Модератор: terminus
Код: Выделить всё
assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
Код: Выделить всё
=== modified file 'src/HttpHeader.cc'
--- src/HttpHeader.cc 2009-04-10 07:49:36 +0000
+++ src/HttpHeader.cc 2009-04-14 13:52:50 +0000
@@ -106,7 +106,7 @@
{"Last-Modified", HDR_LAST_MODIFIED, ftDate_1123},
{"Link", HDR_LINK, ftStr},
{"Location", HDR_LOCATION, ftStr},
- {"Max-Forwards", HDR_MAX_FORWARDS, ftInt},
+ {"Max-Forwards", HDR_MAX_FORWARDS, ftInt64},
{"Mime-Version", HDR_MIME_VERSION, ftStr}, /* for now */
{"Pragma", HDR_PRAGMA, ftStr},
{"Proxy-Authenticate", HDR_PROXY_AUTHENTICATE, ftStr},
Код: Выделить всё
2009/04/20 09:42:56| HTCP Disabled.
2009/04/20 09:42:56| Loaded Icons.
2009/04/20 09:42:56| Ready to serve requests.
2009/04/20 09:42:56| assertion failed: comm.cc:572: "fdc_table[fd].active == 1"
2009/04/20 09:42:59| Starting Squid Cache version 3.0.STABLE14 for i386-portbld-freebsd7.2...
2009/04/20 09:42:59| Process ID 26143
2009/04/20 09:42:59| With 11072 file descriptors available
2009/04/20 09:42:59| DNS Socket created at 0.0.0.0, port 52159, FD 7
2009/04/20 09:42:59| Adding nameserver 192.168.100.252 from /etc/resolv.conf
Код: Выделить всё
Apr 20 09:42:56 freebsd kernel: pid 943 (squid), uid 100: exited on signal 6 (core dumped)
Код: Выделить всё
assertion failed: store_client.cc:430: "STORE_DISK_CLIENT == getType()"
Код: Выделить всё
2009/04/21 16:13:53| clientParseRequestMethod: Unsupported method in request 'CCM_POST /ccm_system/request HTTP/1.1__Accept: text/*, application/octet-stream__content-type: multi'
2009/04/21 16:13:53| clientProcessRequest: Invalid Request
2009/04/21 16:13:56| clientParseRequestMethod: Unsupported method attempted by 172.26.14.123: This is not a bug. see squid.conf extension_methods
Какие значения туда воткнуть ума не приложу.# TAG: extension_methods
# Squid only knows about standardized HTTP request methods.
# You can add up to 20 additional "extension" methods here.
#
#Default:
# none