[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-29 Thread d-bugmail
/63bba9d02ad4ff783c10c543c2c9ea4e91248873 fix Issue 8832 - Segfault when accessing range returned by function that has delegate referencing local variables https://github.com/D-Programming-Language/dmd/commit/fe7583317aefdc63e5dc233a627296c5df5594e3 Merge pull request #1575 from WalterBright/b43 fix Issue 8832 - Segfault when accessing

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2013-01-28 19:34:47 PST --- Interestingly, Don's fix: https://github.com/D-Programming-Language/dmd/pull/1554 fixes my clearer test case, but not the original. -- Configure

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2013-01-28 21:09:49 PST --- https://github.com/D-Programming-Language/dmd/pull/1575 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2012-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2012-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2012-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 --- Comment #1 from hst...@quickfur.ath.cx 2012-10-16 21:50:50 PDT --- See also issue 7978, probably the same bug in a different context. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving