Douglas Leeder <[email protected]> writes: > Alec Matusis wrote: > > I am trying to debug a leaking TCP server written in Python running > > on Linux x86_64 > > I think you're problem is right there - 'Python'. > > Python objects can't be leaked (at the C/valgrind level), because the > Python run-time will keep references to them.
Python has to be built specially to be valgrindable. Some #define needs set, maybe a configuration option. There is documentation available in the python distribution. -tom ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
