Further to my previous post, here is a small test program which exhibits a crash from what I think the same cause:
#include <stdio.h> #include <Python.h> int main(int argc, char** argv) { while(1) { printf("."); Py_Initialize(); Py_Finalize(); } return 0; } I get output like this: ......Segmentation fault (core dumped) 7 times again - same as with the blender crash. Something is wrong with python. -- Blender crashes, when starting game-engine https://bugs.launchpad.net/bugs/108596 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs