[Issue 19714] Invalid memory operation in class destructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 3 14:29:26 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19714

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator at gmail.com> ---
That bug is in your code: you are allocating a new string while the garbage
collector is running. The exception is telling you to not do that.

I don't know where that's documented though...

--


More information about the Digitalmars-d-bugs mailing list