You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce it. This is the first time it happened and I didn't change anything.
I was typing when the splash screen popped up and grabbed keyboard focus. Is there something I could have typed at the splash screen or the "loading wallets" popup that could have caused this? I have since tried typing 'q' at the splash screen many times, but that appears to always cause a clean shutdown, not an assertion failure. Maybe I hit 'q' at just the wrong time, triggering a race condition in the shutdown code?
2024-11-14T14:23:38Z Using /16 prefix for IP bucketing
2024-11-14T14:23:38Z init message: Loading P2P addresses…
2024-11-14T14:23:38Z Loaded 58315 addresses from peers.dat 93ms
2024-11-14T14:23:38Z init message: Loading banlist…
2024-11-14T14:23:38Z SetNetworkActive: true
2024-11-14T14:23:38Z Script verification uses 15 additional threads
2024-11-14T14:23:38Z Cache configuration:
2024-11-14T14:23:38Z * Using 2.0 MiB for block index database
2024-11-14T14:23:38Z * Using 8.0 MiB for chain state database
2024-11-14T14:23:38Z Shutdown requested. Exiting.
The config.log says:
It was created by Bitcoin Core configure 28.0.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure CXXFLAGS=-fno-omit-frame-pointer --with-incompatible-bdb --with-miniupnpc=no --disable-debug --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh --no-create --no-recursion
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
Bitcoin Core version v28.0.0
Operating system and version
Debian GNU/Linux 12
Machine specifications
Linux/Intel and ssd, satellite
The text was updated successfully, but these errors were encountered:
Moved from bitcoin/bitcoin#31289.
Is there an existing issue for this?
Current behaviour
I ran bitcoin-qt the same way I always do, but it failed to start up. The terminal shows this:
Expected behaviour
Not this.
Steps to reproduce
I can't reproduce it. This is the first time it happened and I didn't change anything.
I was typing when the splash screen popped up and grabbed keyboard focus. Is there something I could have typed at the splash screen or the "loading wallets" popup that could have caused this? I have since tried typing 'q' at the splash screen many times, but that appears to always cause a clean shutdown, not an assertion failure. Maybe I hit 'q' at just the wrong time, triggering a race condition in the shutdown code?
I ran it like this:
Relevant log output
The end of the debug.log file shows this:
The config.log says:
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
Bitcoin Core version v28.0.0
Operating system and version
Debian GNU/Linux 12
Machine specifications
Linux/Intel and ssd, satellite
The text was updated successfully, but these errors were encountered: