Thanks for reply. I was not given a specific line where the error is from. But I will go check the documentation for a debug compiler, thanks!
Okay I've installed the g++ Debug. (apt-get install gdb) and compiled my program with an adionnally paramenter(-g).
Could not open /proc/25899/status seems to be the problem and that is ... something about stats..Code:This GDB was configured as "x86_64-linux-gnu"... (gdb) run Starting program: hw [Thread debugging using libthread_db enabled] Could not open /proc/25899/status
I've set a breakpoint at the initailization of the program(about line 1) and it throws me that error or incase I skip to the next error it's just something about a function..(Cannot find bounds of current function).
This line is the problem.
Code:driver = get_driver_instance();




Reply With Quote