Skip to content

1.43-1.43.1: shows a "broken pipe" error message if output is truncated #2405

Description

@simonmichael

This started with 1.43. It happens only with data above a certain size.

$ hledger-1.42 -f examples/1ktxns-1kaccts.journal print | head -1
2000-01-01 transaction 1
$ hledger-1.43 -f examples/100txns-100accts.journal print | head -1
2000-01-01 transaction 1
$ hledger-1.43 -f examples/1ktxns-1kaccts.journal print | head -1
2000-01-01 transaction 1
hledger-1.43: Error: <stdout>: commitBuffer: resource vanished (Broken pipe)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.affects4-manyAffects potentially a significant number of users.annoyance2-minorMinor to moderate usability/doc bug, reasonably easy to avoid or tolerate.cliCommand line parsing, options, arguments and suchlike.regressionA backwards step, indicating a weakness in our QA. We don't like these.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions