[Bug 1274723] Re: go programs operate in "32-bit" allocation mode
Michael Hudson-Doyle
michael.hudson+lp at canonical.com
Tue Feb 18 21:04:50 UTC 2014
I'm attaching a patch for this, although it's pretty horrible. It does
work though!
** Patch added: "arm64-go-heap-location.diff"
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1274723/+attachment/3985840/+files/arm64-go-heap-location.diff
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1274723
Title:
go programs operate in "32-bit" allocation mode
Status in “gcc-4.8” package in Ubuntu:
Confirmed
Bug description:
I am having long and interesting conversations with upstream about how
to fix this properly, but we also need a fix in time for trusty. The
symptoms of this problem is that programs occasionally die with
messages like:
runtime: memory allocated by OS (0x7f67005000) not in usable range
[0x8b00000,0x88b00000)
I think the fix is just changing malloc.goc to put the heap at an
address that is available to user space processes on linux aarch64.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1274723/+subscriptions
More information about the foundations-bugs
mailing list