in reply to Re^8: Error when running on larger files
in thread Error when running on larger files
Nice one! (As in, nice bug, if bugs are ever nice.)
I'm still unclear as to how the script was able to run to completion on some, typically smaller input files - but not others given that almost no memory is required until this step.
It probably depended on buffering. If the file wasn't close properly, some small portion of the file could remain unwritten depending on the number and length of lines.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Error when running on larger files
by K_Edw (Beadle) on Jun 28, 2016 at 12:44 UTC |