I was working on a c++ project on a remote linux server via ssh. I decided I wanted to test the files on my own machine using valgrind. I FTP-ed the project directory from the remote server to my own machine, compiled, and attempted to run.
I got the message:
Error opening /proc/96855/stat
And based on the different arguments I ran my program with, that number between proc and stat would change.
Does anyone know what happened here? Shouldn't everything work just fine on my machine as long as I have all the .cpp and .h files necessary? It compiled just fine, so I am lost.