Skip to content

v0.14.0 node shutdown failure #10001

@bitkevin

Description

@bitkevin

Describe the issue

bitcoind-v0.14.0 can't shutdown.

Can you reliably reproduce the issue?

Yes. Always happen.

If so, please list the steps to reproduce below:

  1. build bitcoind with docker: https://github.com/btccom/btcpool/tree/master/docker/bitcoind/v0.14.0
  2. get into docker, than shutdown node with rpc call bitcoin-cli stop
  3. bitcoind process will hang up.

Expected behaviour

Actual behaviour

debug.log:

2017-03-15 11:49:28 CreateNewBlock(): total size: 998181 block weight: 3992724 txs: 1516 fees: 94050467 sigops 14524
2017-03-15 11:49:38 CreateNewBlock(): total size: 998191 block weight: 3992764 txs: 1533 fees: 96320496 sigops 14772
2017-03-15 11:49:44 tor: Thread interrupt
2017-03-15 11:49:44 torcontrol thread exit
2017-03-15 11:49:44 opencon thread exit
2017-03-15 11:49:44 scheduler thread interrupt
2017-03-15 11:49:44 Shutdown: In progress...
2017-03-15 11:49:44 net thread exit
2017-03-15 11:49:44 msghand thread exit
$ strace -p `pgrep bitcoind`
Process 31913 attached
futex(0x7fd03d5899d0, FUTEX_WAIT, 61, NULL^CProcess 31913 detached

What version of bitcoin-core are you using?

tag v0.14.0

Machine specs:

  • OS: ubuntu 14.04 LTS, 64Bits
    • Docker: Ubuntu 16.04 LTS, 64Bits
  • CPU: Intel
  • RAM: 8G+
  • Disk size: 200G+
  • Disk Type (HD/SDD): SSD

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions