[ITK-users] ITK3.20.2 Crashes - Help!

John Drescher drescherjm at gmail.com
Wed Apr 29 12:44:43 EDT 2015


On Wed, Apr 29, 2015 at 12:35 PM, Khojaste, Amir
<amir.khojaste at sunnybrook.ca> wrote:
> Hi guys,
>
>
>
> I am running the simplest piece of code using ITK3.20.2 libraries. In my
> program I simply want to read an image and do some processing on it and then
> save it. When I try to instantiate a pointer to my ImageFileReader the
> program crashes with the following message:
>
>
>
> Unhandled exception at 0x000000013fbcf0b1 in HelloWorld.exe: 0xC0000005:
> Access violation reading location 0x00000000bfdef6f5.
>
>
>
> It seems to be a memory leak error or something. I have used ITK3.20.2,
> CMake 2.8.10.2 and Visual Studio 2008 to configure my project. Following
> please find my code and my CMakelists.txt:
>

Did you build ITK with VS2008 in the same configuration that you use
in your application?

John


More information about the Insight-users mailing list