Matthew Zipkin
Matthew Zipkin
@ariard I think your comment is more appropriate on the mailing list or delving. You are even mentioning a specific post from the mailing list. I expect a lot of...
bt: ``` (lldb) bt * thread #2, name = 'b-capnp-loop', stop reason = signal SIGABRT * frame #0: 0x00000001a017ea60 libsystem_kernel.dylib`__pthread_kill + 8 frame #1: 0x00000001a01b6c20 libsystem_pthread.dylib`pthread_kill + 288 frame #2:...
For what it's worth, I rebased https://github.com/bitcoin/bitcoin/pull/32297/ on top of https://github.com/bitcoin/bitcoin/pull/32345 and the edge case of ipcconnecting bitcoin-cli to a non-bitcoin socket failed gracefully: ``` $ bccli -regtest getblockcount error:...