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: nob...@puremagic.com
        ReportedBy: soy...@gmail.com


--- Comment #0 from Carlos Ballesteros Velasco <soy...@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: -------

Reply via email to