New issue 2490: Random RPython assertion errors using PIP
https://bitbucket.org/pypy/pypy/issues/2490/random-rpython-assertion-errors-using-pip

Daniil Yarancev:

Script to reproduce:


```
#!python

import pip
import sys
def test():
    pip.main(['install', 'vmprof'])

for x in range(int(sys.argv[1])):
    test()
```

Requires ~ 1000 iterations, and sometimes it's not crashing, sometimes crashing 
almost at the start.

Errors can be different, there's some GDB stack traces:

1) https://paste.pound-python.org/show/b0QYrppVRAYHCgyFZuFV/

2) https://paste.pound-python.org/show/S77PxZNjaE5t8Ir3sx7L/


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to