From: John R. <jr...@bi...> - 2020-05-15 18:35:17
|
> 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: ./lte_tr069: Permission denied READ THE Warning MESSAGE. It says *EXACTLY* what the problem is. ./lte_tr069 has one of the attributes setuid, or setgid, or setcap. If you're clever enough to set such an attribute then you should be clever enough to deal with the complaint from valgrind/memcheck. |