On 01/08/2013 10:46 PM, Uldis Bojars wrote:
Additional information:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8ad91d46 __kill + 10 1 libsystem_c.dylib 0x00007fff8d890df0 abort + 177 2 org.python.python 0x000000010f9ecc01 Py_FatalError + 49 3 org.python.python 0x000000010f9ebffc PyThreadState_Get + 28 4 org.python.python 0x000000010f9e8c7a Py_InitModule4_64 + 58 5 libboost_python-mt.dylib 0x000000010fb74823 boost::python::detail::init_module(char const*, void (*)()) + 35 6 org.python.python 0x0000000109a1fe0d _PyImport_LoadDynamicModule + 183 7 org.python.python 0x0000000109a1baf2 0x1099da000 + 269042
It crashes while importing the boost lib (so it seems).
Uninstalled and recompiled the boost library (via MacPorts) but am getting the same problem. Anything else to try?
I haven't seen this error before, but googling around suggest this may happen if graph-tool is being linked with the system's python libraries, whereas boost-python was compiled with the macports version. Please check if this is the case, and if so it may be a good idea to report the bug to macports people. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>