Sorry forgot to add. Yes, I am using 4.3.1.

Thanks

On 9 September 2015 at 11:57, Ben Boeckel <ben.boec...@kitware.com> wrote:

> On Wed, Sep 09, 2015 at 11:32:20 +0800, Ruggiero Guida wrote:
> > Fatal Python error: PyThreadState_Get: no current thread
> > Abort trap: 6
>
> Oof. Are you able to get a backtrace from lldb? It might help pinpoint
> where the problem is. This *should* do it:
>
>     $ lldb python
>     (lldb) process launch
>     >>> from paraview.simple import *
>     ...crash...
>     (lldb) thread backtrace all
>     <backtraces>
>
> I'm not all that familiar with lldb's differences from gdb, but this
> doc[1] should help.
>
> > Not sure if this counts, but I am using the standard installation. I have
> > not built paraview myself.
>
> Is this the 4.3.1 binary from the website?
>
> --Ben
>
> [1]http://lldb.llvm.org/tutorial.html
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to