[Insight-users] [ITK Community] Obtaining Real Result from Inverse Fourier Transform

DVigneault davis.vigneault at gmail.com
Sat Nov 23 07:54:54 EST 2013


To update, I'm still getting the segmentation fault.

I rebuilt as follows:

$ cmake -DCMAKE_BUILD_TYPE=Debug -DModule_ITKReview:BOOL=On ../src
$ make

And I made sure that these lines were in my CMakeList.txt file

find_package(ITK)
include(${ITK_USE_FILE})

However, I still get "Segmentation Fault 11" when running the program, and
the same output from gdb:

(gdb) n

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x0000000100015588 in main (argc=3, argv=0x7fff5fbffab8) at
/Users/Davis/Desktop/ITKExamples/00_Pipeline/04_harp/src/FFT.cxx:243
243	    fftInverseFilter->SetInput( maskedShiftFilter->GetOutput() );
(gdb) p fftInverseFilter
$1 = {
  m_Pointer = 0x0
}



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584447.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list