On Wed, 28 Jan 2004, Rene Mayrhofer wrote: > ==> /var/log/squid/cache.log <== > 2004/01/28 20:05:46| assertion failed: cbdata.c:185: "c->y == c"
This indicates cbdata whas called on a data item not allocated via cbdata. A stack trace with gdb should tell you exacly where, and from there it should not be hard to figure out what is wrong. Regards Henrik
