Re: [pypy-dev] What is the last good build of Pypy?

2016-02-09 Thread Robert Grosse
Pypy segfaults every time I try to decompile an app with Krakatau. The same code still works on CPython (it's just a lot slower obviously). I'll try to narrow down the circumstances and come up with better repro instructions later. This happened on my build from November too, so it's not a recent

Re: [pypy-dev] What is the last good build of Pypy?

2016-02-09 Thread Maciej Fijalkowski
ok, I used krakatau in the past and it worked, so you need to be more specific. Notably give me an example program, how to run it etc. I need to be able to confirm your steps step by step On Tue, Feb 9, 2016 at 4:54 PM, Robert Grosse wrote: > Pypy segfaults every time I try to decompile an app wi

Re: [pypy-dev] s390x backend gil and threading issue

2016-02-09 Thread Armin Rigo
Hi Richard, On Tue, Feb 2, 2016 at 6:11 PM, Richard Plangger wrote: > * There is one path in call_release_gil (just after the call) where > rpy_fastgil was acquired (because it as 0) and the shadowstack is not > the one of the current thread. Then *rpy_fastgil = 0 is set for the > slowpath functi

Re: [pypy-dev] What is the last good build of Pypy?

2016-02-09 Thread Robert Grosse
The segfaults only started last week. I suspect that one of my recent changes triggers the segfault behavior in Pypy. Can you try with the latest version of Krakatau? If you still can't reproduce it, I can try to figure out the steps in more detail. 2016-02-09 9:33 GMT-08:00 Maciej Fijalkowski :