Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get page size fix into Ubuntu 16.04 LTS xenial #4

Closed
vielmetti opened this issue Feb 2, 2017 · 3 comments
Closed

Get page size fix into Ubuntu 16.04 LTS xenial #4

vielmetti opened this issue Feb 2, 2017 · 3 comments

Comments

@vielmetti
Copy link
Owner

No description provided.

vielmetti referenced this issue in golang/go Feb 2, 2017
syscall.Getpagesize currently returns hard-coded page sizes on all
architectures (some of which are probably always wrong, and some of
which are definitely not always right). The runtime now has this
information, queried from the OS during runtime init, so make
syscall.Getpagesize return the page size that the runtime knows.

Updates #10180.

Change-Id: I4daa6fbc61a2193eb8fa9e7878960971205ac346
Reviewed-on: https://go-review.googlesource.com/25051
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@vielmetti
Copy link
Owner Author

@vielmetti
Copy link
Owner Author

See golang/go#10180 (comment) for a 1.7 backport

@vielmetti
Copy link
Owner Author

This bug was fixed in the package golang-1.6 - 1.6.2-0ubuntu5~16.04.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant