I have a simple way to reproduce this with GOROOT defined for each golang 
version.


   1. Install gb. https://getgb.io/
   2. Create a project with the structure:


   - src
         - app
            - main.go (fill with contents of runtime example from 
            documentation https://golang.org/pkg/runtime/#example_Frames)
         

   1. Download a fresh copy of go 1.9.2 and 1.9.4
   2. Compare these builds:
      1. *GOROOT=/path/to/go1.9.2 CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 
      gb build*
         - Works!
         2. *GOROOT=/path/to/go1.9.4 CGO_ENABLED=0 GOOS=freebsd 
      GOARCH=amd64 gb build*
   - Fails!
         

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to