INN 2.5, inn-CURRENT-20090103 Issues

William Kronert wkronert at sunstroke.sdsu.edu
Sun Jan 18 12:08:04 UTC 2009


Interesting, I just got another assertion failure BUT this time at a 
different line.  The one's I was getting before were at line 1171 and 
I haven't seen anymore of those since Julien created the patch.  Now 
for the first time I got one at line 842.

Jan 18 02:13:47 gondor innfeed[17396]: assertion -- cxn != NULL -- 
failed in file connection.c line 842

So In Host.c: $Id: host.c 8243 2008-12-21 11:50:47Z iulius $

static HostHolder FindBlockedHost(const char *name)
{
   HostHolder hh = blockedHosts;
   while (hh != 
NULL)                                                    #### Line 842
     if ((hh->params) && (hh->params->peerName) &&
         (strcmp(name,hh->params->peerName) == 0))
       return hh;
     else
       hh=hh->next;
   return NULL;
}

This assertion seems like a rare occurrence so testing any patches 
might take some time.

Bill




More information about the inn-workers mailing list