Overlapping of memory areas
If the chosen index area for accommodating a variable is too small, the following index area would be overwritten with data. The neighbouring memory areas overlap. A corresponding check is made.
Error message | Memory overlapping Needed memory: 130Byte |
Remedy | Increase the intended number of indexing operations. |
Example |
The memory occupied by an index corresponds to 24 bytes |
Note | The memory required for variables is specified in the error log. |