Yorick: do you have an idea why parts can not be created? I mean real parts not some mesh object (so real cylinder, cone, sphere, etc), to be able to use FreeCAD for some real CAD model.
Part->parametric-> box WORKS
Part->parametric->cylinder FREEZE (forcing quit, results the following line in gdb:
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb3136710 (LWP 20892)]
0xb1ce0d32 in CSLib_Class2d::InternalSiDans () from /usr/lib/libTKMath-6.2.so
the full backtrace:
http://pastebin.com/m4c7aa6fc
)
Part->parametric->sphere FREEZE
backtrace:
http://pastebin.com/m299814d5
Part->parametric->Cone
backtrace:
http://pastebin.com/m3b939a2b
Part->Parametric->Torus
backtrace:
http://pastebin.com/m686b39f4
Hope it helps something