[uClibc] free() - hangs

Erik Andersen andersen at codepoet.org
Wed Oct 15 09:20:43 UTC 2003


On Tue Oct 14, 2003 at 11:25:19AM +0200, Amit.Lubovsky at infineon.com wrote:
> Hi,
> 
> I work on a custom board with mips5kc (no mmu) with uClinux.
> I run uClibc-0.9.19 and encountered a problem with free() that hangs
> as if it's in an endless while loop, (the board is still functioning).
> 
> Did anyone encountered this problem, any patch ?

You may want to check your code -- this sounds like you may have
incorrectly tried to free already freed memory or free
non-malloced memory, or in some other way have a coding error...

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list