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

           Summary: Segmentation fault using only datetime and stdio.
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Knud <[email protected]> 2013-01-28 13:40:45 PST ---
Here is a simple program which provoke a Segmentation fault on Linux.


#!/usr/bin/rdmd
import std.datetime;
import std.stdio;

void main()
{
auto today=~Clock.currTime().toISOString()[0..8];

writeln(today);

}

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

Reply via email to