|
From: Julian S. <js...@ac...> - 2015-04-08 07:30:08
|
On 08/04/15 04:49, Rich Coe wrote: > I had a working arm qemu implementation installed. That's interesting. Can you send some details of which (arm) distro you are running and on which qemu version? Did you have to do any special hoop-jumping to get the distro installed? > When I run 'make regtest', vg fails with out of memory. > The first time I did this, I figured that the qemu emulation was causing > the issue, so I didn't pursue it. Perhaps there's some simple solution > for fixing the 'out-of-memory' error. The allocated bytes looks like > an overflow. > + Valgrind's memory management: out of memory: > + newSuperblock's request for 4194304 bytes failed. > + 4142292992 bytes have already been allocated. > + Valgrind cannot continue. Sorry. I agree, that definitely doesn't look good. It shouldn't have failed in the first place unless you have very low memory available in the guest and don't have swap enabled for it. J |