igraph-help
[Top][All Lists]
Advanced

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

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


From: kaledje blaise
Subject: [igraph] Re : error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed
Date: Fri, 1 Jul 2011 09:28:57 +0100 (BST)

Thanks,

I have solved the problem.

In fact it is the size of the attribute that was the problem. 

I have limited the size of the string value to 20 carracters and it is OK.

Regards,

Blaise


De : Gábor Csárdi <address@hidden>
À : kaledje blaise <address@hidden>; Help for igraph users <address@hidden>
Envoyé le : Jeudi 30 Juin 2011 21h26
Objet : Re: [igraph] error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed

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]