[Issue 11734] undefined behavior with dirEntries
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jul 18 18:41:13 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11734
Andrew Edwards <edwards.ac at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |edwards.ac at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from Andrew Edwards <edwards.ac at gmail.com> ---
This problem does not exist in v2.066.0-b4. I've verified on OSX 10.9, Debian
7.4, and Ubuntu 12.04 LTS with nb_dirs set to 50, 500, 5000, and 50000.
Additional testing conducted on Ubuntu using the following script:
<code>
#!/bin/bash
for i in {5..100..5}
do
rm -rf /tmp/some_temp_dir/ && dmd -run bug /tmp/some_temp_dir/ $i
done
</code>
No issues encountered.
--
More information about the Digitalmars-d-bugs
mailing list