igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed


From: Gábor Csárdi
Subject: Re: [igraph] error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed
Date: Thu, 30 Jun 2011 15:26:42 -0400

Blaise,

this code seems to be OK, the error is either in igraph or in other
parts of your code. Could you please send a complete example that
fails? Something that I can compile and debug.

Thanks,
Gabor

On Wed, Jun 29, 2011 at 5:38 AM, kaledje blaise <address@hidden> wrote:
> Hi,
> I have this error when I include the following code into my program:
> igraph_vs_vector(&vs,&localcom);
> //igraph_vs_vector(&subcom,&vs2);
> i=0;
> igraph_vit_create(graph, vs, &vit);
> print_vector(&overlapmembership);
> while (!IGRAPH_VIT_END(vit)) {
> sprintf(value,"%s %d ",igraph_cattribute_VAS(graph,
> "LC",IGRAPH_VIT_GET(vit)),i);
> igraph_cattribute_VAS_set(graph, "LC",IGRAPH_VIT_GET(vit),value );
> IGRAPH_VIT_NEXT(vit);
> i++;
> }
> I have read a post with the same error but I do not use any FINALLY method
> in my code.
> How can I solve it?
> Thanks in advance,
>
> Blaise
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

[Prev in Thread] Current Thread [Next in Thread]