https://issues.dlang.org/show_bug.cgi?id=6138

--- Comment #7 from Timothee Cour <timothee.co...@gmail.com> ---
just hit that bug again, but differently:
```
chdir(foo);
auto files=dirEntries(dirSrc, "*.d",
SpanMode.depth).filter!(a=>a.isFile).map!(a=>dir.buildPath(a.name)).array;
```
crashed similarly

--

Reply via email to