Hi,
I have some problems with ledger parsing its own equity report. Only in this specific case, usually there's no problem.
Commands:
ledger -f main.dat equity > equity.dat /* create equity report
ledger -f equity.dat bal /* bal or reg doesn't matter, same error
While parsing file "equity.dat", line 158:
Error: Assertion failed in "/build/ledger-2L3TES/ledger-3.1.1+dfsg1/src/error.cc", line 91:ledger::string ledger::source_context(const path&, istream_pos_type, istream_pos_type, const string&): len < 8192
$ ledger --version
Ledger 3.1.1-20160111, the command-line accounting tool
Line 158 is the last line, nothing special there. Is the file too long?
BR
Dimitri