[Zope-dev] TCP CLOSE_WAIT leaks

Dieter Maurer dieter at handshake.de
Tue Apr 4 14:40:16 EDT 2006


Alan Milligan wrote at 2006-4-4 21:19 +1000:
>Dieter Maurer wrote:
>
>> Looks as if your Python were compiled without debugging symbols.
>> You will get much better tracebacks (easier to understand),
>> when you rebuild your Python with debugging symbols.
>
>But of course, it's a production system :( - temporarily installing
>python-debuginfo ...

Debug symbols do not increase the runtime. They only make the binaries
(considerably) larger.

You must also recompile the Zope extensions (as they compile the same
way, Python has been compiled).

-- 
Dieter


More information about the Zope-Dev mailing list