[go-nuts] Re: Golang upgrade from 1.5 to 1.7.2

2016-08-23 Thread Prateek Gaur
BTW this thing worked fine in 1.5.2 version of go linker. On Monday, August 22, 2016 at 12:20:38 PM UTC-7, Prateek Gaur wrote: > > In order to use one <https://github.com/emicklei/go-restful> of the go > packages I updates my golang version from 1.5.2 to 1.7. > > But after

[go-nuts] Re: Golang upgrade from 1.5 to 1.7.2

2016-08-23 Thread Prateek Gaur
aries segfaulted with stack trace listed above. Why do we not support duplication symbols in go <https://golang.org/src/cmd/link/internal/ld/objfile.go>? On Monday, August 22, 2016 at 12:20:38 PM UTC-7, Prateek Gaur wrote: > > In order to use one <https://github.com/emicklei/g

[go-nuts] Re: Golang upgrade from 1.5 to 1.7.2

2016-08-22 Thread Prateek Gaur
zookeeper code is not properly set up. Let me spend some time to figure out what might be going wrong. On Monday, August 22, 2016 at 12:20:38 PM UTC-7, Prateek Gaur wrote: > > In order to use one <https://github.com/emicklei/go-restful> of the go > packages I updates my golang versio

[go-nuts] Golang upgrade from 1.5 to 1.7.2

2016-08-22 Thread Prateek Gaur
In order to use one of the go packages I updates my golang version from 1.5.2 to 1.7. But after update my go binaries seem to be segfaulting with following output : [1]19583 segmentation fault (core dumped) ./go/bin/ The core file gives following bt