Author

Topic: bitcoin-qt v0.12.0 crash on settings (Read 575 times)

sr. member
Activity: 682
Merit: 269
March 13, 2016, 03:46:53 AM
#4
I can't reproduce this problem, do you use bitcoin from bitcoin.org ?
newbie
Activity: 4
Merit: 1
March 12, 2016, 01:00:00 PM
#3
You should report this at https://github.com/bitcoin/bitcoin/issues. You will get more help there as what you have found may be a bug so they can write a fix for this. When you report this, make sure that you include the specs of the system you are using, including the OS version.

Thanks.  GitHub bitcoin repo issue #7672 reported (https://github.com/bitcoin/bitcoin/issues/7672).
staff
Activity: 3374
Merit: 6530
Just writing some code
March 11, 2016, 10:49:47 PM
#2
You should report this at https://github.com/bitcoin/bitcoin/issues. You will get more help there as what you have found may be a bug so they can write a fix for this. When you report this, make sure that you include the specs of the system you are using, including the OS version.
newbie
Activity: 4
Merit: 1
March 11, 2016, 10:37:29 PM
#1
I'm new (newbie) to using Bitcoin Core software.  I'm running v0.12.0.0-g188ca9c on Ubuntu Linux.

When I try to open the Settings feature in the bitcoin-qt GUI in X-windows, the program crashes with one line in the debug log:

Code:
GUI: ASSERT failure in QList::at: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 469

Any guidance on how to report and/or resolve? 

I'm starting the bitcoin-qt process with the following start command:

Code:
sudo -i -u btcuser bitcoin-qt

My bitcoin.conf file is as follows:

Code:
rpcuser=bitcoinrpc
rpcpassword=
server=1
onlynet=ipv4
bind=10.2.31.16
timeout=15000
listen=1
maxconnections=32

Thanks.
Jump to: