
I updated Pypy, but I'm still getting random segfaults. Is there any way to see what the problem might be? It just says segfault, so there's no information. Also, the same code works in CPython. 2016-02-07 9:05 GMT-08:00 Matti Picus <matti.picus@gmail.com>:
On 07/02/16 06:55, Robert Grosse wrote:
I am trying to update Pypy. I want to build Pypy from source using the instructions at http://doc.pypy.org/en/latest/build.html in order to get the latest bugfixes and improvements.
However, all of the last 5 nightly builds shown at http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E failed their tests. So I can't tell what a good revision to update to is.
What is the last good revision of Pypy?
The builds have been failing "only" for vmprof tests, everything else should work. Matti