Your message dated Tue, 8 Aug 2017 09:39:04 +0100
with message-id 
<cahdciuedckeqhyjna0u-5g-b5eqcjsdgn8jgfxkxoxwscyh...@mail.gmail.com>
and subject line golang-defaults: Getpagesize() always returns 65536 on arm64
has caused the Debian Bug report #863998,
regarding golang-defaults: Getpagesize() always returns 65536 on arm64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
863998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-defaults
Version: 2:1.7~5
User: debian-...@lists.debian.org
Usertags: arm64

This issue has been fixed upstream and in 1.8:

https://github.com/golang/go/issues/13191

If you follow the links from there you can read how this bug
apparently affects Kubernetes and how the fix has been backported into
Go 1.6 and 1.7 in Ubuntu. Perhaps it should be fixed in Debian
Stretch.

--- End Message ---
--- Begin Message ---
This is fixed in 2:1.8~3. Test program:

package main
import "fmt"
import "os"
func main() {
  fmt.Println("Page size is", os.Getpagesize())
}

--- End Message ---

Reply via email to