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 xiang.zhang
Recipients EliRibble, serhiy.storchaka, xiang.zhang
Date 2018-04-21.07:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524297323.91.0.682650639539.issue32799@psf.upfronthosting.co.za>
In-reply-to
Content
Our application also runs into this error today and this is an occasional error that we didn't encounter before and can't reproduce currently. Although our application uses the outdated 2.7.5 but the problem looks similar. Our exception traceback points to `PyCell_Get`:

...
RROR nova.api.openstack   File "/opt/cloud/services/cascading-nova/venv/lib/python2.7/site-packages/keystonemiddleware/auth_token/_cache.py", line 222, in get
RROR nova.api.openstack     with self._cache_pool.reserve() as cache:
RROR nova.api.openstack   File "/usr/lib64/python2.7/contextlib.py", line 84, in helper
RROR nova.api.openstack     return GeneratorContextManager(func(*args, **kwds))
RROR nova.api.openstack SystemError: /home/abuild/rpmbuild/BUILD/Python-2.7.5/Objects/cellobject.c:24: bad argument to internal function
History
Date User Action Args
2018-04-21 07:55:23xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka, EliRibble
2018-04-21 07:55:23xiang.zhangsetmessageid: <1524297323.91.0.682650639539.issue32799@psf.upfronthosting.co.za>
2018-04-21 07:55:23xiang.zhanglinkissue32799 messages
2018-04-21 07:55:23xiang.zhangcreate