Re: [pypy-dev] GC error

2012-01-17 Thread Rich Drewes
On 01/17/2012 02:50 PM, Maciej Fijalkowski wrote: That means you're running a 32bit program in a 64bit environment Yup, that was it. For some reason the package from the launchpad ppa that was pulled in was 32 bit. Rich ___ pypy-dev mailing list py

Re: [pypy-dev] GC error

2012-01-17 Thread Maciej Fijalkowski
On Wed, Jan 18, 2012 at 12:30 AM, Rich Drewes wrote: > On 01/16/2012 09:59 PM, Timo Paulssen wrote: >> >> Hello, >> >> PyPy has a hard limit on its heap size. It can be specified with this >> environment variable: >> >>  PYPY_GC_MAX            The max heap size.  If coming near this limit, it >>  

Re: [pypy-dev] GC error

2012-01-17 Thread Rich Drewes
On 01/16/2012 09:59 PM, Timo Paulssen wrote: Hello, PyPy has a hard limit on its heap size. It can be specified with this environment variable: PYPY_GC_MAXThe max heap size. If coming near this limit, it will first collect more often, then raise an

Re: [pypy-dev] Tkinter-pypy not building on windows

2012-01-17 Thread Amaury Forgeot d'Arc
Hi, 2012/1/17 Arnaud F > When trying to build tkinter from source, i get the following errors : > [...] > src/_tkinter.c(3133) : error C2065: 'tcl_lock' : undeclared identifier > Which version of tcl are you using? Are you sure it was compiled with threads? There is a comment about this at t

Re: [pypy-dev] Some NumPyPy propositions

2012-01-17 Thread Dmitrey
On 01/17/2012 08:35 PM, Maciej Fijalkowski wrote: On Tue, Jan 17, 2012 at 8:22 PM, Dmitrey wrote: Well, it doesn't matter essentially, from the code I just see it parses dir(numpypy) and doesn't provide information on the funcs been worked on, thus maybe my own efforts to port a func will be j

Re: [pypy-dev] Some NumPyPy propositions

2012-01-17 Thread Maciej Fijalkowski
On Tue, Jan 17, 2012 at 8:22 PM, Dmitrey wrote: > Hi, > > > > I had proposed you to create an online table, where > NumPy functions are split into the following categories: > * already ported > * under development (preferably with name of the person who works on it) > * not started yet > Is it pos

Re: [pypy-dev] Some NumPyPy propositions

2012-01-17 Thread Dmitrey
Hi, I had proposed you to create an online table, where NumPy functions are split into the following categories: * already ported * under development (preferably with name of the person who works on it) * not started yet Is it possible to get the data like this? This way other possible contribu

[pypy-dev] Tkinter-pypy not building on windows

2012-01-17 Thread Arnaud F
Hi all, When trying to build tkinter from source, i get the following errors : src/_tkinter.c(33) : warning C4273: 'PyOS_InputHook' : inconsistent dll linkage src/_tkinter.c(32) : see previous definition of 'PyOS_InputHook' src/_tkinter.c(673) : warning C4996: 'strcpy': This function or v

Re: [pypy-dev] Some NumPyPy propositions

2012-01-17 Thread Maciej Fijalkowski
On Mon, Jan 16, 2012 at 10:47 AM, Dmitrey wrote: > Hi, > > On 01/14/2012 08:22 PM, Maciej Fijalkowski wrote: >> >> Hi Dmitrey. >> >> Let me answer your questions one by one. >> >> On Thu, Jan 12, 2012 at 11:42 AM, Dmitrey  wrote: >>> >>> hi all, >>> >>> I would like to make some propositions wrt N

Re: [pypy-dev] GC error

2012-01-17 Thread Maciej Fijalkowski
On Mon, Jan 16, 2012 at 8:44 PM, Rich Drewes wrote: > Hello all, > > Great work on pypy!  I've had good luck with pypy generally but on a program > that loads a very large data set I am getting a GC related exception: > > > loading reads, on record 2500 > RPython traceback: >  File "trans

Re: [pypy-dev] GC error

2012-01-17 Thread Bengt Richter
On 01/16/2012 03:26 PM Rich Drewes wrote: [...] When I run my program with cpython, it consumes all available physical memory and then the swap space (as shown in 'top') grows up to about 17GB. The program runs to completion. When I run my program with pypy on default settings with JIT enabled,

Re: [pypy-dev] Work on the JVM backend

2012-01-17 Thread Antonio Cuni
On 01/16/2012 10:38 PM, Michał Bendowski wrote: You can find the fixes in bitbucket.org/benol/pypy in branch jvm-improvements. I pushed your changes to the main repo, thank you :-). I also started a test run to check that nothing unrelated breaks: http://buildbot.pypy.org/builders/own-linux-x