Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: CraniumDad on March 12, 2016, 02:37:29 AM



Title: bitcoin-qt v0.12.0 crash on settings
Post by: CraniumDad on March 12, 2016, 02:37:29 AM
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<T>::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=<secret>
server=1
onlynet=ipv4
bind=10.2.31.16
timeout=15000
listen=1
maxconnections=32

Thanks.


Title: Re: bitcoin-qt v0.12.0 crash on settings
Post by: achow101 on March 12, 2016, 02:49:47 AM
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.


Title: Re: bitcoin-qt v0.12.0 crash on settings
Post by: CraniumDad on March 12, 2016, 05:00:00 PM
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 (https://github.com/bitcoin/bitcoin/issues/7672)).


Title: Re: bitcoin-qt v0.12.0 crash on settings
Post by: watashi-kokoto on March 13, 2016, 07:46:53 AM
I can't reproduce this problem, do you use bitcoin from bitcoin.org ?