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@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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to