I can reproduce an issue with master; v0.17.1rc1 works fine.
Steps to reproduce:
bitcoin-qt -regtest
- open Console window
- repeat
generatetoaddress 1 AN_ADDRESS
some times until crash
Crash occurs both on wayland and x11.
I can reproduce an issue with master; v0.17.1rc1 works fine.
Steps to reproduce:
bitcoin-qt -regtest
generatetoaddress 1 AN_ADDRESS
some times until crashCrash occurs both on wayland and x11.
Confirmed the segfault on Fedora 29-1.2 using master (f5a70d1462592a23bbad4aa150e6b2beaeec7c42).
Compiling and running bitcoin-qt -regtest
. Followed by (in the gui console):
0getnewaddress
1generatetoaddress 1 the_new_address
Labels
Linux/Unix