We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> ./echo -secio -l 10000 2018/02/14 19:41:48 I am /ip4/127.0.0.1/tcp/10000/ipfs/QmfLBgJniFEmmAgRd5a96WME4Dm1T76fkUnHfy1MCAsfPH 2018/02/14 19:41:48 Now run "./echo -l 10001 -d /ip4/127.0.0.1/tcp/10000/ipfs/QmfLBgJniFEmmAgRd5a96WME4Dm1T76fkUnHfy1MCAsfPH -secio" on a different terminal 2018/02/14 19:41:48 listening for connections panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x134bf5a] goroutine 54 [running]: gx/ipfs/QmSxBdRmouj5T3c8UV4Y1zvShCHe7APV9RU3tEn5voLQjb/go-peerstream.(*Swarm).NewStreamWithConn(0xc42009a180, 0xc42044a000, 0xc42022f700, 0x0, 0x6000000014bc77d) /Users/mauricejeffery/go/src/gx/ipfs/QmSxBdRmouj5T3c8UV4Y1zvShCHe7APV9RU3tEn5voLQjb/go-peerstream/swarm.go:328 +0xba gx/ipfs/QmSxBdRmouj5T3c8UV4Y1zvShCHe7APV9RU3tEn5voLQjb/go-peerstream.(*Conn).NewStream(0xc42044a000, 0xc42022f5e8, 0x1029f59, 0xc400000008) /Users/mauricejeffery/go/src/gx/ipfs/QmSxBdRmouj5T3c8UV4Y1zvShCHe7APV9RU3tEn5voLQjb/go-peerstream/conn.go:143 +0x34 gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm.(*Conn).NewSwarmStream(0xc42044a000, 0xc42022f5f8, 0xc42022f600, 0xc420080d00) /Users/mauricejeffery/go/src/gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm/swarm_conn.go:79 +0x2b gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm.(*Conn).NewStream(0xc42044a000, 0x15fb9d8, 0xc420078d80, 0xc420080d88, 0xc42046ca00) /Users/mauricejeffery/go/src/gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm/swarm_conn.go:85 +0x2b github.com/libp2p/go-libp2p/p2p/protocol/identify.(*IDService).IdentifyConn(0xc4200d45a0, 0x1827160, 0xc42044a000) /Users/mauricejeffery/go/src/github.com/libp2p/go-libp2p/p2p/protocol/identify/id.go:91 +0x29e github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).newConnHandler(0xc42044a300, 0x1827160, 0xc42044a000) /Users/mauricejeffery/go/src/github.com/libp2p/go-libp2p/p2p/host/basic/basic_host.go:227 +0xaf github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).(github.com/libp2p/go-libp2p/p2p/host/basic.newConnHandler)-fm(0x1827160, 0xc42044a000) /Users/mauricejeffery/go/src/github.com/libp2p/go-libp2p/p2p/host/basic/basic_host.go:174 +0x3e gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm.(*Network).SetConnHandler.func1(0xc42044a000) /Users/mauricejeffery/go/src/gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm/swarm_net.go:160 +0x3b created by gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm.(*Swarm).SetConnHandler.func2 /Users/mauricejeffery/go/src/gx/ipfs/QmSD9fajyipwNQw3Hza2k2ifcBfbhGoC1ZHHgQBy4yqU8d/go-libp2p-swarm/swarm.go:260 +0x67
The text was updated successfully, but these errors were encountered:
Looks like #263
Sorry, something went wrong.
Merge pull request #273 from libp2p/clean-up-self-dial
bf044ff
remove redundant self-dialing check, simplify starting of dialWorkerLoop
deprecate peer.ID.Pretty (#273)
c436912
1. It's an alias for peer.ID.String 2. fmt.Stringer is the idiomatic way to get a string representation in Go.
No branches or pull requests
The text was updated successfully, but these errors were encountered: