This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/3455] ptmalloc fails if foreign sbrk and no mmap and size is greater than trim threshold


------- Additional Comments From cseddon at sequencedesign dot com  2006-11-03 19:22 -------
_I_ did not use sbrk().  A third-party package did.

My test program does, but only to provide a demostration of the problem.

malloc has all sorts of special-casing in it for handling 'foreign sbrk'.  It
appears to be programmed to handle the foreign sbrk(), but fails to do so.

If it is impossible to use sbrk(), then shouldn't it's prototype be removed?

-charlie

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


http://sourceware.org/bugzilla/show_bug.cgi?id=3455

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]