Created
November 19, 2012 23:38
-
-
Save inklesspen/4114888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| ERROR: test_reentrant_dogpile (tests.cache.test_dbm_backend.DBMMutexTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/jon/code/forks/dogpile.cache-fork/tests/cache/_fixtures.py", line 199, in test_reentrant_dogpile | |
| reg.get_or_create("foo", create_foo), | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/region.py", line 365, in get_or_create | |
| expiration_time) as value: | |
| File "/Users/jon/code/forks/dogpile.cache-fork/localpy/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 142, in __enter__ | |
| return self._enter() | |
| File "/Users/jon/code/forks/dogpile.cache-fork/localpy/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 83, in _enter | |
| value = value_fn() | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/region.py", line 346, in get_value | |
| value = self.backend.get(key) | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/backends/file.py", line 177, in get | |
| value = compat.pickle.loads(value) | |
| UnpicklingError: unpickling stack underflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment