segmentation fault in linux, blender 2.28c

well blender 2.28a works fine on my mandrake linux 9.1 box, but the updated version 2.28c just crashes on me. when i run ./blender -d, here’s my output:

Blender V 2.28
argv[0] = ./blender
argv[1] = -d
‘import site’ failed; use -v for traceback
Segmentation fault

that’s all i get. any ideas?

spiderworm

Can you run blender under gdb?

gdb ./blender
run
(seg faults)
bt

Yup, it segfaults in Mandrake 9. Just grab the latest CVS and compile. I had to do the same and now works like a charm. :smiley: