Created
December 21, 2017 21:12
-
-
Save sangaman/8d1bb3dd01923ad24d641591c764e93b to your computer and use it in GitHub Desktop.
LND WSL ChannelAnnouncement Segmentation Violation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-12-21 15:27:54.805 [DBG] PEER: Sending ChannelAnnouncement(chain_hash=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943, short_chan_id=1378302696603648000) to 34.250.234.192:9735 | |
unexpected fault address 0x7fa6a2764008 | |
fatal error: fault | |
[signal SIGSEGV: segmentation violation code=0x2 addr=0x7fa6a2764008 pc=0x4ea9e9] | |
goroutine 4141 [running]: | |
runtime.throw(0xe50612, 0x5) | |
/usr/local/go/src/runtime/panic.go:596 +0x95 fp=0xc420a67178 sp=0xc420a67158 | |
runtime.sigpanic() | |
/usr/local/go/src/runtime/signal_unix.go:297 +0x28c fp=0xc420a671c8 sp=0xc420a67178 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Cursor).search(0xc420a67370, 0x1422998, 0xa, 0xa, 0x194) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/cursor.go:255 +0x69 fp=0xc420a67290 sp=0xc420a671c8 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Cursor).seek(0xc420a67370, 0x1422998, 0xa, 0xa, 0x0, 0x0, 0x410f72, 0xc42027ee00, 0xe0, 0xc42027ee50, ...) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/cursor.go:159 +0xb1 fp=0xc420a672e0 sp=0xc420a67290 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Bucket).Bucket(0xc42027ee18, 0x1422998, 0xa, 0xa, 0xc420a673d8) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/bucket.go:112 +0x108 fp=0xc420a673a0 sp=0xc420a672e0 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Tx).Bucket(0xc42027ee00, 0x1422998, 0xa, 0xa, 0xc42080c1c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/tx.go:101 +0x4f fp=0xc420a673d8 sp=0xc420a673a0 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).FetchChannelEdgesByID.func1(0xc42027ee00, 0xfadec8, 0xc42027ee00) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:1458 +0xa9 fp=0xc420a67490 sp=0xc420a673d8 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).View(0xc420084960, 0xc420a67520, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:629 +0x9f fp=0xc420a674e0 sp=0xc420a67490 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).FetchChannelEdgesByID(0xc42022e090, 0x13254900004f0000, 0x8, 0x8, 0x7fa6a26ca000, 0xc4206d9800, 0x1) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:1492 +0xd7 fp=0xc420a67568 sp=0xc420a674e0 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).GetChannelByID(0xc42059c6e0, 0x4f00132549, 0x0, 0xc4201a9560, 0x20, 0x20, 0xc420c6b601, 0x7fa6a26ca000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1731 +0x56 fp=0xc420a675b0 sp=0xc420a67568 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420568840, 0xc4207f1090, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1350 +0x2b9a fp=0xc420a67f70 sp=0xc420a675b0 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420568840, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 fp=0xc420a67fc0 sp=0xc420a67f70 | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420a67fc8 sp=0xc420a67fc0 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 1 [chan receive]: | |
main.lndMain(0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:438 +0x1919 | |
main.main() | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:450 +0x36 | |
goroutine 17 [syscall, locked to thread]: | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 | |
goroutine 19 [syscall]: | |
os/signal.signal_recv(0x0) | |
/usr/local/go/src/runtime/sigqueue.go:116 +0x104 | |
os/signal.loop() | |
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22 | |
created by os/signal.init.1 | |
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41 | |
goroutine 20 [semacquire]: | |
sync.runtime_notifyListWait(0xc420090280, 0xc40000186b) | |
/usr/local/go/src/runtime/sema.go:298 +0x10b | |
sync.(*Cond).Wait(0xc420090270) | |
/usr/local/go/src/sync/cond.go:57 +0x89 | |
io.(*pipe).read(0xc420090240, 0xc420168000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/pipe.go:47 +0x104 | |
io.(*PipeReader).Read(0xc42000e240, 0xc420168000, 0x1000, 0x1000, 0x14222b4, 0x1, 0x1) | |
/usr/local/go/src/io/pipe.go:130 +0x4c | |
bufio.(*Reader).fill(0xc420140f50) | |
/usr/local/go/src/bufio/bufio.go:97 +0x117 | |
bufio.(*Reader).ReadSlice(0xc420140f50, 0xc42000e20a, 0x0, 0x0, 0x1, 0x1, 0x0) | |
/usr/local/go/src/bufio/bufio.go:338 +0xbb | |
bufio.(*Reader).ReadLine(0xc420140f50, 0x14222b4, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/usr/local/go/src/bufio/bufio.go:367 +0x37 | |
github.com/lightningnetwork/lnd/vendor/github.com/jrick/logrotate/rotator.(*Rotator).Run(0xc420057590, 0x1426060, 0xc42000e240, 0xc420057590, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/jrick/logrotate/rotator/rotator.go:100 +0xbe | |
created by main.initLogRotator | |
/home/dm/go/src/github.com/lightningnetwork/lnd/log.go:125 +0x2d5 | |
goroutine 29 [select]: | |
github.com/lightningnetwork/lnd/chainntnfs.(*ConcurrentQueue).Start.func1(0xc42016c0a0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/queue.go:54 +0x4aa | |
created by github.com/lightningnetwork/lnd/chainntnfs.(*ConcurrentQueue).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/queue.go:78 +0x3f | |
goroutine 70 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).txCreator(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:538 +0x44f | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:131 +0xdd | |
goroutine 68 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsOutHandler(0xc42007bcc0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:446 +0x287 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1039 +0x19f | |
goroutine 71 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).walletLocker(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:604 +0xbbc | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:132 +0xff | |
goroutine 69 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsReconnectHandler(0xc42007bcc0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:620 +0x6ae | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).Connect | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1325 +0x2e1 | |
goroutine 32 [select]: | |
github.com/lightningnetwork/lnd/htlcswitch.(*Switch).htlcForwarder(0xc4201a9170) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/htlcswitch/switch.go:720 +0x1246 | |
created by github.com/lightningnetwork/lnd/htlcswitch.(*Switch).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/htlcswitch/switch.go:843 +0x1e3 | |
goroutine 30 [select]: | |
github.com/lightningnetwork/lnd/chainntnfs.(*ConcurrentQueue).Start.func1(0xc42016c0c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/queue.go:54 +0x4aa | |
created by github.com/lightningnetwork/lnd/chainntnfs.(*ConcurrentQueue).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/queue.go:78 +0x3f | |
goroutine 31 [select]: | |
github.com/lightningnetwork/lnd/chainntnfs/btcdnotify.(*BtcdNotifier).notificationDispatcher(0xc4204d4150, 0x1328b4) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/btcdnotify/btcd.go:230 +0x1d48 | |
created by github.com/lightningnetwork/lnd/chainntnfs/btcdnotify.(*BtcdNotifier).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/chainntnfs/btcdnotify/btcd.go:157 +0x28c | |
goroutine 67 [IO wait]: | |
net.runtime_pollWait(0x7fa6a91878e8, 0x72, 0x6) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204d4928, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204d4928, 0xc420448800, 0x400) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4204d48c0, 0xc420448800, 0x400, 0x400, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42000e038, 0xc420448800, 0x400, 0x400, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc42015c630, 0x7fa6ac081878, 0xc42000e038, 0x5, 0xc42000e038, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc4204eaa80, 0xfaff17, 0xc4204eaba0, 0x7fa6a9183b00) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc4204eaa80, 0xc4205a0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc4200613e0, 0xc4204fa060, 0x2, 0x8, 0xc420294590, 0x4117c8, 0x10) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).readFull(0xc42059a3c0, 0xc4204fa060, 0x2, 0x8, 0x43c10c, 0xc420294748) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:542 +0x91 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).advanceFrame(0xc42059a3c0, 0xdda35e231b908691, 0xce041f593523b41e, 0xbc0e6b007625933b) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:566 +0x8f | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).NextReader(0xc42059a3c0, 0xc420294758, 0x4070b4, 0xccc460, 0xc420061d40, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:706 +0x57 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).ReadMessage(0xc42059a3c0, 0x0, 0xc420061d40, 0x0, 0x0, 0x0, 0xc42023e780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:769 +0x2f | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsInHandler(0xc42007bcc0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:410 +0x6a | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1038 +0x17d | |
goroutine 33 [select]: | |
main.(*utxoNursery).incubator(0xc4201b9000, 0xc420160110) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/utxonursery.go:676 +0x2d9 | |
created by main.(*utxoNursery).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/utxonursery.go:317 +0x2df | |
goroutine 212 [select]: | |
main.initAutoPilot.func3(0xc42075e060, 0xc42000ab00, 0xc4201a7170, 0xc420216000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/pilot.go:211 +0x41d | |
created by main.initAutoPilot | |
/home/dm/go/src/github.com/lightningnetwork/lnd/pilot.go:262 +0x716 | |
goroutine 42 [IO wait]: | |
net.runtime_pollWait(0x7fa6a9187468, 0x72, 0xe) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e2228, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e2228, 0xc420452800, 0x400) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4204e21c0, 0xc420452800, 0x400, 0x400, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42000e0d0, 0xc420452800, 0x400, 0x400, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc42015c180, 0x7fa6ac081878, 0xc42000e0d0, 0x5, 0xc42000e0d0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc4204f0000, 0xfaff17, 0xc4204f0120, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc4204f0000, 0xc420266000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc42023e5a0, 0xc4204b4d58, 0x9, 0x9, 0x9, 0x0, 0x18) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
io.ReadAtLeast(0x1424920, 0xc42023e5a0, 0xc4204b4d58, 0x9, 0x9, 0x9, 0xc420259b18, 0x4117c8, 0x30) | |
/usr/local/go/src/io/io.go:307 +0xa9 | |
io.ReadFull(0x1424920, 0xc42023e5a0, 0xc4204b4d58, 0x9, 0x9, 0xa001720000000000, 0xa000000000000000, 0x3) | |
/usr/local/go/src/io/io.go:325 +0x58 | |
github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2.readFrameHeader(0xc4204b4d58, 0x9, 0x9, 0x1424920, 0xc42023e5a0, 0x0, 0x0, 0xc42015cb70, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2/frame.go:237 +0x7b | |
github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4204b4d20, 0x142a620, 0xc42015cb70, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2/frame.go:492 +0xa4 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc42015c990, 0xc42015cb70, 0xc42015cb70, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http_util.go:592 +0x2f | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc420162780, 0xc42015cb10, 0xfaefd0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_server.go:380 +0x32c | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc4204eec80, 0x1436500, 0xc420162780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:559 +0x162 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).serveHTTP2Transport(0xc4204eec80, 0x14366e0, 0xc4204f0000, 0x1427da0, 0xc4205964d0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:540 +0x497 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).handleRawConn(0xc4204eec80, 0x1436a40, 0xc42000e0d0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:507 +0x4ad | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).Serve | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:476 +0x5b6 | |
goroutine 78 [select]: | |
github.com/lightningnetwork/lnd/lnwallet.(*LightningWallet).requestHandler(0xc42041a780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnwallet/wallet.go:410 +0x401 | |
created by github.com/lightningnetwork/lnd/lnwallet.(*LightningWallet).Startup | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnwallet/wallet.go:339 +0x167 | |
goroutine 87 [IO wait]: | |
net.runtime_pollWait(0x7fa6a9187828, 0x72, 0xc) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e21b8, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e21b8, 0xc420214800, 0x400) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4204e2150, 0xc420214800, 0x400, 0x400, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42022e118, 0xc420214800, 0x400, 0x400, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc420212b40, 0x7fa6ac081878, 0xc42022e118, 0x5, 0xc42022e118, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc420191180, 0xfaff17, 0xc4201912a0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc420191180, 0xc42029a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc4201a5ec0, 0xc4202a2038, 0x9, 0x9, 0x9, 0x0, 0x18) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
io.ReadAtLeast(0x1424920, 0xc4201a5ec0, 0xc4202a2038, 0x9, 0x9, 0x9, 0xc420144db8, 0x4117c8, 0x30) | |
/usr/local/go/src/io/io.go:307 +0xa9 | |
io.ReadFull(0x1424920, 0xc4201a5ec0, 0xc4202a2038, 0x9, 0x9, 0xa001720000000000, 0xa000000000000000, 0x3) | |
/usr/local/go/src/io/io.go:325 +0x58 | |
github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2.readFrameHeader(0xc4202a2038, 0x9, 0x9, 0x1424920, 0xc4201a5ec0, 0x0, 0x0, 0xc4204f4300, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2/frame.go:237 +0x7b | |
github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4202a2000, 0x142a620, 0xc4204f4300, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/golang.org/x/net/http2/frame.go:492 +0xa4 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4202131a0, 0xc4204f4300, 0xc4204f4300, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http_util.go:592 +0x2f | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc4201ae680) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_client.go:1154 +0xcd | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.newHTTP2Client | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_client.go:260 +0xcf5 | |
goroutine 74 [IO wait]: | |
net.runtime_pollWait(0x7fa6a91876a8, 0x72, 0x9) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e65a8, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e65a8, 0xc4204fc000, 0x8000) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4204e6540, 0xc4204fc000, 0x8000, 0x8000, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42000e0d8, 0xc4204fc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc4201a6720, 0x7fa6ac081878, 0xc42000e0d8, 0x5, 0xc42000e0d8, 0xc65f7d) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc4204eb500, 0xfaff17, 0xc4204eb620, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc4204eb500, 0xc4205a1000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc42023e240, 0xc4209a8460, 0x2, 0x8, 0xc42087dd90, 0x4117c8, 0x10) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).readFull(0xc4202454a0, 0xc4209a8460, 0x2, 0x8, 0x7c76dc, 0xc42087de08) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:542 +0x91 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).advanceFrame(0xc4202454a0, 0xc420566c60, 0xc420bee000, 0x1d3) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:566 +0x8f | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).NextReader(0xc4202454a0, 0xc42087df58, 0x4070b4, 0xccc460, 0xc420061b60, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:706 +0x57 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).ReadMessage(0xc4202454a0, 0x0, 0xc420061b60, 0x600, 0x600, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:769 +0x2f | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsInHandler(0xc42007ba40) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:410 +0x6a | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1038 +0x17d | |
goroutine 75 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsOutHandler(0xc42007ba40) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:446 +0x287 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1039 +0x19f | |
goroutine 76 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsReconnectHandler(0xc42007ba40) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:620 +0x6ae | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).Connect | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1325 +0x2e1 | |
goroutine 53 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/chain.(*RPCClient).handler(0xc420061980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/chain/rpc.go:283 +0x946 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/chain.(*RPCClient).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/chain/rpc.go:114 +0x16f | |
goroutine 54 [chan receive]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).handleChainNotifications(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/chainntfns.go:77 +0xec | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).SynchronizeRPC | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:173 +0x155 | |
goroutine 55 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).rescanBatchHandler(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/rescan.go:106 +0xd11 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).SynchronizeRPC | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:174 +0x177 | |
goroutine 56 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).rescanProgressHandler(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/rescan.go:177 +0x4e2 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).SynchronizeRPC | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:175 +0x199 | |
goroutine 57 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).rescanRPCHandler(0xc42007c500) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/rescan.go:215 +0x659 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet.(*Wallet).SynchronizeRPC | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/wallet.go:176 +0x1bb | |
goroutine 58 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler(0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:505 +0x16ae | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:329 +0x47c | |
goroutine 79 [select]: | |
main.(*fundingManager).reservationCoordinator(0xc42000ad00) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/fundingmanager.go:686 +0x5aa | |
created by main.(*fundingManager).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/fundingmanager.go:539 +0xe2e | |
goroutine 81 [IO wait]: | |
net.runtime_pollWait(0x7fa6a9187768, 0x72, 0x1428c20) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e7d48, 0x72, 0x1422898, 0xc4206e36a0) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e7d48, 0xffffffffffffffff, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).accept(0xc4204e7ce0, 0x0, 0x1426ba0, 0xc4206e36a0) | |
/usr/local/go/src/net/fd_unix.go:430 +0x1e5 | |
net.(*TCPListener).accept(0xc42022e0e8, 0xc420035e10, 0x9e7046, 0x457840) | |
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).Accept(0xc42022e0e8, 0xfaef98, 0xc4204eec80, 0x1436a40, 0xc42022e2b8) | |
/usr/local/go/src/net/tcpsock.go:228 +0x49 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).Serve(0xc4204eec80, 0x142f7e0, 0xc42022e0e8, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:444 +0x196 | |
main.lndMain.func9(0x142f7e0, 0xc42022e0e8, 0xc4204eec80) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:340 +0xf3 | |
created by main.lndMain | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:341 +0x1581 | |
goroutine 84 [chan receive]: | |
github.com/lightningnetwork/lnd/lnrpc.RegisterLightningHandlerFromEndpoint.func1.1(0x7fa6a91869a8, 0xc4201b92c0, 0xc42019e000, 0xc420160ef0, 0xf) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnrpc/rpc.pb.gw.go:657 +0x58 | |
created by github.com/lightningnetwork/lnd/lnrpc.RegisterLightningHandlerFromEndpoint.func1 | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnrpc/rpc.pb.gw.go:661 +0x1b7 | |
goroutine 83 [select]: | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc42019e1c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/clientconn.go:995 +0xa24 | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc42019e1c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/clientconn.go:728 +0x1d9 | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/clientconn.go:729 +0x6ec | |
goroutine 85 [IO wait]: | |
net.runtime_pollWait(0x7fa6a9187528, 0x72, 0x1428c20) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e7f08, 0x72, 0x1422898, 0xc420146020) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e7f08, 0xffffffffffffffff, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).accept(0xc4204e7ea0, 0x0, 0x1426ba0, 0xc420146020) | |
/usr/local/go/src/net/fd_unix.go:430 +0x1e5 | |
net.(*TCPListener).accept(0xc42022e110, 0x4117c8, 0x30, 0xdcdf40) | |
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).Accept(0xc42022e110, 0x42af8e, 0xc4204f4150, 0xd1b280, 0x1464e90) | |
/usr/local/go/src/net/tcpsock.go:228 +0x49 | |
crypto/tls.(*listener).Accept(0xc420230da0, 0xc4204f4120, 0xd1b280, 0x1464e90, 0xdbb400) | |
/usr/local/go/src/crypto/tls/tls.go:52 +0x37 | |
net/http.(*Server).Serve(0xc4200996b0, 0x142d0a0, 0xc420230da0, 0x0, 0x0) | |
/usr/local/go/src/net/http/server.go:2643 +0x228 | |
net/http.Serve(0x142d0a0, 0xc420230da0, 0x1425660, 0xc420178be0, 0x1, 0x1) | |
/usr/local/go/src/net/http/server.go:2307 +0x78 | |
main.lndMain.func10(0xc420160f08, 0x5, 0xc42017a180, 0xc420178be0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:361 +0x25a | |
created by main.lndMain | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnd.go:362 +0x16e0 | |
goroutine 88 [select]: | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0xc4201ae680) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_client.go:1227 +0x6c7 | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.newHTTP2Client | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_client.go:290 +0xe3d | |
goroutine 43 [select]: | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*http2Server).controller(0xc420162780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_server.go:1015 +0x8d3 | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.newHTTP2Server | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_server.go:223 +0x971 | |
goroutine 44 [select]: | |
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc420162780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x4b3 | |
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport.newHTTP2Server | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/transport/http2_server.go:224 +0x996 | |
goroutine 93 [select]: | |
main.(*breachArbiter).contractObserver(0xc420178b40, 0x1499470, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/breacharbiter.go:410 +0xb6a | |
created by main.(*breachArbiter).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/breacharbiter.go:294 +0xc13 | |
goroutine 90 [IO wait]: | |
net.runtime_pollWait(0x7fa6a91873a8, 0x72, 0xf) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc42059e928, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc42059e928, 0xc420202400, 0x400) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc42059e8c0, 0xc420202400, 0x400, 0x400, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42016a278, 0xc420202400, 0x400, 0x400, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc4201deff0, 0x7fa6ac081878, 0xc42016a278, 0x5, 0xc42016a278, 0xc65f7d) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc4201f4700, 0xfaff17, 0xc4201f4820, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc4201f4700, 0xc4204cf000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc4201a4540, 0xc4201600c8, 0x2, 0x8, 0xc42025bd90, 0x4117c8, 0x8) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).readFull(0xc4205fc3c0, 0xc4201600c8, 0x2, 0x8, 0x7c76dc, 0xc42025be08) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:542 +0x91 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).advanceFrame(0xc4205fc3c0, 0xc42016c220, 0xc420015800, 0x7b) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:566 +0x8f | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).NextReader(0xc4205fc3c0, 0xc42025bf58, 0x4070b4, 0xccc460, 0xc420060c60, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:706 +0x57 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).ReadMessage(0xc4205fc3c0, 0x0, 0xc420060c60, 0x600, 0x600, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:769 +0x2f | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsInHandler(0xc42007b540) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:410 +0x6a | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1038 +0x17d | |
goroutine 91 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsOutHandler(0xc42007b540) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:446 +0x287 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1039 +0x19f | |
goroutine 92 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsReconnectHandler(0xc42007b540) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:620 +0x6ae | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).Connect | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1325 +0x2e1 | |
goroutine 94 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ValidationBarrier).InitJobDependancies(0xc42015c3c0, 0xd845a0, 0xc4207681e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/validation_barrier.go:73 +0x8c7 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler(0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:756 +0x649 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:355 +0x1cb | |
goroutine 100 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr.(*ConnManager).connHandler(0xc4201a95f0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr/connmanager.go:241 +0x103c | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr.(*ConnManager).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr/connmanager.go:510 +0x129 | |
goroutine 97 [IO wait]: | |
net.runtime_pollWait(0x7fa6a91872e8, 0x72, 0x10) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4205fa5a8, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4205fa5a8, 0xc4201f6000, 0x8000) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4205fa540, 0xc4201f6000, 0x8000, 0x8000, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42016a058, 0xc4201f6000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
crypto/tls.(*block).readFromUntil(0xc4204f4480, 0x7fa6ac081878, 0xc42016a058, 0x5, 0xc42016a058, 0xc65f7d) | |
/usr/local/go/src/crypto/tls/conn.go:488 +0x98 | |
crypto/tls.(*Conn).readRecord(0xc4201f5180, 0xfaff17, 0xc4201f52a0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:590 +0xc4 | |
crypto/tls.(*Conn).Read(0xc4201f5180, 0xc420510000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/crypto/tls/conn.go:1134 +0x11d | |
bufio.(*Reader).Read(0xc4201726c0, 0xc421080600, 0x2, 0x8, 0xc4202b3d90, 0x4117c8, 0x10) | |
/usr/local/go/src/bufio/bufio.go:213 +0x312 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).readFull(0xc420509d10, 0xc421080600, 0x2, 0x8, 0x7c76dc, 0xc4202b3e08) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:542 +0x91 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).advanceFrame(0xc420509d10, 0xc4207a7c20, 0xc420c60c00, 0x25) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:566 +0x8f | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).NextReader(0xc420509d10, 0xc4202b3f58, 0x4070b4, 0xccc460, 0xc420061500, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:706 +0x57 | |
github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket.(*Conn).ReadMessage(0xc420509d10, 0x0, 0xc420061500, 0x600, 0x600, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/btcsuite/websocket/conn.go:769 +0x2f | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsInHandler(0xc42007b7c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:410 +0x6a | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1038 +0x17d | |
goroutine 98 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsOutHandler(0xc42007b7c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:446 +0x287 | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1039 +0x19f | |
goroutine 99 [select]: | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).wsReconnectHandler(0xc42007b7c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:620 +0x6ae | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient.(*Client).Connect | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient/infrastructure.go:1325 +0x2e1 | |
goroutine 45 [semacquire]: | |
sync.runtime_notifyListWait(0xc4204e8150, 0xc400000000) | |
/usr/local/go/src/runtime/sema.go:298 +0x10b | |
sync.(*Cond).Wait(0xc4204e8140) | |
/usr/local/go/src/sync/cond.go:57 +0x89 | |
github.com/lightningnetwork/lnd/routing/chainview.(*blockEventQueue).queueCoordinator(0xc4200563c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/chainview/queue.go:89 +0xa2 | |
created by github.com/lightningnetwork/lnd/routing/chainview.(*blockEventQueue).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/chainview/queue.go:66 +0x5c | |
goroutine 46 [select]: | |
github.com/lightningnetwork/lnd/routing/chainview.(*BtcdFilteredChainView).chainFilterer(0xc4204d41c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/chainview/btcd.go:304 +0xe83 | |
created by github.com/lightningnetwork/lnd/routing/chainview.(*BtcdFilteredChainView).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/chainview/btcd.go:120 +0x192 | |
goroutine 101 [IO wait]: | |
net.runtime_pollWait(0x7fa6a91875e8, 0x72, 0x1428c20) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4204e7338, 0x72, 0x1422898, 0xc4206260e0) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4204e7338, 0xffffffffffffffff, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).accept(0xc4204e72d0, 0x0, 0x1426ba0, 0xc4206260e0) | |
/usr/local/go/src/net/fd_unix.go:430 +0x1e5 | |
net.(*TCPListener).accept(0xc42022e038, 0xc420178870, 0x5, 0x1280) | |
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).Accept(0xc42022e038, 0xc42013fe30, 0x5c825b, 0x1465d00, 0x0) | |
/usr/local/go/src/net/tcpsock.go:228 +0x49 | |
github.com/lightningnetwork/lnd/brontide.(*Listener).Accept(0xc420046840, 0xe60f7d, 0x16, 0xc4204fad60, 0x1) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/brontide/listener.go:53 +0x47 | |
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr.(*ConnManager).listenHandler(0xc4201a95f0, 0x142d0e0, 0xc420046840) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr/connmanager.go:486 +0xfb | |
created by github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr.(*ConnManager).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr/connmanager.go:517 +0x1c1 | |
goroutine 4074 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4206dea80, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc42067b4a0, 0xc4207f1040, 0x0, 0xc420061f80) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc42067b4a0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4166 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc42092a7e0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c87860, 0xc4207f04b0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c87860, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4083 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420a60de8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4205579f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f68360, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f68360, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4213087c0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4016 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420a619c8, 0xed1cdf84c) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4208799f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420996420, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420996420, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42106c600, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4079 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420a86c60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4207ee210, 0xc4207f1400, 0x0, 0xc420061f80) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4207ee210, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4176 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc42023f8c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420618db0, 0xc4207f0d20, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420618db0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 211 [select]: | |
main.initAutoPilot.func2(0x142e9a0, 0xc4207600c0, 0xc42000ab00, 0xc420216000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/pilot.go:192 +0x1b1 | |
created by main.initAutoPilot | |
/home/dm/go/src/github.com/lightningnetwork/lnd/pilot.go:200 +0x6b0 | |
goroutine 210 [select]: | |
github.com/lightningnetwork/lnd/lnwallet/btcwallet.(*txSubscriptionClient).notificationProxier(0xc4207600c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnwallet/btcwallet/btcwallet.go:584 +0x1cc | |
created by github.com/lightningnetwork/lnd/lnwallet/btcwallet.(*BtcWallet).SubscribeTransactions | |
/home/dm/go/src/github.com/lightningnetwork/lnd/lnwallet/btcwallet/btcwallet.go:650 +0x19d | |
goroutine 60 [select]: | |
main.(*server).peerBootstrapper(0xc42000ab00, 0x3, 0xc4201463c0, 0x2, 0x2) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/server.go:592 +0x967 | |
created by main.(*server).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/server.go:438 +0x2cc | |
goroutine 4066 [runnable]: | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Cursor).search(0xc420ac7ca0, 0x1422998, 0xa, 0xa, 0x194) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/cursor.go:259 +0x285 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Cursor).seek(0xc420ac7ca0, 0x1422998, 0xa, 0xa, 0x0, 0x0, 0x410f72, 0xc42130e000, 0xe0, 0xc42130e050, ...) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/cursor.go:159 +0xb1 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Bucket).Bucket(0xc42130e018, 0x1422998, 0xa, 0xa, 0xc420ac7d08) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/bucket.go:112 +0x108 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Tx).Bucket(0xc42130e000, 0x1422998, 0xa, 0xa, 0xc420709f80) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/tx.go:101 +0x4f | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).FetchChannelEdgesByID.func1(0xc42130e000, 0xfadec8, 0xc42130e000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:1458 +0xa9 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).View(0xc420084960, 0xc420ac7e50, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:629 +0x9f | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).FetchChannelEdgesByID(0xc42022e090, 0x13284c0000de0001, 0x0, 0x38, 0x48, 0xc4210aacd0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:1492 +0xd7 | |
github.com/lightningnetwork/lnd/routing.addToTopologyChange(0xc42022e090, 0xc4210aacd0, 0xc9d160, 0xc4202f9260, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/notifications.go:320 +0x181 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420a13080, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:542 +0x165 | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4136 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f02f8, 0xed1cde0d2) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202b19f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f69c20, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f69c20, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42098de40, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4095 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0e88, 0xed1aac206) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420eff9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4210acae0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4210acae0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f78240, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4152 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0b68, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4206139f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420a87620, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420a87620, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc421238880, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4117 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420d27fb8, 0xed1cd0f93) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420ac39f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4206951a0, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4206951a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420987860, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4163 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4205707f8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4206c99f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc421245620, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc421245620, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420566f20, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4015 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420996420, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc421312420, 0xc420a619a0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc421312420, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4075 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1068, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420ef99f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4206dea80, 0xed1cc8d92, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4206dea80, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42133bce0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4150 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1428, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4208859f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420a86c60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420a86c60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420d2cc60, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4128 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1608, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202eb9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4212449c0, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4212449c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420d29e80, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4067 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4202fd1f8, 0xed1c4cb50) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cbf9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4202f9b60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4202f9b60, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42106ea80, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 244 [chan receive]: | |
main.(*server).peerTerminationWatcher(0xc42000ab00, 0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/server.go:1058 +0x95 | |
created by main.(*server).addPeer | |
/home/dm/go/src/github.com/lightningnetwork/lnd/server.go:1410 +0x236 | |
goroutine 243 [select]: | |
main.(*peer).pingHandler(0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:1110 +0x1e1 | |
created by main.(*peer).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:288 +0x889 | |
goroutine 242 [select]: | |
main.(*peer).channelManager(0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:1179 +0x16bc | |
created by main.(*peer).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:287 +0x864 | |
goroutine 65 [IO wait]: | |
net.runtime_pollWait(0x7fa6a9187168, 0x72, 0x11) | |
/usr/local/go/src/runtime/netpoll.go:164 +0x59 | |
net.(*pollDesc).wait(0xc4206d2538, 0x72, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 | |
net.(*pollDesc).waitRead(0xc4206d2538, 0xc420a5ae00, 0x12) | |
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 | |
net.(*netFD).Read(0xc4206d24d0, 0xc420a5ae00, 0x12, 0x12, 0x0, 0x1428c20, 0x1422898) | |
/usr/local/go/src/net/fd_unix.go:250 +0x1b7 | |
net.(*conn).Read(0xc42016a000, 0xc420a5ae00, 0x12, 0x12, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:181 +0x70 | |
io.ReadAtLeast(0x7fa6ac081878, 0xc42016a000, 0xc420a5ae00, 0x12, 0x12, 0x12, 0xcdd8c0, 0x1, 0xc420a5ae00) | |
/usr/local/go/src/io/io.go:307 +0xa9 | |
io.ReadFull(0x7fa6ac081878, 0xc42016a000, 0xc420a5ae00, 0x12, 0x12, 0xc420155a18, 0x2, 0x2) | |
/usr/local/go/src/io/io.go:325 +0x58 | |
github.com/lightningnetwork/lnd/brontide.(*Machine).ReadMessage(0xc4201d44e0, 0x7fa6ac081878, 0xc42016a000, 0x7fa6ac081878, 0xc42016a000, 0xeab1, 0xe, 0xc420155ab8) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/brontide/noise.go:702 +0x81 | |
github.com/lightningnetwork/lnd/brontide.(*Conn).ReadNextMessage(0xc420074500, 0xc4206dbb48, 0xc420155b28, 0x4b4c63, 0xc4206dbb48, 0x36eaac64db00) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/brontide/conn.go:100 +0x72 | |
main.(*peer).readNextMessage(0xc42015e2c0, 0x45d964b800, 0xc4209cea00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:442 +0x56 | |
main.(*peer).readHandler(0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:656 +0x18f | |
created by main.(*peer).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:286 +0x83f | |
goroutine 64 [runnable]: | |
syscall.Syscall(0x1, 0x11, 0xc4212395a0, 0x12, 0x12, 0x12, 0x0) | |
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5 | |
syscall.write(0x11, 0xc4212395a0, 0x12, 0x12, 0x77, 0x0, 0x0) | |
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:1064 +0x55 | |
syscall.Write(0x11, 0xc4212395a0, 0x12, 0x12, 0xc4207481a0, 0xfada90, 0x0) | |
/usr/local/go/src/syscall/syscall_unix.go:181 +0x49 | |
net.(*netFD).Write(0xc4206d24d0, 0xc4212395a0, 0x12, 0x12, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/fd_unix.go:332 +0x15e | |
net.(*conn).Write(0xc42016a000, 0xc4212395a0, 0x12, 0x12, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:193 +0x70 | |
github.com/lightningnetwork/lnd/brontide.(*Machine).WriteMessage(0xc4201d44e0, 0x1426360, 0xc42016a000, 0xc4210ae000, 0x1b0, 0xffff, 0xc420159e28, 0x4117c8) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/brontide/noise.go:686 +0xf5 | |
github.com/lightningnetwork/lnd/brontide.(*Conn).Write(0xc420074500, 0xc4210ae000, 0x1b0, 0xffff, 0xc400000000, 0x1b0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/brontide/conn.go:137 +0x21f | |
main.(*peer).writeMessage(0xc42015e2c0, 0x1430aa0, 0xc420226f80, 0x1, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:997 +0x140 | |
main.(*peer).writeHandler(0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:1029 +0x198 | |
created by main.(*peer).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:285 +0x81a | |
goroutine 63 [select]: | |
main.(*peer).queueHandler(0xc42015e2c0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:1072 +0x5bc | |
created by main.(*peer).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:284 +0x7f5 | |
goroutine 4105 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420779b58, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202719f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420d8e660, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420d8e660, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f05ca0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4013 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420a61748, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cc39f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc42023f560, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc42023f560, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420dc73a0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4064 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4206d64d8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4201539f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc421004ea0, 0x0, 0x7fa600000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc421004ea0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f18600, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4059 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4202fdce8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420a699f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4206958c0, 0x0, 0x7fa600000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4206958c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f27e00, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4061 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420dd4bb8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420a079f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc421004480, 0x0, 0x7fa600000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc421004480, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4210a3060, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4091 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420dd57e8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4208119f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f69ce0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f69ce0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc421077a00, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4072 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0fc8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202519f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420763860, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420763860, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42133a800, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4055 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420a61108, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4212f99f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420694660, 0x0, 0x7fa600000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420694660, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f261a0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4140 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0ed8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420a739f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420d80300, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420d80300, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420afb720, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4175 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420a87620, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420767bc0, 0xc4207f0b40, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420767bc0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4132 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420a86000, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c86b40, 0xc4207f1360, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c86b40, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4097 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4210ad7a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4206f01e0, 0xc4207f12c0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4206f01e0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4172 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc42023eba0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420766780, 0xc4207f0910, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420766780, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4124 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4202f9e00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4201a2270, 0xc4207f1540, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4201a2270, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4047 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4206df800, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420ae03f0, 0xc420a60b90, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420ae03f0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4086 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420a612e8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202ed9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f68f00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f68f00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc421309880, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 230 [select]: | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).ProcessRemoteAnnouncement(0xc420216980, 0x1430b20, 0xc420d26050, 0xc4206e2de0, 0x20be9bc0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:387 +0x23b | |
main.newDiscMsgStream.func1(0x1430b20, 0xc420d26050) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:630 +0x58 | |
main.(*msgStream).msgConsumer(0xc4206d25b0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:554 +0x246 | |
created by main.(*msgStream).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/peer.go:504 +0x5c | |
goroutine 4139 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420d80300, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420619dd0, 0xc4207f0eb0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420619dd0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4082 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f68360, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420f5b230, 0xc420a60dc0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420f5b230, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 204 [select]: | |
main.mainInterruptHandler() | |
/home/dm/go/src/github.com/lightningnetwork/lnd/signal.go:65 +0x2e1 | |
created by main.addInterruptHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/signal.go:94 +0x104 | |
goroutine 203 [select, locked to thread]: | |
runtime.gopark(0xfafe80, 0x0, 0xe51bff, 0x6, 0x18, 0x2) | |
/usr/local/go/src/runtime/proc.go:271 +0x13a | |
runtime.selectgoImpl(0xc420606f50, 0x0, 0x18) | |
/usr/local/go/src/runtime/select.go:423 +0x1364 | |
runtime.selectgo(0xc420606f50) | |
/usr/local/go/src/runtime/select.go:238 +0x1c | |
runtime.ensureSigM.func1() | |
/usr/local/go/src/runtime/signal_unix.go:434 +0x2dd | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 | |
goroutine 202 [select]: | |
github.com/lightningnetwork/lnd/autopilot.(*Agent).controller(0xc420216000, 0x68e7780) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/autopilot/agent.go:279 +0x10fb | |
created by github.com/lightningnetwork/lnd/autopilot.(*Agent).Start | |
/home/dm/go/src/github.com/lightningnetwork/lnd/autopilot/agent.go:147 +0x105 | |
goroutine 4094 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4210acae0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4210357a0, 0xc4207f0e60, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4210357a0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4119 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420695f20, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc42067a450, 0xc4207f0f00, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc42067a450, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4135 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f69c20, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4206dd320, 0xc4207f02d0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4206dd320, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4054 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420694660, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420a16b10, 0xc420a610e0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420a16b10, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4120 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0f28, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cbd9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420695f20, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420695f20, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4207a6980, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4130 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f68b40, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c6d590, 0xc4207f11d0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c6d590, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4101 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420997c80, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc421313c80, 0xc420778ff0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc421313c80, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4131 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f11f8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4205e59f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f68b40, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f68b40, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420cadf60, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4110 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420997140, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc421048630, 0xc4206d6a00, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc421048630, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4069 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4206958c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc42105ca50, 0xc4202fdcc0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc42105ca50, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4099 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420dd5e78, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420efd9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420996f60, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420996f60, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42106db20, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4098 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420996f60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4213136b0, 0xc420dd5e50, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4213136b0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4104 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420d8e660, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc42105da70, 0xc420779b30, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc42105da70, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4134 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0078, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420ccf9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420f694a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420f694a0, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42098c1a0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4090 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f69ce0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4210611a0, 0xc420dd57c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4210611a0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4116 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4206951a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4210347b0, 0xc420d27f90, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4210347b0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4127 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4212449c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4202133e0, 0xc4207f15e0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4202133e0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4071 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420763860, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420daa870, 0xc4207f0fa0, 0x0, 0xc420061f80) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420daa870, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4133 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f694a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4206dc660, 0xc4207f0050, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4206dc660, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4177 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0d48, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4207d39f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc42023f8c0, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc42023f8c0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420cfe3c0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4122 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f14c8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc42055d9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4202f9080, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4202f9080, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420cae0c0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4169 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc42092b740, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c87f80, 0xc4207f06e0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c87f80, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4114 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420d27f18, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4208179f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420694120, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420694120, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420986280, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4063 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc421004ea0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4210466f0, 0xc4206d64b0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4210466f0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4121 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4202f9080, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c87560, 0xc4207f14a0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c87560, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4146 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f12e8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4208879f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4210ad7a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4210ad7a0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4202d3800, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4113 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420694120, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420828300, 0xc420d27ef0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420828300, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4076 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4206df260, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420c6c8d0, 0xc4207f1130, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420c6c8d0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4058 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc42023f560, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420ae1320, 0xc420a61720, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420ae1320, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4107 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420d8f0e0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc421047380, 0xc4206d6640, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc421047380, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4085 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc420f68f00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420a177a0, 0xc420a612c0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420a177a0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4088 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc421004480, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc42105d4a0, 0xc420dd4b90, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc42105d4a0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4017 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc4202f9b60, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc420f3a570, 0xc4202fd1d0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc420f3a570, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4102 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c420779018, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4202759f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420997c80, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420997c80, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f04be0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4173 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0938, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cc19f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc42023eba0, 0xed1c9aee1, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc42023eba0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f88e40, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4125 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1568, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc42087f9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4202f9e00, 0xed1cddba7, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4202f9e00, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc42078eba0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4162 [select]: | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).UpdateEdge(0xc42059c6e0, 0xc421245620, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1704 +0x29f | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).processNetworkAnnouncement(0xc420216980, 0xc4209304e0, 0xc4205707d0, 0xadb011, 0x180001) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:1427 +0x35c4 | |
github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler.func1(0xc42015c3c0, 0xc4209304e0, 0xc420216980, 0xc420628000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:772 +0x91 | |
created by github.com/lightningnetwork/lnd/discovery.(*AuthenticatedGossiper).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/discovery/gossiper.go:788 +0x692 | |
goroutine 4170 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f0708, 0xed1cba7d7) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420a099f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc42092b740, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc42092b740, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420d1fa20, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4167 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f04d8, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420ac19f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc42092a7e0, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc42092a7e0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420d1e380, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4077 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1158, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cd19f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4206df260, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4206df260, 0xbb57a1, 0xc420216980) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4208bde80, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4111 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4206d6a28, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4201e79f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420997140, 0xed1c873d1, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420997140, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc421043500, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4048 [runnable]: | |
syscall.Syscall(0x4b, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5 | |
syscall.Fdatasync(0x4, 0x0, 0x0) | |
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:472 +0x4a | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.fdatasync(0xc420084960, 0x1000, 0x1000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/bolt_linux.go:9 +0x3a | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Tx).writeMeta(0xc420b26700, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/tx.go:556 +0x132 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*Tx).Commit(0xc420b26700, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/tx.go:221 +0x516 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc4206cf9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:605 +0xf7 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc4206df800, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc4206df800, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420a1f700, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4108 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4206d6668, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc420cd39f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420d8f0e0, 0x0, 0xc400000000) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420d8f0e0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc420f1b2c0, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e | |
goroutine 4148 [semacquire]: | |
sync.runtime_SemacquireMutex(0xc420084adc) | |
/usr/local/go/src/runtime/sema.go:62 +0x34 | |
sync.(*Mutex).Lock(0xc420084ad8) | |
/usr/local/go/src/sync/mutex.go:87 +0x9d | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).beginRWTx(0xc420084960, 0x0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:512 +0x65 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc420084960, 0x1, 0x0, 0x10000c4207f1388, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:461 +0x38 | |
github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt.(*DB).Update(0xc420084960, 0xc42051d9f0, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/vendor/github.com/boltdb/bolt/db.go:582 +0x46 | |
github.com/lightningnetwork/lnd/channeldb.(*ChannelGraph).UpdateEdgePolicy(0xc42022e090, 0xc420a86000, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/channeldb/graph.go:981 +0x5a | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).processUpdate(0xc42059c6e0, 0xc9d160, 0xc420a86000, 0x0, 0x0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:1005 +0x466 | |
github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler.func1(0xc420212300, 0xc4206e3900, 0xc42059c6e0) | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:527 +0x9c | |
created by github.com/lightningnetwork/lnd/routing.(*ChannelRouter).networkHandler | |
/home/dm/go/src/github.com/lightningnetwork/lnd/routing/router.go:552 +0x25e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment