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 <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to