On Thu, Feb 9, 2017 at 9:41 PM, Srikanth Chandika
<linosrika...@gmail.com> wrote:
>
> I am facing issues while compiling go1.7 from src code. I am trying to
> install go1.7 on OpenBSD 5.9. I am facing below issues.
>
> --- FAIL: TestGoroutineParallelism2 (0.34s)
> panic: runtime error: invalid memory address or nil pointer dereference
> [recovered]
> panic: runtime error: invalid memory address or nil pointer dereference
> [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x63cedf]
> - - -FAIL runtime 5.450s
> 2017/02/08 18:48:26 Failed: exit status 1

Our automatic builders seem to use OpenBSD 6.0, but
https://github.com/golang/go/wiki/OpenBSD says that 5.9 should work.

The test is fairly simple and I do not know why it would fail in that
way.  It looks hard to debug without being able to reproduce.  Any
OpenBSD developers want to try to recreate and debug this?  Even just
knowing exactly where the nil pointer dereference occurs would help.

Note that at the point of this failure the Go tools are installed and
can be used.

You could also try the 1.8 release candidate.

Ian

-- 
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