Closed JoeGruffins closed 1 month ago
This is familiar. I think we're mishandling a context.Context
somewhere.
Saw something similar on mainnet with dcr rpc. This was blocking a refund:
2024-09-29 06:56:31.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 06:57:54.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:02:02.842 [DBG] CORE: Expired bond xxx (dcr) refundable in about 388h0m17s.
2024-09-29 07:03:33.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:04:32.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:10:10.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:11:17.633 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:13:32.631 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:19:19.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:26:13.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:32:02.842 [DBG] CORE: Expired bond xxx (dcr) refundable in about 387h30m17s.
2024-09-29 07:36:07.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:36:21.631 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:48:03.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:52:40.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 07:58:54.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:01:52.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:02:02.842 [DBG] CORE: Expired bond xxx (dcr) refundable in about 387h0m17s.
2024-09-29 08:02:21.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:06:45.631 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:07:02.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:11:00.632 [WRN] CORE[dcr]: blocking WalletNotification channel
2024-09-29 08:15:53.633 [WRN] CORE[dcr]: blocking WalletNotification channel
I've seen this a couple times now testing on simnet recently. Unsure if it is only a simnet thing. I create a new bisonw on simnet and send it funds. However the wallet will not show the funds and I get the warning
CORE[dcr][SPV]: tip report channel was blocking
It does not happen all the time.On ae2fbd0eb2dd56eadf5095c21c663957fb083a26
When closing bisonw with ctrl-c:
But it hangs anyway and does not shutdown properly. Everything seems fine upon starting for the second time. May just be a new wallet.