[vtkusers] wx python scripts segfault

Charl Botha c.p.botha at tudelft.nl
Sun Feb 28 11:17:51 EST 2010


On 28 February 2010 15:14, David Doria <daviddoria+vtk at gmail.com> wrote:
>> See here: http://code.google.com/p/devide/wiki/Downloads?tm=2
>
> Charl,
> I only didn't add the renderer because I was trying to get the minimal
> script that would crash. Running wxVTKRenderWindowInteractor directly also
> crashes:
> [doriad at davedesktop wx]$ pwd
> /home/doriad/src/VTK/Wrapping/Python/vtk/wx
> [doriad at davedesktop wx]$ python wxVTKRenderWindowInteractor.py
> Segmentation fault
> Any thoughts on what to try next?

If you're not too attached to your VTK binaries, please try the DRE
(see link above).  It contains its own versions of VTK, Python and
wxPython and requires no installation besides unpacking the relevant
tarball.  If it solves your problems, and you don't mind using the
DRE, you're done. :)

If not, it's time to study backtraces.  I have looked at the previous
one you posted, it seems to segfault in X.  In the past, I've had
problems with the osmesa libraries.  Swapping them out fixed the
problem.  Where is your libGL.so from?

Good luck,
Chalr



More information about the vtkusers mailing list