[Issue 6363] New: Runtime crashes on a very simple case : throw + dirEntries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 22 12:34:59 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6363

           Summary: Runtime crashes on a very simple case : throw +
                    dirEntries
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: soywiz at gmail.com


--- Comment #0 from Carlos Ballesteros Velasco <soywiz at gmail.com> 2011-07-22 12:34:57 PDT ---
Works on v2.052, crashes on :: Windows - DMD32 D Compiler v2.054
Maybe something related to templates? Don't know. But that way at least
crashes.


// dmd -run demo2.d
import std.file;

int main(string[] args) {
    throw(new Exception(""));
    dirEntries("", SpanMode.shallow);
    return 0;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list