tor 2011-01-13 klockan 15:38 +0300 skrev Hasanen AL-Bana: > Hi, > > I am getting these every few minutes causing squid process to restart > > 2011/01/08 17:30:20| assertion failed: coss/store_dir_coss.c:276: > "curstripe == storeCossFilenoToStripe(cs, e->swap_filen)" This is a bug. A guess is that it's triggered by you trying to store largeish objects in the COSS. COSS is designed for storing small objects only. I would not recommend using a max-size larger than at most 64K for COSS, and would recommend 32K. Regards Henrik