Re: [Valgrind-users] HELP/Hint: valgrind error message

2020-05-15 Thread John Reiser
Below is the error coming when running valgrind , Do not know how to tackle it valgrind --tool=memcheck  ./lte_tr069 ==6660== ==6660== Warning: Can't execute setuid/setgid/setcap executable: ./lte_tr069 ==6660== Possible workaround: remove --trace-children=yes, if in effect ==6660== valgrind: .

Re: [Valgrind-users] HELP/Hint: valgrind error message

2020-05-15 Thread Kunal Chauhan
Hi Team, 1. I have created a simple program ./a.out and make a check if(RUNNING_ON_VALGRIND) but still same error is coming. 2. I am trying to run ./a.out on arm board as it is compile for it also valgrind is running there only Thanks Kunal On Fri, May 15, 2020 at 2:51 PM Paul FLOYD wrote:

Re: [Valgrind-users] HELP/Hint: valgrind error message

2020-05-15 Thread Paul FLOYD
  > Message du 15/05/20 10:22 > De : "Kunal Chauhan" > ==6660== Warning: Can't execute setuid/setgid/setcap executable: ./lte_tr069 > ==6660== Possible workaround: remove --trace-children=yes, if in effect > ==6660== > valgrind: ./lte_tr069: Permission denied Hi The problem is that your appl

[Valgrind-users] HELP/Hint: valgrind error message

2020-05-15 Thread Kunal Chauhan
Hi Team, Below is the error coming when running valgrind , Do not know how to tackle it . valgrind --tool=memcheck ./lte_tr069 ==6660== ==6660== Warning: Can't execute setuid/setgid/setcap executable: ./lte_tr069 ==6660== Possible workaround: remove --trace-childre