< yevaud>
I'm running rc2 on armv7/armv8 in a few weird setups. haven't seen anything noticeably wrong.
< fanquake>
yevaud: thanks for testing
< kallewoof>
If anyone is up for reviewing the Signet pull request (#16411) I'm willing to answer questions and stuff. :) Even feedback on whether to use a static genesis block or a dynamic one would be helpful. Would love to get this merged before 0.20 release.
< fanquake>
From what I currently understand, it's a race where if BlockConnected() is called just after BlockUntilSyncedToCurrentChain in UnloadWallet, the scheduler thread is looping in SyncTransaction -> AddToWalletIfInvolvingMe, which grabs the cs_wallet lock each time, but then we try and delete the wallet (and lock) and blow up
< fanquake>
The more logging I add to try and diagnose, the less frequent the crash seems to be.
< meshcollider>
Oh probably not at this time of the morning
< provoostenator>
Maybe promag is around?
< provoostenator>
fanquake: I'm running the load/unload loop now, so far no crash. Any (build) configuration options that matter?
< provoostenator>
Crash!
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #18131: add macOS notarization info to the release process doc (master...2020/02/notarize) https://github.com/bitcoin/bitcoin/pull/18131
< instagibbs>
achow101, can you update #16528 description to include any active PRs that are rolling out subsets of those commits? I see at least one I just reviweed
< bitcoin-git>
[bitcoin] luke-jr closed pull request #18175: [0.19] build: Allow export of environ symbols and work around rv64 toolchain issue (0.19...pr17569-0.18) https://github.com/bitcoin/bitcoin/pull/18175
< meshcollider>
achow101: all good,
< meshcollider>
instagibbs: thanks, I'll take a look at 17577 and 17264 today