On 18-01-2011 15:14, Daniel Gorodowienko wrote:
When searching for memory leaks in modules written for Simple Axis2 HTTP
Server valgrind shows only question marks instead of files and line
numbers. All of it because modules are shared libraries unloaded before
exit of Axis server process.

Is there some simple way to retrieve that information?

I have downloaded source code of the project, removed few lines of code that is responsible for unloading modules from memory and compiled it. When using such code I am able to debug memory leaks successfully, but I would assume that module cannot be replaced anymore without issues when server is running. Anyway, it works.

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to