Skip to content

Demo bug report with all fields filled #3

@willcl-ark

Description

@willcl-ark

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

Bitcoind crashed when I sent a transaction

Expected behaviour

It should send the transaction successfully without crashing

Steps to reproduce

  1. Ran bitcoind using bitcoind -signet
  2. Loaded my wallet bitcoin-cli -signet loadwallet test-wallet
  3. Get a new address and send funds to it:
set ADDR bitcoin-cli -signet getnewaddress
bitcoin-cli $ADDR 0.12345

Relevant log output

2023-02-02T10:56:43Z Using wallet /home/will/.bitcoin/signet/wallets/test-descriptor
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee Calculation: Fee:319 Bytes:313 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99931: Estimation: (1000 - 1e+99) 100.00% 322.7/(322.7 0 mem 0.0 out) Fail: (0 - 1000) 100.00% 12.5/(12.5 0 mem 0.0 out)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee Calculation: Fee:319 Bytes:313 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99931: Estimation: (1000 - 1e+99) 100.00% 322.7/(322.7 0 mem 0.0 out) Fail: (0 - 1000) 100.00% 12.5/(12.5 0 mem 0.0 out)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee non-grouped = 319, grouped = 319, using grouped
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] CommitTransaction:
CTransaction(hash=8d5663cbbd, ver=2, vin.size=4, vout.size=1, nLockTime=128394)
    CTxIn(COutPoint(f83a26996e, 0), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(f83a26996e, 1), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(75cc63e509, 0), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(62c00e9c53, 0), scriptSig=, nSequence=4294967293)
    CScriptWitness(3044022002c31173131b8667a683833b4b4d086d87bead07c0fbecc47fa8f20ee6d21dca022030936f4631b12f36e1a7baf5365424ea621e27faa26ee8be8022bef2db628afa01, 034f75f02321b4198daa82f4b8f015e0ed34124e7448e0e535e51453d28909cf9d)
    CScriptWitness(30440220173c91e25232ba3bf0d99985efd5090111331d7fb7be33eb444500f76481b3680220644c79631aef1f0a732f83cb53ca744846bc5ee8f359b265e480e1f35481aba601, 02468672317c85db836d8423b4525d3060ffc921dad180da276cdda589affffc50)
    CScriptWitness(304402203d16ab99f6757f6501770bbd507cc428043ce297ae024c6dd45f1eb3fccd805002203d8e67af5b0249bd5532cb9c419b9a49f2bd83d8699f99203ee9ab6ee98a3f6b01, 02fc88cc1e184f884cb51c0a763c81fd94269e419581be5c5677263f4505456434)
    CScriptWitness(3044022057a70f6bf91f50771f1b242777e16ca953902582eefe3c5105346d1a3a93862f022011ee4a784ef2712df77cef98cd66f95205e6167234bf0a0b3434193e594cd57501, 02f5c4de536a6feb6af4980e96ce2063efcc60f512500c7d654b5512679bc1b0f8)
    CTxOut(nValue=0.00099258, scriptPubKey=001495bef267760c4a81dddcdb53e5)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] AddToWallet 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a  newupdate
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Submitting wtx 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a to mempool for relay
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] AddToWallet 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a

Aborted (core dumped)

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

master@v24.0.1

Operating system and version

Ubuntu 22.10

Machine specifications

Intel i7, 64GB RAM, NVMe SSD

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions