echo 'import p.q;' > test.d mkdir -p p/q echo 'import p.q.m;' > p/q/package.d echo '' > p/q/m.d Segfaults in Import::semantic(Scope*). Introduced in https://github.com/dlang/dmd/pull/5426.
Hmm, this test case does not reproduce on master. It has since been fixed. Will re-reduce.
*** This issue has been marked as a duplicate of issue 17991 ***