Click to See Complete Forum and Search --> : Error mesage


Dream86
July 26th, 2005, 03:40 PM
Hi,

I am getting the following error message when i run my program:

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

Paul McKenzie
July 26th, 2005, 04:06 PM
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