[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 9 04:01:52 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=17167
Vino <vino.bheeman at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P2
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #8 from Vino <vino.bheeman at hotmail.com> ---
Hi All,
As per the issue id 17167 it states that this issue is resolved, but the
issue still persist as it tested with DMD32 D Compiler v2.079.1-beta.1 on
Windows 2008 R2. so as a temporary solution we have used the UNC path as below
Original Path : C:\Test\1\2\3\4\5\6.............\
UNC Path : \\?\C:\Test\1\2\3\4\5\6.............\
Issue : The appending of UNC path is consuming time and memory as it appends to
each file's and folders inside the file system.
Note: The file system is a windows share from Netapp.
May i know when will this be fixed.
From,
Vino.B
--
More information about the Digitalmars-d-bugs
mailing list