I installed the driver, the cuda 4.0, the tool kit 4.0, computing SDK 4.0 and Nsight 2.0. All installed successfully. bandwidthTest was built successfully with VS 2010. Then the run crashed with the following VS log:
[font=“Consolas”][font=“Consolas”]bandwidthTest.exe’: Loaded ‘C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\bin\win64\Debug\bandwidthTest.exe’, Symbols loaded.
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\ntdll.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\kernel32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\KernelBase.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\bin\cudart64_40_17.dll’, Binary was not built with debug information.
‘bandwidthTest.exe’: Loaded ‘C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\bin\win64\Debug\cutil64D.dll’, Symbols loaded.
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\msvcp100d.dll’, Symbols loaded.
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\msvcr100d.dll’, Symbols loaded.
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\nvcuda.dll’, Binary was not built with debug information.
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\user32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\gdi32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\lpk.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\usp10.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\msvcrt.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\setupapi.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\cfgmgr32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\rpcrt4.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\advapi32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\sechost.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\oleaut32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\ole32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\devobj.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\imm32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\msctf.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\dwmapi.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Unloaded ‘C:\Windows\System32\dwmapi.dll’
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\nvapi64.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\shlwapi.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\shell32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\version.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\wintrust.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\crypt32.dll’, Cannot find or open the PDB file
‘bandwidthTest.exe’: Loaded ‘C:\Windows\System32\msasn1.dll’, Cannot find or open the PDB file
First-chance exception at 0x0066acb6 in bandwidthTest.exe: 0xC0000005: Access violation reading location 0xffffffffffffffff.
Unhandled exception at 0x0066acb6 in bandwidthTest.exe: 0xC0000005: Access violation reading location 0xffffffffffffffff.
The program ‘[4344] bandwidthTest.exe: Native’ has exited with code -1073741819 (0xc0000005).
VS pointed to the following line of code for error at the point of crash:
[font=“Consolas”][font=“Consolas”]float testHostToDeviceTransfer( …)
{
…[/font][/font][font=“Consolas”][font=“Consolas”]cutilCheckError( cutCreateTimer( &timer ) );
cutilSafeCall( cudaEventCreate( &start ) );
[/font][/font]}
My system is: Windows 7 64 bit, with 2 M2070 GPU installed.
Please advise.
[/font][/font]