Comment 11 for bug 247227

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Looking at the stack trace in https://devpad.canonical.com/~spm/staging-nohup.out-20080825230741.gz, I'd seriously suggest updating to that new version of psycopg2 we have packaged somewhere.

It seems to be crashing while one thread is in python's gc cycle collection while another thread is in _psycopg, and this suggests a refcounting bug in psycopg to me.