Comment 6 for bug 739954

Revision history for this message
Amy Yu (amyzhao-yu) wrote : Re: [Bug 739954] Re: Segmentation fault when calculating eigenvector centrality

Sure! Do I install it the same way?

Via mobile

On Mar 22, 2011, at 12:20 PM, "Tamás Nepusz" <email address hidden> wrote:

> The fixed package is currently being re-built by Launchpad. If you wish,
> I can send you a package built on my own machine so you can try it. Just
> drop me a mail.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/739954
>
> Title:
> Segmentation fault when calculating eigenvector centrality
>
> Status in The igraph library:
> Confirmed
>
> Bug description:
> Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
> In [1]: import igraph
> In [2]: g = igraph.Graph([(0,1), (0,2), (2,3), (3,4), (4,2), (2,5), (5,0), (6,3), (5,6)])
> In [3]: g.eigenvector_centrality()
> Segmentation fault (core dumped)
>
> I get a segmentation fault error whenever I attempt to calculate
> eigenvector centrality using igraph. I am using version 0.5.4.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/igraph/+bug/739954/+subscribe