0

I want to run the bandwidthTest inside the CUDA SDK. It is terminated by stack smashing detected error. How can I solve this problem????? I use the make command to run this program and make the file. I cannot change anything inside the code.

1 Answers1

1

Try to use GDB to see where it is happening. Are you using the latest CUDA, 4.2? I found that some of my CUDA code would have stack smashing errors when I upgraded from CUDA 4.0. Going back to CUDA 4.0 fixed my issues.

Richard Żak
  • 814
  • 1
  • 11
  • 21