This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2007-05-15.05:48:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yang Zhang, thanks for the report.  Unfortunately, it will be virtually impossible for us to try to debug this without a test case.  I see libpq.so in there, which I believe is from Postgres.  Is that correct?  There is no postgres module that's part of standard python.  The extension module is a third party extension.  It's possible that's where the problem is.  Without more info, it could really be anywhere.

Perhaps you could run this under valgrind or some other memory debugger and find the problem or at least narrow it down?  
History
Date User Action Args
2007-08-23 14:53:41adminlinkissue1718942 messages
2007-08-23 14:53:41admincreate