Hi,
Having trouble reproducing this on Linux on 2017.10-177-g77048b6 in a dir with
33k files that have one line of text each.
- Can you inlcude the exact version (perl6 -v) to go with the --ll-exception
stack trace so we can examine the referenced core code? I tried following the
line numbers in the trace you gave with 2017.09 and 2017.10 releases, but they
don't seem to quite match up
- Does your directory also have other directories? Does the crash happen with
just files in the directory?
- What's the typical size of the files in your directory?
> This problem only occurs with slurp. When I instead open a file handle,
> read its full contents with `.lines.cache`, then close the handle, there is
> no exception.
Does it happen if you use the handle's .slurp method? i.e.
open($file-path).slurp: :close;
Let us know.
Thanks.