huge memory usage (was: thread resources exhausted?)



My problem looks quite similar to this one: [1](also unsolved), but in
my case it's old_mmap instead of mmap2 which requests loads of memory
for an unknown reason. What can cause such a memory usage?

Sorry for splitting the link btw:

[1] http://groups.google.com/group/fa.linux.kernel/browse_thread
/thread/700b39f86221ff64/bdeeffcee4487a7b?lnk=st&q=mmap2+nptl+
enomem&rnum=1&hl=en

.



Relevant Pages

  • Re: What "eats" memory in C++ ?
    ... > application consumes huge amout of memory from unknown reason. ... > There are no memory leaks, or other allocation bugs, application ...
    (comp.lang.cpp)
  • Re: free()
    ... memory leaks one of the most common software bugs. ... Who is to "manage' the left over memory an application requested for for *some* unknown reason no longer desires to use it? ... Additionally, abuse of freeing *some* of the memory an application runs the risk of so fragmenting the applications memory space, and future allocation requests will begin to fail, becoming unable to find enough contiguous memory. ...
    (comp.std.c)