CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Error mesage

  1. #1
    Join Date
    Jul 2005
    Posts
    5

    Error mesage

    Hi,

    I am getting the following error message when i run my program:
    Code:
    a.out in free(): error: page is already free
    Abort (core dumped)
    I get this error after my program tries to read some parts of different binary files from a main input directory and append them appropriately to other output binary files in a main output directory which includes some other subdirectories as well. To explain the whole purpose of the program is a long story. I am very sorry if i am not clear here. I was wondering if anyone is aware of any general cases that this error message may show up?

    Thank you,

    Nina

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Error mesage

    http://www.daemon-systems.org/man/free.3.html

    chunk/page is already free
    The process attempted to free() memory which had already been
    freed.
    Regards,

    Paul McKenzie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured