💬 GabrieleBocchi commented on pull request "doc: Correct PR Review Club frequency from weekly to monthly":
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488005127)
Thank you for the suggestion! I completely agree. I've updated the PR accordingly.
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488005127)
Thank you for the suggestion! I completely agree. I've updated the PR accordingly.
✅ fanquake closed an issue: "Feature request: Backup of datadir state"
(https://github.com/bitcoin/bitcoin/issues/31324)
(https://github.com/bitcoin/bitcoin/issues/31324)
💬 fanquake commented on issue "Feature request: Backup of datadir state":
(https://github.com/bitcoin/bitcoin/issues/31324#issuecomment-2488095819)
Going to close this. It's unlikely we are going to introduce additional complexity to our software, to work around issues in your hardware / environment.
(https://github.com/bitcoin/bitcoin/issues/31324#issuecomment-2488095819)
Going to close this. It's unlikely we are going to introduce additional complexity to our software, to work around issues in your hardware / environment.
👍 dergoegge approved a pull request: "test: Revert to random path element"
(https://github.com/bitcoin/bitcoin/pull/31317#pullrequestreview-2448100194)
ACK faaaf59f71ede057b2c1d369ef8db973c2f2dbc2
(https://github.com/bitcoin/bitcoin/pull/31317#pullrequestreview-2448100194)
ACK faaaf59f71ede057b2c1d369ef8db973c2f2dbc2
💬 tdb3 commented on pull request "doc: Correct PR Review Club frequency from weekly to monthly":
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488136391)
Let's [squash](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits) the two commits into one. It makes for a cleaner history when this is merged.
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488136391)
Let's [squash](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits) the two commits into one. It makes for a cleaner history when this is merged.
🚀 fanquake merged a pull request: "test: Revert to random path element"
(https://github.com/bitcoin/bitcoin/pull/31317)
(https://github.com/bitcoin/bitcoin/pull/31317)
💬 hebasto commented on pull request "build: Unify `-logsourcelocations` format":
(https://github.com/bitcoin/bitcoin/pull/30811#issuecomment-2488163342)
I suspect that this change broke OSS-Fuzz coverage build: https://issues.oss-fuzz.com/issues/379122777.
(https://github.com/bitcoin/bitcoin/pull/30811#issuecomment-2488163342)
I suspect that this change broke OSS-Fuzz coverage build: https://issues.oss-fuzz.com/issues/379122777.
⚠️ fanquake opened an issue: "bitcoin-qt failed assertion on startup"
(https://github.com/bitcoin-core/gui/issues/844)
Moved from https://github.com/bitcoin/bitcoin/issues/31289.
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current behaviour
I ran bitcoin-qt the same way I always do, but it failed to start up. The terminal shows this:
```
[New Thread 0x7fff337fe6c0 (LWP 4274)]
[New Thread 0x7fff32ffd6c0 (LWP 4275)]
[New Thread 0x7fff327fc6c0 (LWP 4276)]
[New Thread 0x7fff31ffb6c0 (LWP 4277)]
[New Thread 0x7fff317fa6c0 (LWP 4278)]
[New Thread 0x7fff30
...
(https://github.com/bitcoin-core/gui/issues/844)
Moved from https://github.com/bitcoin/bitcoin/issues/31289.
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current behaviour
I ran bitcoin-qt the same way I always do, but it failed to start up. The terminal shows this:
```
[New Thread 0x7fff337fe6c0 (LWP 4274)]
[New Thread 0x7fff32ffd6c0 (LWP 4275)]
[New Thread 0x7fff327fc6c0 (LWP 4276)]
[New Thread 0x7fff31ffb6c0 (LWP 4277)]
[New Thread 0x7fff317fa6c0 (LWP 4278)]
[New Thread 0x7fff30
...
✅ fanquake closed an issue: "bitcoin-qt failed assertion on startup"
(https://github.com/bitcoin/bitcoin/issues/31289)
(https://github.com/bitcoin/bitcoin/issues/31289)
💬 fanquake commented on issue "bitcoin-qt failed assertion on startup":
(https://github.com/bitcoin/bitcoin/issues/31289#issuecomment-2488181320)
Moved to https://github.com/bitcoin-core/gui/issues/844.
(https://github.com/bitcoin/bitcoin/issues/31289#issuecomment-2488181320)
Moved to https://github.com/bitcoin-core/gui/issues/844.
💬 hodlinator commented on pull request "test: Revert to random path element":
(https://github.com/bitcoin/bitcoin/pull/31317#discussion_r1850037851)
I like the robustness of the current solution. Never know where `SeedRandomForTest` might creep in inside unit/bench/fuzz. Please resolve this.
(https://github.com/bitcoin/bitcoin/pull/31317#discussion_r1850037851)
I like the robustness of the current solution. Never know where `SeedRandomForTest` might creep in inside unit/bench/fuzz. Please resolve this.
💬 GabrieleBocchi commented on pull request "doc: Correct PR Review Club frequency from weekly to monthly":
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488188141)
Thank you @tdb3, I did it. Should I also update the PR description?
This is actually my first contribution to this project, thank you for your guidance and support!
(https://github.com/bitcoin/bitcoin/pull/31327#issuecomment-2488188141)
Thank you @tdb3, I did it. Should I also update the PR description?
This is actually my first contribution to this project, thank you for your guidance and support!
💬 hodlinator commented on pull request "test: Fix RANDOM_CTX_SEED use with parallel tests":
(https://github.com/bitcoin/bitcoin/pull/30737#issuecomment-2488197113)
Agree that issues here are fixed. For orderliness, maybe the fuzz-part of dfef02f9382579352abcb4fcc8d85170de9f441a from this PR could be done as a new PR just to ensure named folders?
(https://github.com/bitcoin/bitcoin/pull/30737#issuecomment-2488197113)
Agree that issues here are fixed. For orderliness, maybe the fuzz-part of dfef02f9382579352abcb4fcc8d85170de9f441a from this PR could be done as a new PR just to ensure named folders?
💬 maflcko commented on pull request "test: Fix RANDOM_CTX_SEED use with parallel tests":
(https://github.com/bitcoin/bitcoin/pull/30737#issuecomment-2488253384)
Ah yes. I am happy to review a pull for named folders when fuzzing
(https://github.com/bitcoin/bitcoin/pull/30737#issuecomment-2488253384)
Ah yes. I am happy to review a pull for named folders when fuzzing
🚀 fanquake merged a pull request: "guix: scope pkg-config to Linux only"
(https://github.com/bitcoin/bitcoin/pull/31276)
(https://github.com/bitcoin/bitcoin/pull/31276)
👍 fanquake approved a pull request: "build: Enable -Wbidi-chars=any"
(https://github.com/bitcoin/bitcoin/pull/31315#pullrequestreview-2448264885)
ACK fa7857ccda5d82739bba16eeb7244433978d28f3
```bash
/root/ci_scratch/src/kernel/cs_main.cpp:8:33: warning: found problematic Unicode character "U+202E (RIGHT-TO-LEFT OVERRIDE)" [-Wbidi-chars=]
8 | RecursiveMutex cs_main; // 1234 <U+202E> 1234 <U+202C>
| ^~~~~~~~
```
(https://github.com/bitcoin/bitcoin/pull/31315#pullrequestreview-2448264885)
ACK fa7857ccda5d82739bba16eeb7244433978d28f3
```bash
/root/ci_scratch/src/kernel/cs_main.cpp:8:33: warning: found problematic Unicode character "U+202E (RIGHT-TO-LEFT OVERRIDE)" [-Wbidi-chars=]
8 | RecursiveMutex cs_main; // 1234 <U+202E> 1234 <U+202C>
| ^~~~~~~~
```
🚀 fanquake merged a pull request: "build: Enable -Wbidi-chars=any"
(https://github.com/bitcoin/bitcoin/pull/31315)
(https://github.com/bitcoin/bitcoin/pull/31315)
💬 maflcko commented on issue "bitcoin-qt failed assertion on startup":
(https://github.com/bitcoin-core/gui/issues/844#issuecomment-2488264917)
There is a reproducer and context in the other thread.
(https://github.com/bitcoin-core/gui/issues/844#issuecomment-2488264917)
There is a reproducer and context in the other thread.
👍 fanquake approved a pull request: "doc: Correct PR Review Club frequency from weekly to monthly"
(https://github.com/bitcoin/bitcoin/pull/31327#pullrequestreview-2448277743)
ACK 637f437a1642ce845d7f750b45b71320a82d83b5
> Should I also update the PR description?
Yes. I've done it now in any case.
(https://github.com/bitcoin/bitcoin/pull/31327#pullrequestreview-2448277743)
ACK 637f437a1642ce845d7f750b45b71320a82d83b5
> Should I also update the PR description?
Yes. I've done it now in any case.
🚀 fanquake merged a pull request: "doc: Correct PR Review Club frequency from weekly to monthly"
(https://github.com/bitcoin/bitcoin/pull/31327)
(https://github.com/bitcoin/bitcoin/pull/31327)