Skip to content

Instantly share code, notes, and snippets.

@areina
Created March 19, 2014 19:48
Show Gist options
  • Save areina/5973428f68a7016b8618 to your computer and use it in GitHub Desktop.
Save areina/5973428f68a7016b8618 to your computer and use it in GitHub Desktop.
panic: runtime error: slice bounds out of range
goroutine 14 [running]:
runtime.panic(0x68b2c0, 0x9cc2ea)
/home/vagrant/go/src/pkg/runtime/panic.c:266 +0xb6
main.CopyMulty(0x7f802f10e8b8, 0xc21005aee0, 0xc21002f930, 0x1, 0x1, ...)
/vagrant/src/github.com/buger/gor/emitter.go:26 +0x4b1
created by main.Start
/vagrant/src/github.com/buger/gor/emitter.go:9 +0x8b
goroutine 1 [select (no cases)]:
main.Start(0x0)
/vagrant/src/github.com/buger/gor/emitter.go:13 +0xb6
main.main()
/vagrant/src/github.com/buger/gor/gor.go:48 +0x1a4
goroutine 3 [chan send]:
main.(*RAWInput).listen(0xc21005aee0, 0x7ffff1bc9905, 0x5)
/vagrant/src/github.com/buger/gor/input_raw.go:47 +0x257
created by main.NewRAWInput
/vagrant/src/github.com/buger/gor/input_raw.go:20 +0x7f
goroutine 4 [IO wait]:
net.runtime_pollWait(0x7f802f10f848, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012eae0, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012eae0, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ea80, 0xc2100c3000, 0x115, 0x8000, 0xa3, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210126138, 0xc2100c3000, 0x115, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 5 [IO wait]:
net.runtime_pollWait(0x7f802f10f260, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012eed0, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012eed0, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ee70, 0xc2100c3000, 0x120, 0x8000, 0x10c, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210136090, 0xc2100c3000, 0x120, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 6 [IO wait]:
net.runtime_pollWait(0x7f802f10f3b0, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012edf0, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012edf0, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ed90, 0xc2100c3000, 0x1ce, 0x8000, 0xc8, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210136010, 0xc2100c3000, 0x1ce, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 7 [IO wait]:
net.runtime_pollWait(0x7f802f10f5a8, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012eca0, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012eca0, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ec40, 0xc2100c3000, 0x181, 0x8000, 0xdd, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210136050, 0xc2100c3000, 0x181, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 8 [IO wait]:
net.runtime_pollWait(0x7f802f10f458, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012ed80, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012ed80, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ed20, 0xc2100c3000, 0x12d, 0x8000, 0x49, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210136030, 0xc2100c3000, 0x12d, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 9 [IO wait]:
net.runtime_pollWait(0x7f802f10f650, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012ec30, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012ec30, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ebd0, 0xc2100c3000, 0x3a4, 0x8000, 0x158, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210136070, 0xc2100c3000, 0x3a4, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 10 [IO wait]:
net.runtime_pollWait(0x7f802f10f500, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012ed10, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012ed10, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ecb0, 0xc2100c3000, 0x4071, 0x8000, 0x2c72, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc21013d010, 0xc2100c3000, 0x4071, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 11 [IO wait]:
net.runtime_pollWait(0x7f802f10f308, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012ee60, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012ee60, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012ee00, 0xc2100c3000, 0x19a, 0x8000, 0xfe, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc2100004f8, 0xc2100c3000, 0x19a, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 12 [IO wait]:
net.runtime_pollWait(0x7f802f10f7a0, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012eb50, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012eb50, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012eaf0, 0xc2100c3000, 0xf6, 0x8000, 0x34, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc210145010, 0xc2100c3000, 0xf6, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 13 [IO wait]:
net.runtime_pollWait(0x7f802f10f6f8, 0x77, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21012ebc0, 0x77, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitWrite(0xc21012ebc0, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:90 +0x30
net.(*netFD).Write(0xc21012eb60, 0xc2100c3000, 0x186, 0x8000, 0x77, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:297 +0x3e2
net.(*conn).Write(0xc2100004d8, 0xc2100c3000, 0x186, 0x8000, 0x8000, ...)
/home/vagrant/go/src/pkg/net/net.go:130 +0xc5
main.(*TCPOutput).worker(0xc21005af00)
/vagrant/src/github.com/buger/gor/output_tcp.go:46 +0xd3
created by main.NewTCPOutput
/vagrant/src/github.com/buger/gor/output_tcp.go:31 +0x11d
goroutine 15 [runnable]:
github.com/buger/gor/raw_socket_listener.(*Listener).processTCPPacket(0xc210076980, 0xc2103ae7c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/listener.go:135 +0x174
github.com/buger/gor/raw_socket_listener.(*Listener).listen(0xc210076980)
/vagrant/src/github.com/buger/gor/raw_socket_listener/listener.go:57 +0xfe
created by github.com/buger/gor/raw_socket_listener.NewListener
/vagrant/src/github.com/buger/gor/raw_socket_listener/listener.go:41 +0x121
goroutine 16 [IO wait]:
net.runtime_pollWait(0x7f802f10f8f0, 0x72, 0x0)
/tmp/bindist821562699/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc21005cc30, 0x72, 0x7f802f10e268, 0xb)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc21005cc30, 0xb, 0x7f802f10e268)
/home/vagrant/go/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).ReadFrom(0xc21005cbd0, 0xc210124000, 0x2000, 0x2000, 0x0, ...)
/home/vagrant/go/src/pkg/net/fd_unix.go:231 +0x320
net.(*IPConn).ReadFromIP(0xc210000338, 0xc210124000, 0x2000, 0x2000, 0x24, ...)
/home/vagrant/go/src/pkg/net/iprawsock_posix.go:82 +0x107
net.(*IPConn).ReadFrom(0xc210000338, 0xc210124000, 0x2000, 0x2000, 0x24, ...)
/home/vagrant/go/src/pkg/net/iprawsock_posix.go:102 +0xf0
github.com/buger/gor/raw_socket_listener.(*Listener).readRAWSocket(0xc210076980)
/vagrant/src/github.com/buger/gor/raw_socket_listener/listener.go:74 +0x1dd
created by github.com/buger/gor/raw_socket_listener.NewListener
/vagrant/src/github.com/buger/gor/raw_socket_listener/listener.go:42 +0x138
goroutine 17 [syscall]:
runtime.goexit()
/home/vagrant/go/src/pkg/runtime/proc.c:1396
goroutine 47077 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283e80)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47067 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c08c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47045 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103589c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47082 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b100)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47055 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aee40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47052 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aecc0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47066 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c0840)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47046 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210358a40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47059 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aef40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47069 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210358bc0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47072 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283c00)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47096 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210383340)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47049 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aeb40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47061 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c05c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47064 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c0740)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47093 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210383140)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47090 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015bf40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47068 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c0940)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47051 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aec40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47057 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210358b40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47063 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c06c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47084 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b2c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47065 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c07c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47071 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283b80)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47087 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015bdc0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47078 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283f00)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47076 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283e00)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47073 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283c80)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47074 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283d00)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47056 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210358ac0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47095 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210383240)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47091 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210383040)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47083 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b180)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47058 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aeec0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47080 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b000)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47094 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103831c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47050 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aebc0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47086 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b580)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47079 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283f80)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47092 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103830c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47088 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015be40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47043 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103ae9c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47097 [runnable]:
time.stopTimer(0xc210383448, 0x135cf41144e50360)
/tmp/bindist821562699/go/src/pkg/runtime/time.goc:41
time.(*Timer).Reset(0xc210383440, 0xbebc200, 0x0)
/home/vagrant/go/src/pkg/time/sleep.go:82 +0x4b
github.com/buger/gor/raw_socket_listener.(*TCPMessage).AddPacket(0xc210383400, 0xc2103ae7c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:101 +0x11a
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210383400)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:48 +0x6e
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47053 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aed40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47048 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aeac0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47060 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c0540)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47054 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aedc0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47089 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015bec0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47047 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c04c0)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47044 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2103aea40)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47075 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283d80)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47081 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b080)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47062 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc2102c0640)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47070 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc210283b00)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
goroutine 47085 [chan receive]:
github.com/buger/gor/raw_socket_listener.(*TCPMessage).listen(0xc21015b380)
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:46 +0x4b
created by github.com/buger/gor/raw_socket_listener.NewTCPMessage
/vagrant/src/github.com/buger/gor/raw_socket_listener/tcp_message.go:38 +0xdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment