But for me still it is giving same error 
I also updated to amd64 with go1.7rc1

these are the dependence of the sample program 

        linux-vdso.so.1 =>  (0x00007ffca8fba000)
        libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
(0x00007fa93c071000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa93be6d000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007fa93bc4f000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa93b886000)
        /lib64/ld-linux-x86-64.so.2 (0x000055f1aa574000)

i want to create a binary with all dependence ,so that it can run on any 
m/c without any problem 
Can you suggest something 

Thanks for trying. 
On Monday, July 18, 2016 at 5:55:37 PM UTC+5:30, kumargv wrote:
>
> go 1.6.2 
> OS 16.04 LTS ubuntu
> On Monday, July 18, 2016 at 5:25:21 PM UTC+5:30, Peter Waller wrote:
>>
>> I just tested this here on amd64 with go1.7rc1, and it works fine with no 
>> crash, so I don't know why it is crashing for you.
>>
>> What version of go are you using?
>>
>

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