Thread overview | |||||
---|---|---|---|---|---|
|
August 31, 2012 [Issue 8604] New: dmd segfaults | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8604 Summary: dmd segfaults Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: ellery-newcomer@utulsa.edu --- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2012-08-31 15:40:43 PDT --- not sure what's triggering it. dmd 2.060 code: struct a{ static if(i) { }else enum z = ""; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 28, 2012 [Issue 8604] dmd segfaults | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=8604 --- Comment #1 from github-bugzilla@puremagic.com 2012-10-27 23:29:20 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a7b93d1c0ef70436a77a1fe971d9be52d979154d Fixes Issue 8604 - Segfault when scope is null and its properties are accessed. https://github.com/D-Programming-Language/dmd/commit/39aab0706c9ee8ca135e77dcebb6b90ff496c4d1 Merge pull request #1219 from AndrejMitrovic/Fix8604 Fix Issue 8604 - Segfault when scope is null -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 28, 2012 [Issue 8604] dmd segfaults | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=8604 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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