Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 16, 2013 [Issue 10370] New: ICE when loading imports | ||||
---|---|---|---|---|
| ||||
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: nobody@puremagic.com ReportedBy: verylonglogin.reg@gmail.com --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 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: ------- |
June 16, 2013 [Issue 10370] ICE when loading imports | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10370 --- Comment #1 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-06-16 11:43:57 MSD --- Looks like this is only wrong code issue and is triggered on invalid import like: --- import p1.p2.m1.x; --- when there is module `p1.p2.m1`. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 01, 2013 [Issue 10370] ICE on invalid imports when module is used as package | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10370 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |DUPLICATE --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2013-10-01 15:03:54 PDT --- 11136 has a reduced test case. *** This issue has been marked as a duplicate of issue 11136 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation