world-count fails with assertion error: Assertion `rend > rbegin' failed
Closed this issue · 2 comments
Trolldemorted commented
root@DESKTOP-HUPC6JQ:~/repositories/PiCo/examples/word-count# make
make: Für das Ziel „all“ ist nichts zu tun.
root@DESKTOP-HUPC6JQ:~/repositories/PiCo/examples/word-count# echo "hello world" > test
root@DESKTOP-HUPC6JQ:~/repositories/PiCo/examples/word-count# ./pico_wc test test_out
=== Semantic Graph
[SEMGRAPH] adjacency [operator]=>[operators]:
ac83ec0[0xc83ec0] => ac84270[0xc84270]
ac84270[0xc84270] => ac84290[0xc84290]
ac84290[0xc84290] => ac85080[0xc85080]
ac85080[0xc85080] =>
[SEMGRAPH] first operator: ac83ec0
[SEMGRAPH] last operator: ac85080
pico_wc: ../../pico/Operators/InOut/../../ff_implementation/OperatorsFFNodes/InOut/ReadFromFileFFNode.hpp:275: virtual void ReadFromFileFFNode_par::Partitioner::begin_callback(): Assertion `rend > rbegin' failed.
Abgebrochen (Speicherabzug geschrieben)
Am I doing it wrong?
mdrocco commented
Thanks for pointing this out, I am fixing it.
Trolldemorted commented
Works now, thanks for the quick response!