Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: repo-panama
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
Description
Since bounded and unbounded arena allocators share code, there is an issue when a bounded arena allocator has a bounded size > block size. In these cases, the shared implementation (which is for unbounded allocators) will attempt to fork the allocation onto a different segment, thus triggering an exception.