[vtkusers] VTK on AMD64 / x86_64
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed May 19 10:37:26 EDT 2004
Tom,
We don't have access to this type of architecture, could you send use
your CMakeCache.txt file. Also you can try to run the test suite. Go to
your vtk-bin directory and type:
make Experimental
Didn't you had any warnings during compilation ?
Thanks,
Mathieu
tom fogal wrote:
> 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 ()
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list