Created
January 31, 2011 16:43
This file contains 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
Traceback (most recent call last): | |
File "/usr/lib/python2.6/threading.py", line 504, in __bootstrap | |
self.__bootstrap_inner() | |
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.6/threading.py", line 484, in run | |
self.__target(*self.__args, **self.__kwargs) | |
--- <exception caught here> --- | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/twisted/python/threadpool.py", line 210, in _worker | |
result = context.call(ctx, function, *args, **kwargs) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/twisted/python/context.py", line 59, in callWithContext | |
return self.currentContext().callWithContext(ctx, func, *args, **kw) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/twisted/python/context.py", line 37, in callWithContext | |
return func(*args,**kw) | |
File "/home/kami/My Projects/xxxxxx/ck/xxxxxx/services/dns.py", line 115, in rectify_entries | |
changed = DnsEntry.objects.rectify_entries(acct) | |
File "/home/kami/My Projects/xxxxxx/ck/xxxxxx/webapp/dns/models.py", line 48, in rectify_entries | |
.select_related('node').iterator()) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/django/db/models/query.py", line 276, in iterator | |
only_load=only_load) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/django/db/models/query.py", line 1207, in get_cached_row | |
klass = deferred_class_factory(klass, skip) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/django/db/models/query_utils.py", line 274, in deferred_class_factory | |
return type(name, (model,), overrides) | |
File "/home/kami/virtualenvs/xxxxxx/lib/python2.6/site-packages/django/db/models/base.py", line 57, in __new__ | |
for x in parents if hasattr(x, '_meta') and not x._meta.abstract) | |
exceptions.SystemError: ../Objects/tupleobject.c:809: bad argument to internal function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment