Crash when iterating over files with foreach and std.file.dirEntries on Windows?
Jeremy DeHaan via D.gnu
d.gnu at puremagic.com
Sun Nov 15 19:08:39 PST 2015
I'm wondering if anyone has experienced a crash when using
dirEntries to iterate over files. This is for the Windows 32 bits
build of gdc from the gdc downloads page and it happens for both
the 5.2.0 and 4.9.3 gcc versions (I haven't tried any others). It
works correctly for the 64 bit builds though.
I'm wondering if this is a known issue (I couldn't find anything)
or if I should get a minimal example going. Crash seems to happen
when exiting a foreach loop.
More information about the D.gnu
mailing list