* Guy Helmer (ghelmer@xxxxxxxxxxxxxxx): > I'm using the FreeBSD squid port with ICAP support and I have it > configured to pass all HTTP requests through my icap server. It was > working well with the squid 2.6.9 port, but I wanted to take advantage > of the better support for broken HTTP/1.1 servers so I have updated to > the 2.6.11 port. However, squid is frequently dumping core with the > following traceback: ... > I see in store_log.c's storeLog() method there is special handling for a > NULL log_url but there isn't similar handling for the NULL log_url in > client_site.c's clientCreateStoreEntry() method before it calls > storeCreateEntry(). I'm new to this code base so I'm not sure whether > it's my ICAP daemon that is causing a problem or if this is truly a > problem in squid. > > Any ideas? I'll see whether I need to adapt the ICAP patch further (i.e. I screwed the merge from Squid-2-HEAD to Squid-2.6). It's possible, however, that the ICAP client is buggy in this respect. I just learned that its use is not encouraged on Squid-2 by the developers.