Changes between Version 14 and Version 15 of Debugging
- Timestamp:
- 03/13/13 17:17:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v14 v15 109 109 110 110 === In C code === 111 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]. 111 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. 112 112 113 113 === In python code ===