igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Memory leak when using Graph.Adjacency in Python interface


From: Jonathan F. Donges
Subject: Re: [igraph] Memory leak when using Graph.Adjacency in Python interface
Date: Thu, 10 Dec 2009 17:12:37 +0100

Dear Tamas,

I now included the fix by hand instead of replacing the whole source file, and it works great for me. Thanks for pointing out the nightly build at Google Code!

Will you include the fix in the igraph 0.6 branch as well?

Cheers,
Jonathan

2009/12/10 Tamas Nepusz <address@hidden>
Dear Jonathan,

igraph_diameter_dijkstra is a symbol that was added to the C core of the
igraph library after the release of 0.5.2. The fact that your recompiled
Python extension seems to refer to it shows that maybe the source code
you used to recompile the Python interface is "too new" (at least it
doesn't fit the C core). Check the source code of the Python interface
for references to igraph_diameter_dijkstra; I have just checked the
source code on the Python Package Index and it contains no references to
that function.

> Do you have an idea, what could be the cause of this? Is there an easy way
> to obtain the complete latest version of the Python igraph 0.5 branch from
> launchpad? Possibly also the latest version of the corresponding C library?
If you wait for a day, you can grab the latest nightly builds from
Google Code (note that its version number is 0.5.3 already).

http://code.google.com/p/igraph/downloads/list

--
Tamas


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help


reply via email to

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