Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Created November 8, 2014 19:53
Show Gist options
  • Save whyrusleeping/16cf9f48a1998816eadd to your computer and use it in GitHub Desktop.
Save whyrusleeping/16cf9f48a1998816eadd to your computer and use it in GitHub Desktop.
Mars's panic last night
04:59:19.115 DEBUG conn: newSecureConn: [Peer QmaCpDMGvV2B] to [Peer QmY1EdqkEzj6] handshake success
! secure_conn.go:41
04:59:19.115 DEBUG swarm: [Peer QmaCpDMGvV2B] Started connection: [Peer QmY1EdqkEzj6] conn.go:105
04:59:19.115 DEBUG conn: Handshake1: sent to [Peer QmY1EdqkEzj6] handshake.go:75
04:59:19.115 DEBUG conn: Handshake3 received from [Peer QmY1EdqkEzj6] handshake.go:96
04:59:19.116 ERROR conn: Handshake3 failed to update [Peer QmY1EdqkEzj6] handshake.go:102
04:59:19.116 INFO swarm: InterfaceListenAddresses:[/ip4/104.131.131.82/tcp/4001 /ip4/172.17.42.1/tcp
/4001 /ip6/fe80::601:26ff:fe7b:c401/tcp/4001 /ip6/fe80::5484:7aff:fefe:9799/tcp/4001 /ip6/fe80::b4cc:d7ff:
fe46:2541/tcp/4001] addrs.go:55
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x38 pc=0x6e2df6]
goroutine 1144 [running]:
runtime.panic(0x966e20, 0xd23553)
/home/whyrusleeping/go/src/pkg/runtime/panic.c:279 +0xf5
github.com/jbenet/go-ipfs/net/swarm.addrInList(0x0, 0x0, 0xc208b38980, 0x5, 0x8, 0x0)
/home/whyrusleeping/gopkg/src/github.com/jbenet/go-ipfs/net/swarm/addrs.go:80 +0xa6
github.com/jbenet/go-ipfs/net/swarm.(*Swarm).checkNATWarning(0xc208047700, 0x0, 0x0)
/home/whyrusleeping/gopkg/src/github.com/jbenet/go-ipfs/net/swarm/addrs.go:96 +0x147
github.com/jbenet/go-ipfs/net/swarm.(*Swarm).connSetup(0xc208047700, 0x7f2badf91550, 0xc2096ed8f0, 0x0, 0x
0, 0x0, 0x0)
/home/whyrusleeping/gopkg/src/github.com/jbenet/go-ipfs/net/swarm/conn.go:122 +0x493
github.com/jbenet/go-ipfs/net/swarm.(*Swarm).handleIncomingConn(0xc208047700, 0x7f2badf91550, 0xc2096ed8f0
)
/home/whyrusleeping/gopkg/src/github.com/jbenet/go-ipfs/net/swarm/conn.go:91 +0x8a
created by github.com/jbenet/go-ipfs/net/swarm.func·001
/home/whyrusleeping/gopkg/src/github.com/jbenet/go-ipfs/net/swarm/conn.go:77 +0x1f5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment