INN 2.5, inn-CURRENT-20090103 Issues

William Kronert wkronert at sunstroke.sdsu.edu
Tue Jan 6 10:37:48 UTC 2009


Hi Julien,

At 01:47 PM 1/5/2009, Julien ÉLIE wrote:
>Hi William,
>>The biggest reason for upgrading to INN 2.5 was 
>>to get rid of this assertion connection.c 
>>problem.  Well the assertion issue is still a problem:


>Of course, I suggest that patch:
>
>Index: host.c
>===================================================================
>--- host.c      (révision 8263)
>+++ host.c      (copie de travail)
>@@ -1783,7 +1783,7 @@
>       delArticle (extraRef) ;
>
>       remArticle (article,&host->processed,&host->processedTail) ;
>-      if (!cxnCheckstate (cxn))
>+      if (cxn != NULL && !cxnCheckstate (cxn))
>         {
>           host->artsToTape++ ;
>           host->gArtsToTape++ ;
>
>
>Could you please try it and see if innfeed works fine?

I hate to say it but the patch isn't working.  I am still getting:
2009-01-05 23:19:38 innfeed: assertion -- cxn != 
NULL -- failed in file connection.c line 1171
2009-01-05 23:59:42 innfeed: assertion -- cxn != 
NULL -- failed in file connection.c line 1171

Wish I had some suggestions.  Thanks for trying, 
hopefully it will get fix :-).

Bill





More information about the inn-workers mailing list