Ubuntu Pastebin

Paste from morphis at Thu, 10 Sep 2015 16:47:17 +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
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
phablet@ubuntu-phablet:~/external-pollers/cmd/account-polld$ ./account-polld 
2015/09/10 16:30:48 Starting up ...
2015/09/10 16:30:48 Monitoring accounts ...
2015/09/10 16:30:50 Received unkown method call on org.freedesktop.DBus.Introspectable Introspect
2015/09/10 16:30:50 Received Poll()
2015/09/10 16:30:50 Starting to poll available accounts ...
2015/09/10 16:30:50 Running poller for application 
2015/09/10 16:30:50 Before exec
runtime: newstack called from g=0x94a0adc0
	m=0x94a20dc0 m->curg=0x94a0ac80 m->g0=0x94a0ae60 m->gsignal=0x94a0adc0
fatal error: runtime: wrong goroutine in newstack

runtime stack:
runtime.throw(0x42be19)
	/usr/lib/go/src/pkg/runtime/panic.c:520 +0x5c
runtime.newstack()
	/usr/lib/go/src/pkg/runtime/stack.c:684 +0x8c
runtime.morestack()
	/usr/lib/go/src/pkg/runtime/asm_arm.s:210 +0x44

goroutine 24 [syscall]:
syscall.Syscall6(0x72, 0x1f48, 0x83387ac8, 0x0, 0x94a348c0, 0x0, 0x0, 0x83387aac, 0xa6830, 0x94a348c0)
	/usr/lib/go/src/pkg/syscall/asm_linux_arm.s:45 +0x8 fp=0x83387a78 sp=0x83387a74
syscall.wait4(0x1f48, 0x83387ac8, 0x0, 0x94a348c0, 0x9fa38, 0x0, 0x0)
	/usr/lib/go/src/pkg/syscall/zsyscall_linux_arm.go:120 +0x74 fp=0x83387aa8 sp=0x83387a78
syscall.Wait4(0x1f48, 0x83387aec, 0x0, 0x94a348c0, 0x80, 0x0, 0x0)
	/usr/lib/go/src/pkg/syscall/syscall_linux.go:222 +0x64 fp=0x83387acc sp=0x83387aa8
