Skip to content

Instantly share code, notes, and snippets.

@chappjc
Created February 11, 2021 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chappjc/3b08bf716d96f9a9c16b1fda5fa26d55 to your computer and use it in GitHub Desktop.
Save chappjc/3b08bf716d96f9a9c16b1fda5fa26d55 to your computer and use it in GitHub Desktop.
2021-02-11 12:39:30.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:31.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:32.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:33.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:34.416 [INF] RPCS: RPC method "walletlock" invoked by 127.0.0.1:48372
2021-02-11 12:39:34.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:35.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:36.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:37.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:38.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:39.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:40.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
2021-02-11 12:39:41.950 [INF] RPCS: RPC method "getbestblock" invoked by 127.0.0.1:48372
^C2021-02-11 12:39:42.842 [INF] DCRW: Received signal (interrupt). Shutting down...
2021-02-11 12:39:42.842 [ERR] SYNC: Wallet synchronization stopped: rpcsyncer.Run: context canceled
2021-02-11 12:39:42.842 [WRN] RPCS: Canceled RPC method walletlock invoked by 127.0.0.1:48140: context canceled
2021-02-11 12:39:42.842 [WRN] DCRW: Stopping JSON-RPC server...
2021-02-11 12:39:42.842 [ERR] TKBY: wallet.MixAccount:: wallet.MixOutput(07075370e31b6be3b96395ff116495d7594cac9ce28b184126fb4d23962828b7:6): context canceled
2021-02-11 12:39:42.855 [WRN] RPCS: Failed websocket send to client 127.0.0.1:48140: write tcp4 127.0.0.1:19110->127.0.0.1:48140: write: broken pipe
2021-02-11 12:39:42.855 [INF] RPCS: Disconnected websocket client 127.0.0.1:48140
2021-02-11 12:39:42.855 [INF] RPCS: Disconnected websocket client 127.0.0.1:48372
2021-02-11 12:39:43.435 [INF] WLLT: The wallet has been unlocked without a time limit
2021-02-11 12:39:43.436 [INF] WLLT: The wallet has been temporarily unlocked
2021-02-11 12:39:43.436 [WRN] RPCS: Canceled RPC method walletpassphrase invoked by 127.0.0.1:48372: context canceled
2021-02-11 12:39:43.436 [INF] WLLT: The wallet has been temporarily unlocked
2021-02-11 12:39:43.436 [WRN] RPCS: Canceled RPC method walletpassphrase invoked by 127.0.0.1:48372: context canceled
2021-02-11 12:39:43.441 [DBG] TKBY: Skipping purchase: low available balance
2021-02-11 12:39:43.441 [DBG] TKBY: Skipping purchase: low available balance
SIGABRT: abort
PC=0x473ae1 m=0 sigcode=0
goroutine 0 [idle]:
runtime.futex(0x15cee08, 0x80, 0x0, 0x0, 0x7ffd00000000, 0x4736bc, 0xbf323, 0x21c2bb7e, 0x7ffd133e5488, 0x40ddff, ...)
/home/jon/go115/src/runtime/sys_linux_amd64.s:587 +0x21
runtime.futexsleep(0x15cee08, 0x0, 0xffffffffffffffff)
/home/jon/go115/src/runtime/os_linux.go:45 +0x46
runtime.notesleep(0x15cee08)
/home/jon/go115/src/runtime/lock_futex.go:159 +0x9f
runtime.stopm()
/home/jon/go115/src/runtime/proc.go:1924 +0xc5
runtime.findrunnable(0xc00006e000, 0x0)
/home/jon/go115/src/runtime/proc.go:2485 +0xa7f
runtime.schedule()
/home/jon/go115/src/runtime/proc.go:2683 +0x2d7
runtime.park_m(0xc000584f00)
/home/jon/go115/src/runtime/proc.go:2851 +0x9d
runtime.mcall(0x0)
/home/jon/go115/src/runtime/asm_amd64.s:318 +0x5b
goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc0004481d0)
/home/jon/go115/src/runtime/sema.go:56 +0x45
sync.(*WaitGroup).Wait(0xc0004481c8)
/home/jon/go115/src/sync/waitgroup.go:130 +0x65
decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).Stop(0xc000448000)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:234 +0x149
main.run.func13(0xc000448000)
/home/jon/github/decred/dcrwallet/dcrwallet.go:406 +0x88
main.run(0x10d5060, 0xc00011a900, 0x10c1760, 0xc0000ae0c0)
/home/jon/github/decred/dcrwallet/dcrwallet.go:435 +0x690
main.main()
/home/jon/github/decred/dcrwallet/dcrwallet.go:53 +0x85
goroutine 19 [select]:
main.shutdownListener()
/home/jon/github/decred/dcrwallet/signal.go:65 +0x270
created by main.main
/home/jon/github/decred/dcrwallet/dcrwallet.go:50 +0x69
goroutine 7 [syscall]:
os/signal.signal_recv(0x10ccd00)
/home/jon/go115/src/runtime/sigqueue.go:147 +0x9d
os/signal.loop()
/home/jon/go115/src/os/signal/signal_unix.go:23 +0x25
created by os/signal.Notify.func1.1
/home/jon/go115/src/os/signal/signal.go:150 +0x45
goroutine 20 [chan receive, 8547 minutes]:
main.drainOutgoingPipeMessages()
/home/jon/github/decred/dcrwallet/ipc.go:112 +0x53
created by main.run
/home/jon/github/decred/dcrwallet/dcrwallet.go:106 +0x2545
goroutine 71 [chan send]:
main.run.func8(0xc00041a3f0, 0x10d5060, 0xc00011a900, 0xc0004fa6b0, 0x4, 0x8, 0xc000418060)
/home/jon/github/decred/dcrwallet/dcrwallet.go:362 +0xaa
created by main.run
/home/jon/github/decred/dcrwallet/dcrwallet.go:357 +0x15f4
goroutine 74 [chan receive, 8547 minutes]:
main.run.func12(0xc000448000)
/home/jon/github/decred/dcrwallet/dcrwallet.go:400 +0x65
created by main.run
/home/jon/github/decred/dcrwallet/dcrwallet.go:399 +0x7d7
goroutine 491544 [semacquire]:
sync.runtime_SemacquireMutex(0xc0005c4134, 0x0, 0x0)
/home/jon/go115/src/runtime/sema.go:71 +0x47
sync.(*RWMutex).RLock(...)
/home/jon/go115/src/sync/rwmutex.go:50
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock(0xc0005c4000, 0x10d5120)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1748 +0xb0
decred.org/dcrwallet/wallet.(*Wallet).MixOutput(0xc0005c4000, 0x10d5120, 0xc00037e390, 0xc000117820, 0xc000118eab, 0x15, 0xc0009c2000, 0x100000002, 0x1, 0x0, ...)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:67 +0x1ef
decred.org/dcrwallet/wallet.(*Wallet).MixAccount.func3(0x0, 0xc0007bcd30)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:267 +0x7f
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0006c6870, 0xc0007c6000)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:54 +0x66
goroutine 8855 [chan receive, 8281 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func2(0xc00096d0e0, 0xc0005c4000, 0xc000ff0060)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1708 +0xd3
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1702 +0x1f7
goroutine 2200 [select, 8401 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func2(0xc000616d20, 0xc0005c4000, 0xc000658060)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1703 +0xa5
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1702 +0x1f7
goroutine 490689 [chan receive, 13 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc000307bc0)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 274767 [chan receive, 62 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc00208a420)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 491106 [semacquire]:
sync.runtime_Semacquire(0xc0007bcd38)
/home/jon/go115/src/runtime/sema.go:56 +0x45
sync.(*WaitGroup).Wait(0xc0007bcd30)
/home/jon/go115/src/sync/waitgroup.go:130 +0x65
decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRespond(0xc000448000, 0x10d5060, 0xc0007bccc0, 0xc0007bcd00)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:463 +0x5c6
created by decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRPC
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:518 +0x20f
goroutine 491515 [chan receive]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc0003de9c0)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 491516 [chan receive]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc0006bcde0)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 491546 [semacquire]:
sync.runtime_SemacquireMutex(0xc0005c4134, 0x0, 0x0)
/home/jon/go115/src/runtime/sema.go:71 +0x47
sync.(*RWMutex).RLock(...)
/home/jon/go115/src/sync/rwmutex.go:50
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock(0xc0005c4000, 0x10d5120)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1748 +0xb0
decred.org/dcrwallet/wallet.(*Wallet).MixOutput(0xc0005c4000, 0x10d5120, 0xc0006882d0, 0xc000117820, 0xc000118eab, 0x15, 0xc000f40000, 0x100000002, 0x1, 0x0, ...)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:67 +0x1ef
decred.org/dcrwallet/wallet.(*Wallet).MixAccount.func3(0x0, 0x0)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:267 +0x7f
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001021e30, 0xc0007c61e0)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:54 +0x66
goroutine 491367 [semacquire]:
sync.runtime_Semacquire(0xc0006c6880)
/home/jon/go115/src/runtime/sema.go:56 +0x45
sync.(*WaitGroup).Wait(0xc0006c6878)
/home/jon/go115/src/sync/waitgroup.go:130 +0x65
golang.org/x/sync/errgroup.(*Group).Wait(0xc0006c6870, 0xc0007c6140, 0x10d53e0)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:40 +0x31
decred.org/dcrwallet/wallet.(*Wallet).MixAccount(0xc0005c4000, 0x10d5120, 0xc00037e390, 0xc000117820, 0xc000118eab, 0x15, 0x100000002, 0x1, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:280 +0x593
decred.org/dcrwallet/ticketbuyer.(*TB).mixChange(0xc00041a3f0, 0x10d5060, 0xc0000c2000, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:334 +0x186
decred.org/dcrwallet/ticketbuyer.(*TB).Run.func2(0xc00041a3f0, 0xc0001fa550)
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:186 +0x45
created by decred.org/dcrwallet/ticketbuyer.(*TB).Run
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:185 +0x707
goroutine 488749 [chan receive, 40 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func2(0xc000713ec0, 0xc0005c4000, 0xc000b10000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1708 +0xd3
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1702 +0x1f7
goroutine 491514 [chan receive]:
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock.func1(0xc001ae20c0, 0xc0005c4000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1751 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).holdUnlock
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1750 +0x7e
goroutine 3363 [chan receive, 8362 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc000656840)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 491010 [chan receive, 9 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc00061ac00)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 1822 [chan receive, 8402 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func1(0xc0003dfc20)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1689 +0x2c6
goroutine 8710 [chan receive, 8284 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func2(0xc0004c84e0, 0xc0005c4000, 0xc000a68000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1708 +0xd3
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1702 +0x1f7
goroutine 491545 [semacquire]:
sync.runtime_SemacquireMutex(0xc0005c4134, 0x0, 0x0)
/home/jon/go115/src/runtime/sema.go:71 +0x47
sync.(*RWMutex).RLock(...)
/home/jon/go115/src/sync/rwmutex.go:50
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock(0xc0005c4000, 0x10d5120)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1748 +0xb0
decred.org/dcrwallet/wallet.(*Wallet).MixOutput(0xc0005c4000, 0x10d5120, 0xc00037e390, 0xc000117820, 0xc000118eab, 0x15, 0xc0009c2050, 0x100000002, 0x1, 0x0, ...)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:67 +0x1ef
decred.org/dcrwallet/wallet.(*Wallet).MixAccount.func3(0x0, 0x0)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:267 +0x7f
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0006c6870, 0xc0007c6140)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:54 +0x66
goroutine 487459 [chan receive, 60 minutes]:
decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout.func2(0xc00067ef00, 0xc0005c4000, 0xc000a68000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1708 +0xd3
created by decred.org/dcrwallet/wallet.(*Wallet).replacePassphraseTimeout
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1702 +0x1f7
goroutine 491295 [chan receive]:
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock.func1(0xc000a68180, 0xc0005c4000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1751 +0x34
created by decred.org/dcrwallet/wallet.(*Wallet).holdUnlock
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1750 +0x7e
goroutine 491228 [semacquire]:
sync.runtime_Semacquire(0xc001021e40)
/home/jon/go115/src/runtime/sema.go:56 +0x45
sync.(*WaitGroup).Wait(0xc001021e38)
/home/jon/go115/src/sync/waitgroup.go:130 +0x65
golang.org/x/sync/errgroup.(*Group).Wait(0xc001021e30, 0xc0007c6280, 0x10d53e0)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:40 +0x31
decred.org/dcrwallet/wallet.(*Wallet).MixAccount(0xc0005c4000, 0x10d5120, 0xc0006882d0, 0xc000117820, 0xc000118eab, 0x15, 0x100000002, 0xc000000001, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:280 +0x593
decred.org/dcrwallet/ticketbuyer.(*TB).mixChange(0xc00041a3f0, 0x10d5060, 0xc0000c2000, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:334 +0x186
decred.org/dcrwallet/ticketbuyer.(*TB).Run.func2(0xc00041a3f0, 0xc0001fa550)
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:186 +0x45
created by decred.org/dcrwallet/ticketbuyer.(*TB).Run
/home/jon/github/decred/dcrwallet/ticketbuyer/tb.go:185 +0x707
goroutine 491547 [semacquire]:
sync.runtime_SemacquireMutex(0xc0005c4134, 0x0, 0x0)
/home/jon/go115/src/runtime/sema.go:71 +0x47
sync.(*RWMutex).RLock(...)
/home/jon/go115/src/sync/rwmutex.go:50
decred.org/dcrwallet/wallet.(*Wallet).holdUnlock(0xc0005c4000, 0x10d5120)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1748 +0xb0
decred.org/dcrwallet/wallet.(*Wallet).MixOutput(0xc0005c4000, 0x10d5120, 0xc0006882d0, 0xc000117820, 0xc000118eab, 0x15, 0xc000f40050, 0x100000002, 0x1, 0x0, ...)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:67 +0x1ef
decred.org/dcrwallet/wallet.(*Wallet).MixAccount.func3(0xc000418720, 0xc0007bcd30)
/home/jon/github/decred/dcrwallet/wallet/mixing.go:267 +0x7f
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001021e30, 0xc0007c6280)
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:57 +0x59
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jon/go/pkg/mod/golang.org/x/sync@v0.0.0-20200625203802-6e8e738ad208/errgroup/errgroup.go:54 +0x66
goroutine 491554 [semacquire]:
sync.runtime_SemacquireMutex(0xc0005c4130, 0xc000e71100, 0x0)
/home/jon/go115/src/runtime/sema.go:71 +0x47
sync.(*RWMutex).Lock(0xc0005c4128)
/home/jon/go115/src/sync/rwmutex.go:103 +0x85
decred.org/dcrwallet/wallet.(*Wallet).Lock(0xc0005c4000)
/home/jon/github/decred/dcrwallet/wallet/wallet.go:1723 +0x3d
decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).walletLock(0xc000448000, 0x10d5120, 0xc00037e150, 0xcb62a0, 0x15ff1b8, 0xcb62a0, 0x15ff1b8, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/methods.go:4445 +0x47
decred.org/dcrwallet/internal/rpc/jsonrpc.lazyApplyHandler.func2(0x0, 0x0, 0x0)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/methods.go:249 +0x14d
decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRespond.func1(0xc011333758, 0xc0007bcd00, 0xc00011b640, 0xc000138cd0, 0x10d5120, 0xc00037e150)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:446 +0xa2
created by decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRespond
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:443 +0x376
goroutine 490673 [chan send]:
decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRead(0xc000448000, 0x10d5060, 0xc0007bccc0, 0xc0007bcd00)
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:345 +0x51
created by decred.org/dcrwallet/internal/rpc/jsonrpc.(*Server).websocketClientRPC
/home/jon/github/decred/dcrwallet/internal/rpc/jsonrpc/server.go:515 +0x1ac
rax 0xca
rbx 0x15cecc0
rcx 0x473ae3
rdx 0x0
rdi 0x15cee08
rsi 0x80
rbp 0x7ffd133e5450
rsp 0x7ffd133e5408
r8 0x0
r9 0x0
r10 0x0
r11 0x286
r12 0x3
r13 0x15ce5a0
r14 0xc001061230
r15 0x1377
rip 0x473ae1
rflags 0x286
cs 0x33
fs 0x0
gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment