On Wed, Jun 27, 2012 at 11:12:19PM +0300, Gabor Szabo wrote: > I have a freshly cloned rakudo and tried to build it on an Ubuntu > 12.04 (32 bit) it failed here. > The machine has 512Mb RAM and 256 Mb swaps space and it seems they > were both full. > > Is that it or they are unrelated? How much is the minimum memory required? > [snip] > Killed > make: *** [CORE.setting.pbc] Error 137
Killed and Error 137 (= 128 + 9) both indicate that your process was terminated by signal 9, SIGKILL. Unless some other user was playing with sudo kill -9, this *usually* indicates that the process was terminated by the kernel because of an out of memory condition. If you check the output of the 'dmesg' command, there should be a log entry for the kernel terminating the Rakudo build. -sorear
signature.asc
Description: Digital signature