当我在 Visual Studio 中调试我的 c 项目时,我得到了这个输出:
'SR.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
'SR.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
'SR.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Symbols loaded (source information stripped).
'SR.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
First-chance exception at 0x00171d63 in SR.exe: 0xC0000005: Access violation reading location 0xcccccccc.
Unhandled exception at 0x00171d63 in SR.exe: 0xC0000005: Access violation reading location 0xcccccccc.
是什么导致了问题?