Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7684221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:58:34+00:00 2026-05-31T18:58:34+00:00

I have not used valgrind before, but I need to use it to check

  • 0

I have not used valgrind before, but I need to use it to check memory leak. I ran the following command:

G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log example1
valgrind: example1: command not found

I followed instructions from this site:
http://www.cprogramming.com/debugging/valgrind.html

this is what the example1 file looks like:

#include <stdlib.h>
int main()
{
    char *x = malloc(100); /* or, in C++, "char *x = new char[100] */
    return 0;
}

I know valgrind is installed on my machine, regardless I ran the following command to make sure:

sudo apt-get install valgrind

Can somebody pls. guide me how to get valgrind working….thx!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:58:36+00:00Added an answer on May 31, 2026 at 6:58 pm

    You forgot to give it the path to the program you wanted to run! Replace example1 with the path to the executable.

    For example:

    G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v \
      --tool=memcheck --leak-check=full --num-callers=40 \
      --log-file=valgrind.log ./example1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have not used phing before, but would like to use it to automate
I have not used many lambda expressions before and I ran into a case
I have not used ASP.NET Membership and Role Providers before but looking for a
I have not used MAC OSX before, but I wanted to buy one for
I have not used PackedArray before, but just started looking at using them from
I have not used deferreds before but I've read a bit here and there
I have not used LINQ before and have need to do dynamic queries on
Disclaimer: I have not used RoR, and I have not generated tests. But, I
I have not used Junit before and have not done unit testing automatically. Scenario:
While integrating a Django app I have not used before, I found two different

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.