[vtkusers] VTK on AMD64 / x86_64
tom fogal
tfogal at apollo.sr.unh.edu
Tue May 18 19:38:18 EDT 2004
Has anyone tried VTK on an x86_64? I'm getting segfaults on even the simplest
of programs.
Is this tested / supported? Should I be doing anything special to get things
to work?
Thanks,
-tom
>From one of the example programs under the 'Example Code' section of vtk.org:
(gdb) run
Starting program: /home/tfogal/a.out
[Thread debugging using libthread_db enabled]
[New Thread 182932434144 (LWP 10665)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182932434144 (LWP 10665)]
vtkProcessObject::SetNthInput (this=Variable "this" is not available.
)
at /home/tfogal/tarballs/VTK/Common/vtkProcessObject.cxx:234
234 if (idx >= this->NumberOfInputs)
Current language: auto; currently c++
(gdb) bt
#0 vtkProcessObject::SetNthInput (this=Variable "this" is not available.
)
at /home/tfogal/tarballs/VTK/Common/vtkProcessObject.cxx:234
#1 0x0000002a9575fd1e in vtkPolyDataMapper::SetInput (this=Variable "this" is not available.
)
at /home/tfogal/tarballs/VTK/Rendering/vtkPolyDataMapper.cxx:74
#2 0x0000000000400d7b in main ()
More information about the vtkusers
mailing list