[Insight-users] segmentation fault with itkImageSeriesReader
Marius Staring
marius at isi.uu.nl
Mon Feb 6 10:30:37 EST 2006
Hi Andinet,
Indeed I cutted out the typedef's, which was a little bit too much.
Sorry for that. Your modified example indeed still gives a seg fault.
To give a little bit more details about the machine. I have installed
ITK 2.4.1.
uname -a
Linux crunch2.rrn.azu.nl 2.6.14-1.1637_FC4smp #1 SMP Wed Nov 9 19:21:28
EST 2005 x86_64 x86_64 x86_64 GNU/Linux
and gcc version as said 4.0.2 20051125.
Marius
> Hello Marius,
>
> The minimal example you have posted is not correctly constructed.. May
> be you are cutting out lots of details..can you run the following
> modified example which is complete and let us know if you still get
> seg fault on your machine
>
> -Andinet
>
>
>
> #include "itkImageSeriesReader.h"
>
> int main( int argc , char * argv [] )
> {
> typedef itk::Image< unsigned char> ImageType;
> typedef itk::ImageSeriesReader< ImageType > ReaderType;
> typedef ReaderType::FileNamesContainer
> FileNamesContainer;
>
> FileNamesContainer filenames;
>
> filenames.push_back("bla");
>
> return 0;
> }
>
>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Insight-users mailing list
>> Insight-users at itk.org
>> http://www.itk.org/mailman/listinfo/insight-users
>>
>>
>
>
>
--
Marius Staring
Image Sciences Institute
University Medical Centre Utrecht
Heidelberglaan 100, 3584 CX Utrecht, The Netherlands
phone: +31 (0)30 250 3186, fax: +31 (0)30 251 3399
marius at isi.uu.nl, http://www.isi.uu.nl/People/Marius
More information about the Insight-users
mailing list