[pypy-issue] [issue1583] segfault in pypy_g__base_do_getfield_i__int and others

Armin Rigo tracker at bugs.pypy.org
Wed Aug 14 20:29:21 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

I did the following on linux64:

    hg clone https://github.com/ltratt/converge
    cd converge
    PYPY_SRC=<location of PyPy trunk> ./configure
    make

and it seems to translate fine but then crashes with:

    ...
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Compiler.cvl.
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Compiler.cvl.
    converge: Warning: Can't find Compiler.cvl.
    Error: Module 'tannit:/home/arigo/git/converge/compiler/Compiler/Core.cv'
    referenced in 'tannit:/home/arigo/git/converge/compiler/convergel.cv' not
    found.

----------
nosy: +arigo
status: unread -> chatting

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


More information about the pypy-issue mailing list