Can't find the reason of issue: "std.file.FileException at std\file.d(360): path/to/file.conf:"

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 1 06:23:35 PST 2017


On Wednesday, 1 February 2017 at 11:39:46 UTC, Suliman wrote:
> Full error log:
>
> 0x00580A4D in @trusted bool 
> std.file.cenforce!(bool).cenforce(bool, const(char)[], 
> const(wchar)*, immutable(char)[], uint)
> 0x00412AB6 in @safe void[] 
> std.file.read!(immutable(char)[]).read(immutable(char)[], uint) 
> at C:\D\dmd2\windows\bin\..\..\src\phobos\std\file.d(229)
> 0x00412060 in @safe immutable(char)[] 
> std.file.readText!(immutable(char)[], [...]
> Can it be issue in external lib?

No stacktraces that involve in external libs are not so detailed 
since they are usually build without debug info.


More information about the Digitalmars-d-learn mailing list