[Issue 12391] New: DirEntries throws in foreach
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 17 07:52:29 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12391
Summary: DirEntries throws in foreach
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: jason at spashett.com
--- Comment #0 from Jason Spashett <jason at spashett.com> 2014-03-17 07:52:24 PDT ---
Using DMD Version 2.065, Windows 7 x86
A previous similar issue has been fixed on Linux.
http://d.puremagic.com/issues/show_bug.cgi?id=8298
To reproduce this try iterating over c:\windows it will yield an access denied
exception. Alternatively create some directory in a sub directory and remove
your access to it.
The error I got was: std.file.FileException at std\file.d(2519):
c:/windows\CSC\v2.0.6: Access is denied
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list