On Sunday 08 November 2009 09:27:42 Sergio M. Ammirata, Ph.D. wrote:
> With the malloc-simple uclibc, my main buildscript goes to 100% CPU usage
> and never comes back.
> 
> According to Mike, the most likely scenario is the calling application
> corrupting memory. So, I am going down the path of trying to upgrade
> VLC/x264 to the latest version.

malloc-simple is as simple as you can get -- it's based entirely on calling 
mmap/munmap from the kernel.  so the likely hood of that code having a bug is 
very small.  that doesnt mean other things (like pthread) are bug free, just 
that you probably have to look elsewhere.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to