ferros icon indicating copy to clipboard operation
ferros copied to clipboard

Test framework aliases MappedMemoryRegion

Open mullr opened this issue 5 years ago • 0 comments

It reuses the same one each time, and then breaks lifetime rules by aliasing it and letting the alias be consumed. This is a problem because this memory is used for stack setup, and we'd like to unmap the setup pages after it's done, but doing so breaks the tests.

mullr avatar Aug 14 '19 23:08 mullr