https://issues.dlang.org/show_bug.cgi?id=16641
--- Comment #1 from [email protected] --- Do you have code to reproduce this? InvalidMemoryOperationError is usually thrown when a destructor tries to allocate GC memory during a collection. The current GC can't do that. So problem might be in your code or in vibe.d instead of druntime. --
