forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
TP v.0.1.13
connected with a single client (JDC) for some days.
After 4 days (more or less) it aborted after the following error:
bitcoind: ./streams.h:76: void VectorWriter::write(Span<const std::byte>): Assertion
nPos <= vchData.size()' failed.`
Expected behaviour
It should not abort.
Steps to reproduce
TP v.0.1.13
connected with a single client (JDC) for some days.
Relevant log output
2025-03-04T12:37:23Z CreateNewBlock(): block weight: 1672515 txs: 1173 fees: 1323194 sigops 1265
2025-03-04T12:37:23Z [sv2] Send 0x71 NewTemplate id=11567 future=0 to client id=0
2025-03-04T12:37:24Z [sv2] Received 0x73 RequestTransactionData from client id=0
2025-03-04T12:37:24Z [sv2] Send 0x74 RequestTransactionData.Success to client id=0
2025-03-04T12:37:53Z CreateNewBlock(): block weight: 1718649 txs: 1201 fees: 1362755 sigops 1287
2025-03-04T12:37:53Z [sv2] Send 0x71 NewTemplate id=11568 future=0 to client id=0
2025-03-04T12:37:54Z Saw new header hash=0000000038c4066f41300a8c6f307dff497af4a8aec9df763ff2f0fbc641901c height=72649
2025-03-04T12:37:54Z Saw new cmpctblock header hash=0000000038c4066f41300a8c6f307dff497af4a8aec9df763ff2f0fbc641901c peer=434
2025-03-04T12:37:54Z UpdateTip: new best=00000000f561068343f655d3c3e0b2f7ec31cd8b55781cdcf6fde4cae87c44e3 height=72647 version=0x20000000 log2_work=72.882655 tx=7684987 date='2025-03-04T13:57:52Z' progress=1.000000 cache=154.8MiB(844681txo)
2025-03-04T12:37:54Z UpdateTip: new best=00000000bf4ecca65b1e12b3d9a5d3abfc9757717a504ad39a8cd3cff05974f3 height=72648 version=0x20000000 log2_work=72.882655 tx=7686512 date='2025-03-04T14:17:53Z' progress=1.000000 cache=154.9MiB(848160txo)
2025-03-04T12:37:54Z UpdateTip: new best=0000000038c4066f41300a8c6f307dff497af4a8aec9df763ff2f0fbc641901c height=72649 version=0x20000000 log2_work=72.882655 tx=7687695 date='2025-03-04T14:37:54Z' progress=1.000000 cache=155.3MiB(850455txo)
2025-03-04T12:37:54Z Saw new header hash=00000000d359dbf8171cc2194a472ed76f9094ff7db34c61a3b2a38ee3d605ac height=72648
2025-03-04T12:37:54Z Saw new header hash=00000000cfae11bdd9a8b58544293f2111fc98a4c29649e5b8ac13619080ef17 height=72649
2025-03-04T12:37:54Z [sv2] Received 0x73 RequestTransactionData from client id=0
2025-03-04T12:37:54Z [sv2] Send 0x74 RequestTransactionData.Success to client id=0
2025-03-04T12:37:54Z CreateNewBlock(): block weight: 36885 txs: 19 fees: 28765 sigops 417
bitcoind: ./streams.h:76: void VectorWriter::write(Span<const std::byte>): Assertion `nPos <= vchData.size()' failed.
2025-03-04T12:37:54Z [sv2] Send 0x71 NewTemplate id=11569 future=1 to client id=0
2025-03-04T12:37:54Z [sv2] Send 0x72 SetNewPrevHash to client id=0
Aborted (core dumped)
How did you obtain Bitcoin Core
Pre-built binaries
What version of Bitcoin Core are you using?
TP v.0.1.13
Operating system and version
Ubuntu 24.04.1 LTS
Machine specifications
No response