http://d.puremagic.com/issues/show_bug.cgi?id=10370
Summary: ICE when loading imports
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 2013-06-16
11:35:04 MSD ---
`Package::resolve` returns NULL as the last `pkg` in loop is a module with NULL
`symtab` so `Import::load` calls `lookup` on NULL `dst` and segfaults.
The issue is rather nasty as the compiler fails early without any errors.
Sorry, the testcase is huge and non-opensource. One can email me directly if it
is needed.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------