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

  • Home
  • SEARCH
  • 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 4239130
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:59:38+00:00 2026-05-21T02:59:38+00:00

I have a program written in c, which runs well in bash, but gives

  • 0

I have a program written in c, which runs well in bash, but gives strange result under valgrind, and valgrind report memory leak.

Running in bash:

:~/sandbox/binofino$ ./a.out

24 = 3 + 21   
24 = 3 + 21   
24 = 3 + 8 + 13   
24 = 1 + 2 + 8 + 13   
24 = 1 + 2 + 3 + 5 + 13   
24 = 1 + 2 + 21   

Under valgrind:

>:~/sandbox/binofino$ valgrind ./a.out
==20116== Memcheck, a memory error detector
==20116== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==20116== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==20116== Command: ./a.out
==20116== 
==20116== Invalid read of size 4
==20116==    at 0x804857A: main (in /home/..../sandbox/binofino/a.out)
==20116==  Address 0x41a402c is 0 bytes after a block of size 4 free'd
==20116==    at 0x4025016: realloc (vg_replace_malloc.c:525)
==20116==    by 0x804879F: get_fibo_index (in /home/..../sandbox/binofino/a.out)
==20116==    by 0x804854F: main (in /home/..../sandbox/binofino/a.out)
==20116== 
24 = 1 + 1   
==20116== Invalid read of size 4
==20116==    at 0x80485CE: main (in /home/..../sandbox/binofino/a.out)
==20116==  Address 0x41a402c is 0 bytes after a block of size 4 free'd
==20116==    at 0x4025016: realloc (vg_replace_malloc.c:525)
==20116==    by 0x804879F: get_fibo_index (in /home/..../sandbox/binofino/a.out)
==20116==    by 0x804854F: main (in /home/..../sandbox/binofino/a.out)
==20116== 
24 = 1   
==20116== Invalid free() / delete / delete[]
==20116==    at 0x4024B3A: free (vg_replace_malloc.c:366)
==20116==    by 0x804867E: main (in /home/..../sandbox/binofino/a.out)
==20116==  Address 0x41a4028 is 0 bytes inside a block of size 4 free'd
==20116==    at 0x4025016: realloc (vg_replace_malloc.c:525)
==20116==    by 0x804879F: get_fibo_index (in /home/..../sandbox/binofino/a.out)
==20116==    by 0x804854F: main (in /home/..../sandbox/binofino/a.out)
==20116== 
==20116== 
==20116== HEAP SUMMARY:
==20116==     in use at exit: 8 bytes in 1 blocks
==20116==   total heap usage: 4 allocs, 4 frees, 20 bytes allocated
==20116== 
==20116== LEAK SUMMARY:
==20116==    definitely lost: 8 bytes in 1 blocks
==20116==    indirectly lost: 0 bytes in 0 blocks
==20116==      possibly lost: 0 bytes in 0 blocks
==20116==    still reachable: 0 bytes in 0 blocks
==20116==         suppressed: 0 bytes in 0 blocks
==20116== Rerun with --leak-check=full to see details of leaked memory
==20116== 
==20116== For counts of detected and suppressed errors, rerun with: -v
==20116== ERROR SUMMARY: 5 errors from 3 contexts (suppressed: 11 from 6)

Not only it reports memory leak, it also reports error and the out put of the program is completely wrong.

Why?

  • 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-21T02:59:39+00:00Added an answer on May 21, 2026 at 2:59 am

    Because you have a bug (actually several bugs).

    In particular, in get_fibo_index you realloc some memory, then in main read right past the end of the allocated buffer (which produces totally undefined result).

    Rebuild your program with -g, re-run it under Valgrind, and fix all “Invalid” errors it finds.

    (Rebuilding with -g will give you file and line info that will make fixing the errors easier.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bash script that runs a simulation program written in Fortran 90,
I have a Windows Service written in Delphi which runs a number of programs.
I'm using Visual Studio 2005. I have a program written in C#. When I
I have a console program written in C# that I am using to send
I have a data acquisition program written in C++ (Visual Studio 6.0). Some clients
I have a fairly large program written in C. It spans several files, and
I have the following in a program (written in VB.NET): Imports Microsoft.Office.Interop.Excel Public Class
I have a classic client/server (fat client and database) program written in Delphi 2006.
I have written a program in C to parse large XML files and then
I have written a program that will etablish a network connection with a remote

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.