free(): invalid pointer:
- From: Cyron <mdigitale@xxxxxxxxx>
- Date: Sun, 30 Sep 2007 13:03:20 -0700
Hello friends,
I'm getting a bizaare glibc error referencing free -- I malloc a
chunk of memory and then later when I try to free it is when the
program aborts. I've added some debug code to the source and find
that my pointer i get from malloc matches the one that I'm calling
free with -- and there is no possibility that have i have previously
freed the memory because there is only 1 free call in the entire
source (surrounded by debug printfs) so I don't know what is going on.
Any insight?
Thanks,
Mike
.
- Follow-Ups:
- Re: free(): invalid pointer:
- From: Flash Gordon
- Re: free(): invalid pointer:
- From: gw7rib
- Re: free(): invalid pointer:
- Prev by Date: "#pragma once" (was Re: C is too old? opinions?)
- Next by Date: XCOMMS
- Previous by thread: Need help reading file data
- Next by thread: Re: free(): invalid pointer:
- Index(es):
Relevant Pages
|