|
-
July 26th, 2005, 03:40 PM
#1
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
-
July 26th, 2005, 04:06 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|