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/13276] assertation failure in realloc when running out of virtual mappings


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

--- Comment #4 from Rich Felker <bugdal at aerifal dot cx> 2011-10-08 20:01:30 UTC ---
I can't reproduce the failure for realloc (calling realloc to resize a
mmap-sized block down to size 1 results in mremap to PAGE_SIZE rather than
servicing it from the heap), but I was able to reproduce it with free instead
of realloc. Test case is attached.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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