When building a custom recording plugin (tutorial link). After the recording service has been killed with Ctrl+C, this error is thrown at the very end:
corrupted size vs. prev_size in fastbins Aborted (core dumped)
The program executes fine and destructors are called, so no functionality is lost. This happens both with the example code and my own implementation.
Does anyone know what causes this?