[vtkusers] Python scripts work, but segfault on exit?
    David Doria 
    daviddoria+vtk at gmail.com
       
    Sun May  2 17:25:20 EDT 2010
    
    
  
> For me, there's no segfault.  A clean rebuild might fix it.
> Also, when a segfault occurs you should make a habit of doing this:
>
> gdb `which python`
> (gdb) run GetValue.py
> (gdb) continue
> (gdb) bt
>
>  David
>
Ah, for some reason there was a default install (from Fedora) of VTK
on this system so it was using that vtkpython instead of the one built
from git source. All is well.
David
    
    
More information about the vtkusers
mailing list