[vtkusers] vtk4.2 + Python2.3 + win = works,but repr(<vtk object>) crashes
Andy Cedilnik
andy.cedilnik at kitware.com
Mon Sep 22 07:57:42 EDT 2003
Hi Frank,
How did you manage to debug Borland program with gdb?
Thanks.
Andy
On Sat, 2003-09-20 at 01:37, Frank Conradie wrote:
> I've so far tracked the problem down to line 109 in vtkPythonUtil.cxx:
>
> self->vtk_ptr->Print(buf);
>
> It works if I comment out this line, or replace it with something like:
>
> buf << self.vtk_ptr->GetClassName();
>
> I'll investigate further tomorrow - it's getting late!
More information about the vtkusers
mailing list