[pypy-dev] Fwd: pypy memory test

2015-02-15 Thread Christian Walder
Hi there, I seem to be running into a problem with freeing memory. Under OS X all is well, but under Linux there seems to be a problem in the case of linked data structures. I have attached a python program which demonstrates the problem. The output of the script for both linux and OS X are belo

Re: [pypy-dev] Fwd: pypy memory test

2015-02-17 Thread Christian Walder
up in both Linux and OS/X. Thanks again, Christian On 17 February 2015 at 13:10, Armin Rigo wrote: > Hi Christian, > > On 15 February 2015 at 21:36, Christian Walder > wrote: > > I seem to be running into a problem with freeing memory. > > The problem you have, as I

[pypy-dev] segmentation fault 11 on OS X

2015-09-02 Thread Christian Walder
Hello, I'm running into a segmentation fault on pypy. Is the attached OS X crash report useful for diagnosing the problem? I haven't succeeded in making a minimal example of this issue, as it occurs in the middle of a complex program, and the same program even runs correctly when processing a sm