In Extend version 10.1 (wrun32) there seems to be a memory leak.
I have a program that calls many COBOL subroutines. This process is repeated very often. The COBOL subroutines should be removed from the memory after every run with "cancel all". After the program has run for several hours, it crashes without further error message. The only hint can be found in the error file via the runtime switch "-e errfile". There is "out of memory".
During several debug attempts, I could see that the overhead memory is constantly and strongly growing.
Does anyone have any advice on how the overhead memory can be freed?