os.(*Process).wait(0x94a479f0, 0x94a168e0, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec_unix.go:22 +0xe0 fp=0x83387b24 sp=0x83387acc
os.(*Process).Wait(0x94a479f0, 0x41158, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/doc.go:45 +0x3c fp=0x83387b38 sp=0x83387b24
os/exec.(*Cmd).Wait(0x94a0b540, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:357 +0x164 fp=0x83387ba4 sp=0x83387b38
os/exec.(*Cmd).Run(0x94a0b540, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:239 +0x70 fp=0x83387bbc sp=0x83387ba4
os/exec.(*Cmd).CombinedOutput(0x94a0b540, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:401 +0x254 fp=0x83387c0c sp=0x83387bbc
main.monitorAccounts(0x94a227e0, 0x94a46a50)
	/home/phablet/external-pollers/cmd/account-polld/main.go:189 +0x1140 fp=0x83387fc4 sp=0x83387c0c
runtime.goexit()
	/usr/lib/go/src/pkg/runtime/proc.c:1445 fp=0x83387fc4 sp=0x83387fc4
created by main.main
	/home/phablet/external-pollers/cmd/account-polld/main.go:98 +0x2bc

goroutine 16 [chan receive]:
main.main()
	/home/phablet/external-pollers/cmd/account-polld/main.go:105 +0x3ec

goroutine 19 [finalizer wait]:
runtime.park(0x301cc, 0x43e828, 0x42cca1)
	/usr/lib/go/src/pkg/runtime/proc.c:1369 +0x5c
phablet@ubuntu-phablet:~/external-pollers/cmd/account-polld$ go build .
phablet@ubuntu-phablet:~/external-pollers/cmd/account-polld$ ./account-polld 
2015/09/10 16:46:56 Starting up ...
2015/09/10 16:46:56 Monitoring accounts ...
2015/09/10 16:47:01 Received unkown method call on org.freedesktop.DBus.Introspectable Introspect
2015/09/10 16:47:01 Received Poll()
2015/09/10 16:47:01 Starting to poll available accounts ...
2015/09/10 16:47:01 Running poller for application 
runtime: newstack called from g=0x949e30e0
	m=0x949f9080 m->curg=0x949e3680 m->g0=0x949e3180 m->gsignal=0x949e30e0
fatal error: runtime: wrong goroutine in newstack

runtime stack:
runtime.throw(0x42be19)
	/usr/lib/go/src/pkg/runtime/panic.c:520 +0x5c
runtime.newstack()
	/usr/lib/go/src/pkg/runtime/stack.c:684 +0x8c
runtime.morestack()
	/usr/lib/go/src/pkg/runtime/asm_arm.s:210 +0x44

goroutine 29 [syscall]:
syscall.Syscall6(0x72, 0x22a7, 0x8335bda4, 0x0, 0x94a0c2d0, 0x0, 0x0, 0x8335bd88, 0xa67d4, 0x94a0c2d0)
	/usr/lib/go/src/pkg/syscall/asm_linux_arm.s:45 +0x8 fp=0x8335bd54 sp=0x8335bd50
syscall.wait4(0x22a7, 0x8335bda4, 0x0, 0x94a0c2d0, 0x9f9dc, 0x0, 0x0)
	/usr/lib/go/src/pkg/syscall/zsyscall_linux_arm.go:120 +0x74 fp=0x8335bd84 sp=0x8335bd54
syscall.Wait4(0x22a7, 0x8335bdc8, 0x0, 0x94a0c2d0, 0x0, 0x0, 0x0)
	/usr/lib/go/src/pkg/syscall/syscall_linux.go:222 +0x64 fp=0x8335bda8 sp=0x8335bd84
os.(*Process).wait(0x94a1e0d0, 0x949ee8e0, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec_unix.go:22 +0xe0 fp=0x8335be00 sp=0x8335bda8
os.(*Process).Wait(0x94a1e0d0, 0x410fc, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/doc.go:45 +0x3c fp=0x8335be14 sp=0x8335be00
os/exec.(*Cmd).Wait(0x949e3720, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:357 +0x164 fp=0x8335be80 sp=0x8335be14
os/exec.(*Cmd).Run(0x949e3720, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:239 +0x70 fp=0x8335be98 sp=0x8335be80
os/exec.(*Cmd).CombinedOutput(0x949e3720, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go/src/pkg/os/exec/exec.go:401 +0x254 fp=0x8335bee8 sp=0x8335be98
main.funcĀ·004(0x94a10b80, 0x33)
	/home/phablet/external-pollers/cmd/account-polld/main.go:226 +0xa8 fp=0x8335bfc4 sp=0x8335bee8
runtime.goexit()
	/usr/lib/go/src/pkg/runtime/proc.c:1445 fp=0x8335bfc4 sp=0x8335bfc4
created by main.monitorAccounts
	/home/phablet/external-pollers/cmd/account-polld/main.go:189 +0x1148

goroutine 16 [chan receive]:
main.main()
	/home/phablet/external-pollers/cmd/account-polld/main.go:105 +0x3ec

goroutine 19 [finalizer wait]:
runtime.park(0x30170, 0x43e828, 0x42cca1)
	/usr/lib/go/src/pkg/runtime/proc.c:1369 +0x5c
runtime.parkunlock(0x43e828, 0x42cca1)
	/usr/lib/go/src/pkg/runtime/proc.c:1385 +0x40
runfinq()
	/usr/lib/go/src/pkg/runtime/mgc0.c:2644 +0xa0
runtime.goexit()
	/usr/lib/go/src/pkg/runtime/proc.c:1445

goroutine 23 [chan receive]:
main.postOffice(0x949e4120, 0x949fa7e0)
	/home/phablet/external-pollers/cmd/account-polld/main.go:252 +0x54
created by main.main
	/home/phablet/external-pollers/cmd/account-polld/main.go:97 +0x28c

goroutine 17 [syscall]:
runtime.goexit()
	/usr/lib/go/src/pkg/runtime/proc.c:1445

goroutine 21 [IO wait]:
net.runtime_pollWait(0x848b13d8, 0x72, 0x0)
	/usr/lib/go/src/pkg/runtime/netpoll.goc:146 +0x6c
net.(*pollDesc).Wait(0x94a10238, 0x72, 0x0, 0x0)
	/usr/lib/go/src/pkg/net/fd_poll_runtime.go:84 +0x44
net.(*pollDesc).WaitRead(0x94a10238, 0x0, 0x0)
	/usr/lib/go/src/pkg/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x94a10200, 0x94a1f6e0, 0x10, 0x10, 0x0, 0x848b0248, 0xb)
	/usr/lib/go/src/pkg/net/fd_unix.go:242 +0x320
net.(*conn).Read(0x949ee2e0, 0x94a1f6e0, 0x10, 0x10, 0x0, 0x0, 0x0)
	/usr/lib/go/src/pkg/net/net.go:122 +0xd4
launchpad.net/go-dbus/v1.readMessage(0x848b1488, 0x949ee2e0, 0x949ee2e0, 0x0, 0x0)
	/home/phablet/external-pollers/build/src/launchpad.net/go-dbus/v1/message.go:246 +0xb0
launchpad.net/go-dbus/v1.(*Connection).receiveLoop(0x949e4120)
	/home/phablet/external-pollers/build/src/launchpad.net/go-dbus/v1/dbus.go:167 +0x70
created by launchpad.net/go-dbus/v1.Connect
	/home/phablet/external-pollers/build/src/launchpad.net/go-dbus/v1/dbus.go:139 +0x384

goroutine 22 [syscall]:
launchpad.net/account-polld/qtcontact._Cfunc_mainloopStart(0x1)
	launchpad.net/account-polld/qtcontact/_obj/_cgo_defun.c:64 +0x34
created by launchpad.net/account-polld/qtcontact.MainLoopStart
	/home/phablet/external-pollers/build/src/launchpad.net/account-polld/qtcontact/contacts.go:42 +0x3c

goroutine 24 [semacquire]:
sync.runtime_Semacquire(0x94a1f910)
	/usr/lib/go/src/pkg/runtime/sema.goc:199 +0x34
sync.(*WaitGroup).Wait(0x94a26120)
	/usr/lib/go/src/pkg/sync/waitgroup.go:129 +0x174
main.monitorAccounts(0x949fa7e0, 0x94a1ea50)
	/home/phablet/external-pollers/cmd/account-polld/main.go:189 +0x11d0
created by main.main
	/home/phablet/external-pollers/cmd/account-polld/main.go:98 +0x2bc

goroutine 28 [chan receive]:
launchpad.net/account-polld/pollbus.(*PollBus).watchMethodCalls(0x94a1ea50)
	/home/phablet/external-pollers/build/src/launchpad.net/account-polld/pollbus/bus.go:78 +0x58
created by launchpad.net/account-polld/pollbus.(*PollBus).Init
	/home/phablet/external-pollers/build/src/launchpad.net/account-polld/pollbus/bus.go:63 +0x170

goroutine 26 [chan receive]:
launchpad.net/go-dbus/v1.funcĀ·004()
	/home/phablet/external-pollers/build/src/launchpad.nego build .

	/home/phablet/external-pollers/build/src/launchpad.necd external-pollers 




l 
Download as text