[pypy-dev] BUILDING PYPY FROM SOURCE ASSERTION ERROR

Elijah Okello elijahokello90 at gmail.com
Sat Feb 26 08:26:25 EST 2022


Hello Pypy Team,

I am trying to build pypy from Source and I keep on getting an Assertion error whenever I try to build it with a different gc other than the default. 

The error I get is this 
[translation:ERROR] AssertionError
Processing block:
 block at 62[index_362...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'> 
 in (rpython.memory.support:262)AddressDeque.popleft 
 containing the following operations: 
       v3921 = getattr(self_10008, ('oldest_chunk')) 
       v3922 = getattr(v3921, ('items')) 
       result_37 = getitem(v3922, index_362) 
       v3923 = add(index_362, (1)) 
       v3924 = setattr(self_10008, ('index_in_oldest'), v3923) 
 --end—
 
How can I solve this issue? Please help me. Is there something I am not doing right??

Regards 
Okello Ivan Elijah
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-dev/attachments/20220226/4f920764/attachment.html>


More information about the pypy-dev mailing list