On Wed Jul 17 17:12:01 2024 +0000, theofficialgman wrote:
Thanks Tim. Should I file a bug for this then or are you aware of who might be more knowledgeable about the allocation system and why its attempting to allocate memory outside of address limit?
Filing a bug is probably the right thing to do. I don't know offhand who would know best - I'm not very familiar with that area myself. In ntdll/unix/virtual.c, the address space limit is hardcoded to 0x7fffffff0000 for x86_64, but on ARM it looks like we try to detect it (see `get_host_addr_space_limit`). For the bug, it would be interesting to attach a +virtual log, so we can see what `get_host_addr_space_limit` returned.