On 2022-09-08 09:30, Anthony Walter via fpc-pascal wrote: > Is there a known edge case issue connected to setting the length of > dynamic arrays? No, and the location where you're getting the crash suggests an issue in your program that has corrupted the heap manager state. Jonas