[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
when calling GC.removeRange/Root from a finalizer https://github.com/dlang/druntime/commit/c6ac077a8d544fab65b1973b385c6f479697fb0e Merge pull request #1519 from MartinNowak/fix15822 --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #13 from hst...@quickfur.ath.cx --- Thanks!! --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-24 Thread via Digitalmars-d-bugs
- InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer https://github.com/D-Programming-Language/druntime/commit/c6ac077a8d544fab65b1973b385c6f479697fb0e Merge pull request #1519 from MartinNowak/fix15822 --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #11 from ag0ae...@gmail.com --- (In reply to hsteoh from comment #10) > Why aren't we fixing this in git HEAD?! It's a regression. Those are fixed against stable, from which point releases are built. As far as I understand, stable is

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 ag0ae...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #8 from hst...@quickfur.ath.cx --- Oh, was this only fixed in stable? I'm testing with latest git HEAD. --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #7 from ag0ae...@gmail.com --- (In reply to hsteoh from comment #6) > This bug has not yet been (fully) fixed: > > -- > import std.stdio; > class Wrapper > { > typeof(stdin.byLine()) src; > } > void main() > { > auto x = new

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
request #1519 from MartinNowak/fix15822 fix Issue 15822 - InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||pun...@coverify.org ---

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #1 from