Unable to get Memory Leak Reports for a process that runs through watchdog and uses shared objects
up vote
0
down vote
favorite
I am running a process using valgrind that uses multiple shared objects.
The valgrind command is:
valgrind --track-origins=yes --tool=memcheck --leak-check=full --show-reachable=yes --log-file=/tmp/PROGNAME.out -v PROGNAME ARG1 ARG2 ARG3 ARG4 ARG5 ARG6 ARG7
My LD_LIBRARY_PATH is pointing to the correct library path as well.
But my valgrind
report generated doesn't show the section of LEAK SUMMARY
or HEAP SUMMARY
.
Any suggestions as to what's being done incorrectly here would be of great help!
c memory-leaks valgrind memcheck
add a comment |
up vote
0
down vote
favorite
I am running a process using valgrind that uses multiple shared objects.
The valgrind command is:
valgrind --track-origins=yes --tool=memcheck --leak-check=full --show-reachable=yes --log-file=/tmp/PROGNAME.out -v PROGNAME ARG1 ARG2 ARG3 ARG4 ARG5 ARG6 ARG7
My LD_LIBRARY_PATH is pointing to the correct library path as well.
But my valgrind
report generated doesn't show the section of LEAK SUMMARY
or HEAP SUMMARY
.
Any suggestions as to what's being done incorrectly here would be of great help!
c memory-leaks valgrind memcheck
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running a process using valgrind that uses multiple shared objects.
The valgrind command is:
valgrind --track-origins=yes --tool=memcheck --leak-check=full --show-reachable=yes --log-file=/tmp/PROGNAME.out -v PROGNAME ARG1 ARG2 ARG3 ARG4 ARG5 ARG6 ARG7
My LD_LIBRARY_PATH is pointing to the correct library path as well.
But my valgrind
report generated doesn't show the section of LEAK SUMMARY
or HEAP SUMMARY
.
Any suggestions as to what's being done incorrectly here would be of great help!
c memory-leaks valgrind memcheck
I am running a process using valgrind that uses multiple shared objects.
The valgrind command is:
valgrind --track-origins=yes --tool=memcheck --leak-check=full --show-reachable=yes --log-file=/tmp/PROGNAME.out -v PROGNAME ARG1 ARG2 ARG3 ARG4 ARG5 ARG6 ARG7
My LD_LIBRARY_PATH is pointing to the correct library path as well.
But my valgrind
report generated doesn't show the section of LEAK SUMMARY
or HEAP SUMMARY
.
Any suggestions as to what's being done incorrectly here would be of great help!
c memory-leaks valgrind memcheck
c memory-leaks valgrind memcheck
edited Nov 19 at 14:14
ks1322
21.9k966110
21.9k966110
asked Nov 19 at 14:07
Pallavi Bhat
1
1
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43
add a comment |
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53376399%2funable-to-get-memory-leak-reports-for-a-process-that-runs-through-watchdog-and-u%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
stackoverflow.com/questions/12621418/… This may help.
– kiran Biradar
Nov 19 at 14:11
you need to be more specific about the watchdog. How do you run the program through it?
– Serge
Nov 19 at 18:34
Your program does terminate? Valgrind by default doesn't report leaks until the app under test ends.
– Paul Floyd
Nov 20 at 15:56
Can you post more output from Valgrind?
– ks1322
Nov 20 at 16:43