21 Sep
2015
21 Sep
'15
8:02 a.m.
On 20.09.2015 23:01, Yannis Panagis wrote:
Unfortunately, I 'm not good at Linux could you give me a pointer on how to produce the backtrace?
You have to isolate the problem in a self-contained script first. If it happens in one the animation scripts, you have to say which one. Then you run the script under gdb: gdb python (gdb) set args ./script.py (gdb) run when the segfault occurs you type (gdb) bt and post the _entire_ result. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>