igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Multithreading and GraphML


From: Tamas Nepusz
Subject: Re: [igraph] Multithreading and GraphML
Date: Tue, 25 Aug 2009 10:36:15 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi Chris,

I've added the xmlInitParser() call to igraph_read_graph_graphml for the
time being. The changes are committed to the 0.6 tree.

-- 
Tamas


On Tue, Aug 18, 2009 at 05:19:49PM -0400, Chris Wj wrote:
> Hi all, this is just a FYI for anyone working with igraph and doing
> multithreading. I fixed a bug where igraph crashes in multithreaded apps
> using libxml2 by adding the following line to 'foreign-graphml.c', line 997
> in 'igraph_read_graph_graphml' after the variable declarations.
> 
> 
> > xmlInitParser();




reply via email to

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