Comment 8 for bug 739954

Revision history for this message
Jordi Torrents (jtorrents) wrote :

Hi Tamas,

I've just installed the igraph python packages from PPA Launchpad (build 5 weeks ago) and it seems that the bug is still there:

jtorrents@jupiter:~$ igraph
No configuration file, using defaults
igraph 0.5.4 running inside Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
Type "copyright", "credits" or "license" for more information.

IPython 0.10 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: g=Graph([(0,1), (0,2), (2,3), (3,4), (4,2), (2,5), (5,0), (6,3), (5,6)])
In [2]: g.eigenvector_centrality()
Segmentation fault
jtorrents@jupiter:~$

I'm using Debian Squeeze 64bits (amd64) and I have used the maverik target on PPA. In a system with the same configuration but with 32 bits (ie Debian stable and igraph installed from maverik target on PPA) seems to work fine.

Thanks