Created
September 5, 2013 09:44
-
-
Save timfel/6448074 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
[translation:ERROR] Error: | |
[translation:ERROR] Traceback (most recent call last): | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/translator/goal/translate.py", line 321, in main | |
[translation:ERROR] drv.proceed(goals) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/translator/driver.py", line 732, in proceed | |
[translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip()) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute | |
[translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/translator/driver.py", line 283, in _do | |
[translation:ERROR] res = func() | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/translator/driver.py", line 371, in task_pyjitpl_lltype | |
[translation:ERROR] backend_name=self.config.translation.jit_backend, inline=True) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/jit/metainterp/warmspot.py", line 48, in apply_jit | |
[translation:ERROR] **kwds) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/jit/metainterp/warmspot.py", line 212, in __init__ | |
[translation:ERROR] self.make_virtualizable_infos() | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/jit/metainterp/warmspot.py", line 467, in make_virtualizable_infos | |
[translation:ERROR] vinfos[VTYPEPTR] = VirtualizableInfo(self, VTYPEPTR) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/jit/metainterp/virtualizable.py", line 24, in __init__ | |
[translation:ERROR] VTYPEPTR = cpu.ts.get_superclass(VTYPEPTR) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/jit/metainterp/typesystem.py", line 66, in get_superclass | |
[translation:ERROR] return lltype.Ptr(TYPE.TO._first_struct()[1]) | |
[translation:ERROR] File "/home/tim/dev/pypy/rpython/rtyper/lltypesystem/lltype.py", line 720, in __new__ | |
[translation:ERROR] "not to %s" % (TO,)) | |
[translation:ERROR] TypeError: can only point to a Container type, not to None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment