|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | malloc M_ARENA_MAX / MALLOC_ARENA_MAX limit not working correctly (limit exceeded) | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Marius Heuler <heuler> |
| Component: | malloc | Assignee: | Ulrich Drepper <drepper.fsp> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | siddhesh |
| Priority: | P2 | ||
| Version: | 2.12 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
|
Description
Marius Heuler
2011-08-27 19:59:28 UTC
The minimum arena limit is 8. This should have been fixed by the following commit: commit 41b81892f11fe1353123e892158b53de73863d62 Author: Ulrich Drepper <drepper@gmail.com> Date: Tue Jan 31 14:42:34 2012 -0500 Handle ARENA_TEST correctly If you can verify with glibc-2.16, then we can close this. Otherwise please provide a reproducer so that we can analyze and fix the problem. Closing as fixed. Please reopen if you're able to reproduce the problem. |