[pypy-issue] [issue1377] [ARM] problem with trackgcroot.py

Bas Westerbaan tracker at bugs.pypy.org
Mon Jan 21 23:36:05 CET 2013


New submission from Bas Westerbaan <bas at westerbaan.name>:

Crosstranslating for ARM errors on trackgcroot.py.

python /root/pypy/pypy/translator/c/gcc/trackgcroot.py -t testing_1.s > 
testing_1.gctmp
Traceback (most recent call last):
  File "/root/pypy/pypy/translator/c/gcc/trackgcroot.py", line 2023, in <module>
    tracker.process(f, g, filename=fn)
  File "/root/pypy/pypy/translator/c/gcc/trackgcroot.py", line 1914, in process
    for in_function, lines in parser.find_functions(iterlines):
  File "/root/pypy/pypy/translator/c/gcc/trackgcroot.py", line 1459, in 
find_functions
    "missed the start of the current function")
AssertionError: missed the start of the current function
make: *** [testing_1.gcmap] Error 1

----------
messages: 5196
nosy: bas, pypy-issue
priority: critical
release: 2.0
status: unread
title: [ARM] problem with trackgcroot.py

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1377>
________________________________________


More information about the pypy-issue mailing list