0.18.0 rc2 CPU spike in thread bitcoin-opencon #15665
issue MarcoFalke opened this issue on March 25, 2019-
MarcoFalke commented at 10:17 PM on March 25, 2019: member
- MarcoFalke added the label P2P on Mar 25, 2019
- MarcoFalke added this to the milestone 0.18.0 on Mar 25, 2019
- fanquake added the label Resource usage on Mar 25, 2019
-
MarcoFalke commented at 1:57 PM on April 19, 2019: member
Anyone who sees this, please do the following:
- Open a terminal window with
htop - Open another terminal window with
gdb --args ./bitcoin-qt** Typerunin (gdb) ** Watch the CPU usage of theopenconthread in the htop window ** HitCTRL+Cin (gdb) when it is at 100% ** Typethread apply all btin (gdb)
- Open a terminal window with
-
MarcoFalke commented at 1:58 PM on April 19, 2019: member
To enable thread names in htop, select
F5for tree view andF2-"Display options"-[x] thread namesto get the thread names. - fanquake removed this from the milestone 0.18.0 on May 3, 2019
- fanquake added this to the milestone 0.18.1 on May 3, 2019
-
perefeliu commented at 12:06 PM on May 10, 2019: none
Having some problems with
gdb --args ./bitcoin-qtIn my case, bitcoin-qt is located/usr/local/bin/bitcoin-qtso I rungdb --args /usr/local/bin/bitcoin-qtand thenrun. I get what follows:(gdb) run Starting program: /usr/local/bin/bitcoin-qt Cannot parse expression `.L1185 4@r4'. warning: Probes-based dynamic linker interface failed. Reverting to original interface. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display. [Inferior 1 (process 3987) exited with code 01] -
MarcoFalke commented at 12:21 PM on May 14, 2019: member
If you are not using the gui, but
bitcoind, replacebitcoin-qtwithbitcoind, please -
perefeliu commented at 7:13 PM on May 14, 2019: none
Ok. That makes sense. Thanks.
- fanquake closed this on Jul 19, 2019
- DrahtBot locked this on Dec 16, 2021