[Issue 7293] New: dmd segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 14 19:43:35 PST 2012


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

           Summary: dmd segfault
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: jlquinn at optonline.net


--- Comment #0 from Jerry Quinn <jlquinn at optonline.net> 2012-01-14 19:43:34 PST ---
Ubuntu 11.10, x86_64, compiling the following crashes the compiler:

import std.regex;
class C {
  Regex!dchar re;
  auto m = match("", "");
}

jlquinn at wyvern:~/src$ ~/dmd2/linux/bin64/dmd -c bug1.d 
Segmentation fault

-- 
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