Re: Guile 2.0 eating memory on ARM

2011-04-11 Thread Ludovic Courtès
Hi Neil, Sorry for the late reply. Neil Jerram writes: >> Neil Jerram writes: >> >>> I think I've successfully cross-compiled Guile (stable-2.0, e309f3bf9e) >>> for my Freerunner phone. However, when I run it, it just keeps >>> allocating memory until the OOM killer kills it: >> >> How much R

Re: Guile 2.0 eating memory on ARM

2011-03-31 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hello Neil, > > Neil Jerram writes: > >> I think I've successfully cross-compiled Guile (stable-2.0, e309f3bf9e) >> for my Freerunner phone. However, when I run it, it just keeps >> allocating memory until the OOM killer kills it: > > How much RAM does it

Re: Guile 2.0 eating memory on ARM

2011-03-31 Thread Ludovic Courtès
Hello Neil, Neil Jerram writes: > I think I've successfully cross-compiled Guile (stable-2.0, e309f3bf9e) > for my Freerunner phone. However, when I run it, it just keeps > allocating memory until the OOM killer kills it: How much RAM does it have? What is Guile doing when it gets killed? Is

Re: Guile 2.0 eating memory on ARM

2011-03-31 Thread Neil Jerram
nalaginrut writes: > I think guile on embedded device would be interesting since it has VM > now. Also since it has the FFI - which means being able to access lots of libraries, without needing to prepare and cross-compile glue code. > What kernel version your freerunner running? 2.6.34 Rega

Re: Guile 2.0 eating memory on ARM

2011-03-30 Thread nalaginrut
> Hi there... > > I think I've successfully cross-compiled Guile (stable-2.0, e309f3bf9e) > for my Freerunner phone. However, when I run it, it just keeps > allocating memory until the OOM killer kills it: > > root@om-gta02 ~ # guile -c 3 > Killed > root@om-gta02 ~ # guile > Killed > > and if I

Guile 2.0 eating memory on ARM

2011-03-30 Thread Neil Jerram
Hi there... I think I've successfully cross-compiled Guile (stable-2.0, e309f3bf9e) for my Freerunner phone. However, when I run it, it just keeps allocating memory until the OOM killer kills it: root@om-gta02 ~ # guile -c 3 Killed root@om-gta02 ~ # guile Killed and if I strace it, the log ends