mcberk / wrapitk

Automatically exported from code.google.com/p/wrapitk
0 stars 0 forks source link

itkwish with 64 bit build crashes on simple itk::Vector operation #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build itkwish 64-bit -- i.e. add -m64 -arch x86_64 to CFLAGS and CXXFLAGS

2. Run itkwish, and type the following commands

set vec [itkVectorD3]
${vec} SetElement 0 1.0

3. itkwish crashes.

What version of the product are you using? 
Latest CVS ITK, tcl wrapping turned on, CableSwig as of 2009-10-15

On what operating system?

OS X 10.5.8

Please provide any additional information below.

This crash doesn't happen with itkwish built 32-bit

Original issue reported on code.google.com by chaircru...@gmail.com on 12 Nov 2009 at 6:18