[ITK-users] ImageSeriesReader type pointer crashes in debug mode

ritesh.mahajan ritesh.mahajan at ripl.ricoh.com
Tue Sep 25 01:38:05 EDT 2018


Hello Team,

When i am creating a smart pointer globally and allocating the memory to it.
In debug mode "it crashes". While when the same code is run in release mode
it seems to work fine. Can some one help me out why is it so ?

Please find the below code:

typedef signed short PixelType;
typedef itk::Image< PixelType, 3>ImageType;
typedef itk::ImageSeriesReader< ImageType >ReaderType;
ReaderType:: Pointer reader= ReaderType::New();

void ImageRead()
{
    // using pointer reader here.
    // which is allocated memory at global level
}

The above code crashes in debug mode



--
Sent from: http://itk-users.7.n7.nabble.com/


More information about the Insight-users mailing list