Ubuntu Pastebin

Paste from liuxg at Fri, 6 Nov 2015 06:57:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
root@ca28de31cb90:/home/liuxg/snappy/examples#  apt-get install golang-go
Reading package lists... Done
Building dependency tree       
Reading state information... Done
golang-go is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
root@ca28de31cb90:/home/liuxg/snappy/examples# go version
fatal error: rt_sigaction failure

runtime stack:
runtime.throw(0x51f25d)
	/usr/lib/go/src/pkg/runtime/panic.c:520 +0x5c
runtime.setsig(0x40, 0x7d5ec, 0x523901)
	/usr/lib/go/src/pkg/runtime/os_linux.c:309 +0xbc
runtime.initsig()
	/usr/lib/go/src/pkg/runtime/signal_unix.c:39 +0x94
runtime.mstart()
	/usr/lib/go/src/pkg/runtime/proc.c:621 +0x80

goroutine 16 [runnable]:
runtime.main()
	/usr/lib/go/src/pkg/runtime/proc.c:207
runtime.goexit()
	/usr/lib/go/src/pkg/runtime/proc.c:1445
root@ca28de31cb90:/home/liuxg/snappy/examples# go version
fatal error: rt_sigaction failure
Download as text