Quoting Tiago de Paula Peixoto (2015-01-28 13:41:53)
Can you try the patch attached, and re-enable sparsehash?
Yes, I applied the patch "patching file src/graph/generation/graph_rewiring.hh" and then removed the --disable-sparsehash switch from ./configure, and the configure log shows: checking whether to enable sparsehash...... yes checking for SPARSEHASH... yes checking sparsehash/dense_hash_set usability... yes checking sparsehash/dense_hash_set presence... yes checking for sparsehash/dense_hash_set... yes recompiled graph-tool only, and the problem returned: $/usr/bin/python3.3 -c 'import graph_tool.all as gt ; print(gt.__version__)' Segmentation fault $tail -n1 /var/log/messages Jan 28 16:58:57 localhost kernel: [18269.366654] python3.3[22192]: segfault at 1710c6 ip 00000000001710c6 sp 00007fffdf06d548 error 14 in libgmp.so.10.2.0[7f201b80c000+79000] -Justin