I can build the ITK-snap successfully, but when I Debug the ITK-snap and try to open a image , I get the error :
Exception thrown at 0x00007FFA2CEF15B3 (vcruntime140d.dll) (located in ITK-SNAP.exe): 0xC0000005: An access violation occurred while reading location 0xFFFFFFFFFFFFFFFF.
Here is the function where crashed.
I into the function and find there are some variable is "Unable to access memory"

I think it's a memory error, but I can't find what cause this error. Here is my ITK,VTF and QT version.
ITK: 4.8.2
VTK: 6.3.0
QT: 5.6.3 (msvc2015)
I need help urgently.