Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix windows segfault

Latest

Choose a tag to compare

@schveiguy schveiguy released this 08 Oct 02:38
b2f0888

Extending a very large array in-place on Windows caused a segfault. This was due to a missed call to commit new pages that were added in the extend.

Added a test for the issue.