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 pitrou
Recipients Arfrever, larry, neologix, pitrou, python-dev, sebastien.renard, serhiy.storchaka, vstinner
Date 2014-03-25.23:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395790208.54.0.0816010423197.issue20526@psf.upfronthosting.co.za>
In-reply-to
Content
Well, 0xb00000000 is an unlikely pointer value, especially since other dynamically-allocated pointers seem to lie in other memory areas. So it would look like there's some memory corruption here.

As for whether it's a Python issue, try reproducing without cx_Oracle? If you can't, it's likely to be a bug in cx_Oracle.
History
Date User Action Args
2014-03-25 23:30:08pitrousetrecipients: + pitrou, vstinner, larry, Arfrever, neologix, python-dev, serhiy.storchaka, sebastien.renard
2014-03-25 23:30:08pitrousetmessageid: <1395790208.54.0.0816010423197.issue20526@psf.upfronthosting.co.za>
2014-03-25 23:30:08pitroulinkissue20526 messages
2014-03-25 23:30:08pitroucreate