Thread always alive

esgameserver at gmail.com esgameserver at gmail.com
Mon Dec 1 16:15:35 EST 2008


Hi,

I have thread that the isAlive() method is always returning True even
the last finally(..) clause is executed. I am suspecting some kind of
a leak on a IO object like a file or socket descriptor is still open.
Could this lead to this kind of problem? If yes, how can I debug this
issue efficiently to see the leak?

Thanks,



More information about the Python-list mailing list