[vtkusers] linux coredump

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Sun Mar 18 22:22:14 EST 2001


hi,

>>>>> "Kojekine" == Kojekine Nikita <karlson at stu.mech.titech.ac.jp> writes:

    Kojekine> Hello! I compiled VTK 3.2 on Linux 2.4.2ac11, XFree86
    Kojekine> 4.0.2, gcc 2.95.2, Mesa 3.3.  But when I try to run any
    Kojekine> sample program with renderer - it makes segmentation
    Kojekine> fault, core dumped.  how can i fix it?  thank you

What sample program is this?  If it is a c++ program, run it thru gdb
and do a backtrace.  If it is a Tcl program run 

$ gdb <path_to_vtk>/vtk
gdb> run tcl_script.tcl

in case its a Python script

$ gdb <path_to_python>/python
gdb> run python_script.py

Hopefully you will get some information if you do this.

prabhu




More information about the vtkusers mailing list