<div dir="ltr">Sorry forgot to add. Yes, I am using 4.3.1.<div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 September 2015 at 11:57, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Sep 09, 2015 at 11:32:20 +0800, Ruggiero Guida wrote:<br>
> Fatal Python error: PyThreadState_Get: no current thread<br>
> Abort trap: 6<br>
<br>
</span>Oof. Are you able to get a backtrace from lldb? It might help pinpoint<br>
where the problem is. This *should* do it:<br>
<br>
    $ lldb python<br>
    (lldb) process launch<br>
    >>> from paraview.simple import *<br>
    ...crash...<br>
    (lldb) thread backtrace all<br>
    <backtraces><br>
<br>
I'm not all that familiar with lldb's differences from gdb, but this<br>
doc[1] should help.<br>
<span class=""><br>
> Not sure if this counts, but I am using the standard installation. I have<br>
> not built paraview myself.<br>
<br>
</span>Is this the 4.3.1 binary from the website?<br>
<br>
--Ben<br>
<br>
[1]<a href="http://lldb.llvm.org/tutorial.html" rel="noreferrer" target="_blank">http://lldb.llvm.org/tutorial.html</a><br>
</blockquote></div><br></div>