http://d.puremagic.com/issues/show_bug.cgi?id=6018
Summary: Multiple includes of std.parallelism causes DMD to
segfault.
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jonathan Crapuchettes <[email protected]> 2011-05-16
10:42:54 PDT ---
If a project includes several files and each has a private import of
std.parallelism, DMD will segfault. If the imports are moved to a single public
import, the compilation will finish correctly.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------