A IN-PLACE-Change was executed on an object of variable size which enlarged the object.
Make sure that the size of variable objects does not change when executing IN-PLACE-Changes on them. If a size change is necessary, then it is required to use the method for changing the size normally and not the method for IN-PLACE-Changes.