Changes between Version 38 and Version 39 of Debugging
- Timestamp:
- 07/10/14 17:36:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v38 v39 146 146 == Memory Leaks == 147 147 148 === In X11 Server === 149 [http://www.freedesktop.org/wiki/Software/xrestop/ xrestop] is a good way of quickly visualising resource usage. 150 148 151 === In C code === 149 152 If the memory leak is one of the Cython parts or in a C library, use regular tools, like [http://blog.devork.be/2008/12/finding-memory-leaks-in-python.html valgrind]. When using valgrind, the connection timeout may be exceeded because the client will be slowed down. Increasing this timeout will be necessary to be able to use the client with Valgrind. With r4861 onwards, you can do this using the {{{XPRA_SOCKET_TIMEOUT}}} env var: