Can you please include _all_ the output, I suspect that your Go installation is broken somehow and the standard lib packages are being rebuilt
On Thursday, 2 March 2017 19:25:44 UTC+11, Karan Chaudhary wrote: > > Hi, > > I'm getting this error when install the project: > > runtime.cgocall: nosplit stack overflow > 584 assumed on entry to runtime.cgocall (nosplit) > 528 after runtime.cgocall (nosplit) uses 56 > 520 on entry to runtime.entersyscall (nosplit) > 480 after runtime.entersyscall (nosplit) uses 40 > 472 on entry to runtime.reentersyscall (nosplit) > 352 after runtime.reentersyscall (nosplit) uses 120 > 344 on entry to runtime.casgstatus (nosplit) > 168 after runtime.casgstatus (nosplit) uses 176 > 160 on entry to runtime.throw (nosplit) > 128 after runtime.throw (nosplit) uses 32 > 120 on entry to runtime.dopanic (nosplit) > 32 after runtime.dopanic (nosplit) uses 88 > 24 on entry to runtime.getcallerpc (nosplit) > 8 after runtime.getcallerpc (nosplit) uses 16 > 0 on entry to runtime.nextBarrierPC (nosplit) > -16 after runtime.nextBarrierPC (nosplit) uses 16 > runtime.cgocallbackg: nosplit stack overflow > 584 assumed on entry to runtime.cgocallbackg (nosplit) > 488 after runtime.cgocallbackg (nosplit) uses 96 > 480 on entry to runtime.exitsyscall (nosplit) > 344 after runtime.exitsyscall (nosplit) uses 136 > 336 on entry to runtime.exitsyscallfast (nosplit) > 168 after runtime.exitsyscallfast (nosplit) uses 168 > 160 on entry to runtime.writebarrierptr (nosplit) > 104 after runtime.writebarrierptr (nosplit) uses 56 > 96 on entry to runtime.cgoCheckWriteBarrier (nosplit) > 24 after runtime.cgoCheckWriteBarrier (nosplit) uses 72 > 16 on entry to runtime.cgoIsGoPointer (nosplit) > -40 after runtime.cgoIsGoPointer (nosplit) uses 56 > runtime.cgoCheckSliceCopy: nosplit stack overflow > 584 assumed on entry to runtime.cgoCheckSliceCopy (nosplit) > 512 after runtime.cgoCheckSliceCopy (nosplit) uses 72 > 504 on entry to runtime.cgoCheckTypedBlock (nosplit) > 288 after runtime.cgoCheckTypedBlock (nosplit) uses 216 > 280 on entry to runtime.cgoCheckBits (nosplit) > 136 after runtime.cgoCheckBits (nosplit) uses 144 > 128 on entry to runtime.cgoIsGoPointer (nosplit) > 72 after runtime.cgoIsGoPointer (nosplit) uses 56 > 64 on entry to runtime.inHeapOrStack (nosplit) > 8 after runtime.inHeapOrStack (nosplit) uses 56 > 0 on entry to runtime.(*mspan).base > -8 on entry to runtime.morestack (nosplit) > runtime.(*cpuProfile).addWithFlushlog: nosplit stack overflow > 584 assumed on entry to runtime.(*cpuProfile).addWithFlushlog > (nosplit) > 216 after runtime.(*cpuProfile).addWithFlushlog (nosplit) uses > 368 > 208 on entry to runtime.(*cpuProfile).evict (nosplit) > 0 after runtime.(*cpuProfile).evict (nosplit) uses 208 > -8 on entry to function pointer > -16 on entry to runtime.morestack (nosplit) > runtime.(*cpuProfile).addNonGo: nosplit stack overflow > 584 assumed on entry to runtime.(*cpuProfile).addNonGo > (nosplit) > 536 after runtime.(*cpuProfile).addNonGo (nosplit) uses 48 > 528 on entry to runtime.(*cpuProfile).addWithFlushlog (nosplit) > 160 after runtime.(*cpuProfile).addWithFlushlog (nosplit) uses > 368 > 152 on entry to runtime.(*cpuProfile).evict (nosplit) > -56 after runtime.(*cpuProfile).evict (nosplit) uses 208 > runtime.typedmemmove: nosplit stack overflow > 584 assumed on entry to runtime.typedmemmove (nosplit) > 536 after runtime.typedmemmove (nosplit) uses 48 > 528 on entry to runtime.cgoCheckMemmove (nosplit) > 480 after runtime.cgoCheckMemmove (nosplit) uses 48 > 472 on entry to runtime.cgoCheckTypedBlock (nosplit) > 256 after runtime.cgoCheckTypedBlock (nosplit) uses 216 > 248 on entry to runtime.cgoCheckBits (nosplit) > 104 after runtime.cgoCheckBits (nosplit) uses 144 > 96 on entry to runtime.cgoIsGoPointer (nosplit) > 40 after runtime.cgoIsGoPointer (nosplit) uses 56 > 32 on entry to runtime.inHeapOrStack (nosplit) > -24 after runtime.inHeapOrStack (nosplit) uses 56 > runtime.typedslicecopy: nosplit stack overflow > 584 assumed on entry to runtime.typedslicecopy (nosplit) > 440 after runtime.typedslicecopy (nosplit) uses 144 > 432 on entry to runtime.cgoCheckSliceCopy (nosplit) > 360 after runtime.cgoCheckSliceCopy (nosplit) uses 72 > 352 on entry to runtime.cgoCheckTypedBlock (nosplit) > 136 after runtime.cgoCheckTypedBlock (nosplit) uses 216 > 128 on entry to runtime.cgoCheckBits (nosplit) > -16 after runtime.cgoCheckBits (nosplit) uses 144 > runtime.entersyscallblock: nosplit stack overflow > 584 assumed on entry to runtime.entersyscallblock (nosplit) > 368 after runtime.entersyscallblock (nosplit) uses 216 > 360 on entry to runtime.casgstatus (nosplit) > 184 after runtime.casgstatus (nosplit) uses 176 > 176 on entry to runtime.throw (nosplit) > 144 after runtime.throw (nosplit) uses 32 > 136 on entry to runtime.dopanic (nosplit) > 48 after runtime.dopanic (nosplit) uses 88 > 40 on entry to runtime.getcallerpc (nosplit) > 24 after runtime.getcallerpc (nosplit) uses 16 > 16 on entry to runtime.nextBarrierPC (nosplit) > 0 after runtime.nextBarrierPC (nosplit) uses 16 > -8 on entry to runtime.panicindex > runtime.exitsyscall: nosplit stack overflow > 584 assumed on entry to runtime.exitsyscall (nosplit) > 448 after runtime.exitsyscall (nosplit) uses 136 > 440 on entry to runtime.exitsyscallfast (nosplit) > 272 after runtime.exitsyscallfast (nosplit) uses 168 > 264 on entry to runtime.writebarrierptr (nosplit) > 208 after runtime.writebarrierptr (nosplit) uses 56 > 200 on entry to runtime.cgoCheckWriteBarrier (nosplit) > 128 after runtime.cgoCheckWriteBarrier (nosplit) uses 72 > 120 on entry to runtime.cgoIsGoPointer (nosplit) > 64 after runtime.cgoIsGoPointer (nosplit) uses 56 > 56 on entry to runtime.inHeapOrStack (nosplit) > 0 after runtime.inHeapOrStack (nosplit) uses 56 > -8 on entry to runtime.(*mspan).base > runtime.sigprofNonGo: nosplit stack overflow > 584 assumed on entry to runtime.sigprofNonGo (nosplit) > 496 after runtime.sigprofNonGo (nosplit) uses 88 > 488 on entry to runtime.(*cpuProfile).addNonGo (nosplit) > 440 after runtime.(*cpuProfile).addNonGo (nosplit) uses 48 > 432 on entry to runtime.(*cpuProfile).addWithFlushlog (nosplit) > 64 after runtime.(*cpuProfile).addWithFlushlog (nosplit) uses > 368 > 56 on entry to runtime.(*cpuProfile).evict (nosplit) > -152 after runtime.(*cpuProfile).evict (nosplit) uses 208 > runtime.cgocallback_gofunc: nosplit stack overflow > 584 assumed on entry to runtime.cgocallback_gofunc (nosplit) > 560 after runtime.cgocallback_gofunc (nosplit) uses 24 > 552 on entry to runtime.cgocallbackg (nosplit) > 456 after runtime.cgocallbackg (nosplit) uses 96 > 448 on entry to runtime.exitsyscall (nosplit) > 312 after runtime.exitsyscall (nosplit) uses 136 > 304 on entry to runtime.exitsyscallfast (nosplit) > 136 after runtime.exitsyscallfast (nosplit) uses 168 > 128 on entry to runtime.writebarrierptr (nosplit) > 72 after runtime.writebarrierptr (nosplit) uses 56 > 64 on entry to runtime.cgoCheckWriteBarrier (nosplit) > -8 after runtime.cgoCheckWriteBarrier (nosplit) uses 72 > syscall.Syscall: nosplit stack overflow > 584 assumed on entry to syscall.Syscall (nosplit) > 576 on entry to runtime.exitsyscall (nosplit) > 440 after runtime.exitsyscall (nosplit) uses 136 > 432 on entry to runtime.exitsyscallfast (nosplit) > 264 after runtime.exitsyscallfast (nosplit) uses 168 > 256 on entry to runtime.writebarrierptr (nosplit) > 200 after runtime.writebarrierptr (nosplit) uses 56 > 192 on entry to runtime.cgoCheckWriteBarrier (nosplit) > 120 after runtime.cgoCheckWriteBarrier (nosplit) uses 72 > 112 on entry to runtime.cgoIsGoPointer (nosplit) > 56 after runtime.cgoIsGoPointer (nosplit) uses 56 > 48 on entry to runtime.inHeapOrStack (nosplit) > -8 after runtime.inHeapOrStack (nosplit) uses 56 > syscall.Syscall6: nosplit stack overflow > 584 assumed on entry to syscall.Syscall6 (nosplit) > 576 on entry to runtime.exitsyscall (nosplit) > 440 after runtime.exitsyscall (nosplit) uses 136 > 432 on entry to runtime.exitsyscallfast (nosplit) > 264 after runtime.exitsyscallfast (nosplit) uses 168 > 256 on entry to runtime.writebarrierptr (nosplit) > 200 after runtime.writebarrierptr (nosplit) uses 56 > 192 on entry to runtime.cgoCheckWriteBarrier (nosplit) > 120 after runtime.cgoCheckWriteBarrier (nosplit) uses 72 > 112 on entry to runtime.cgoIsGoPointer (nosplit) > 56 after runtime.cgoIsGoPointer (nosplit) uses 56 > 48 on entry to runtime.inHeapOrStack (nosplit) > -8 after runtime.inHeapOrStack (nosplit) uses 56 > > > > command used: go install -v ./... > go version: go version go1.7.4 linux/amd64 > Linux kernet: 4.8.0-39-generic > os: ubuntu 16.04 > -- 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.