Subject: | Memory leak in XML::Compile::WSDL11 |
On my system the test program below consumes more and more memory if I
run it with XML::Compile::SOAP 2.13 and XML::Compile 1.14, but not if I
run it with XML::Compile 0.78 and XML::Compile::SOAP 0.72. Sorry for the
big gap in versions, but those are the versions that I have easy access to.
With top(1) I can see that this grows to around 650 MB of memory usage
when the script finishes when using XML::Compile::SOAP 2.13, but only
uses 18 MB and doesn't grow when using XML::Compile::SOAP 0.72.
I'm using Ubuntu Karmic (9.10):
$ perl -v
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
[...]
Subject: | test_wsdl_compile |
Message body not shown because it is not plain text.