I would not rely much on VTune in order to troubleshoot access violation scenario or even code hang.Windbg is better suited to do this.Ntdll could be listed probably because your code calls some stub Win API functions.Anyway failed process full minidump is needed to understand and find the...