Comment 3 for bug 1015880

Revision history for this message
Jonathan Marsden (jmarsden) wrote :

I just confirmed the bug exists for me using the 20120622 daily at

  http://cdimage.ubuntu.com/lubuntu/daily-live/20120622/quantal-desktop-i386.iso

which has an md5sum of e75d146d5aca1396df74feef670e1bb5

For me, it occurs in a VM of 512MB RAM, and also in one of 2GB RAM. This is in VirtualBox 4.1.16 installed from

  virtualbox-4.1_4.1.16-78094~Ubuntu~lucid_amd64.deb

I then manually partitioned the (virtual) disk using sudo fdisk /dev/sda to include a 1GB swap partition, and did the usual

  sudo mkswap /dev/sda2
  sudo swapon /dev/sda2
  sudo swapon -s
  free -m

to make sure that it was set up for and being used as swap space.

Even after all that... on a VM with 2GB RAM and 1GB swap... the bug described in bug #1015880 remains.

So, as far as I can tell, RAM size does not affect this issue (as was sort of suggested on the lubuntu-qa list).