When I was running my program on Intel Advsir xe 2013, during the running process I got the follwinw message:
A symbol file is not found. The call stack passing through '[vdso]' module may be incorrect
I checked and recompiled my program with the -g option because I thought that was the
symbol file not found and thus the source of the error. . I still got the error anyway. What am I doing wrong and how can I fix it?
Thanks in advance.
Newport_j