[Migrated content. Thread originally posted on 09 April 2009]
Hi to all,I have a problem with C$XML;
When I initialize a parse of an existing file with the instruction:
call "C$XML" using CXML-PARSE-FILE file-xml.
move return-code to parser-handle.
the ammount of memory increase but when I release the parser with the instruction:
call "C$XML" using CXML-RELEASE-PARSER, PARSER-handle.
the runtime don't free the memory and after several CXML-PARSE-FILE instruction the program hang with a "buffers overrun detected" error.
Have you any idea to solve the problem?
I've the problem with acu runtime 7.0.1 and 7.2.0
Thanks a lot.



