Comment 8 for bug 514264

Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

This bug has been fixed and committed for version 1.4.

The fix has been tested again all data reported by Antonio (killer.graphml, test.graphml, etc).

The problem was that in these files an edge was declared before the source and target nodes. For instance, in test.graphml (comment #3) and edge was declared in line 31
    <edge target="56" source="2" directed="true" id="e-2-sex_id"/>

but source node 56 had not been declared yet.

The fix makes sure SocNetV sees that and creates all missing nodes. So, no more crashes :)