Tested "latest upstream kernel":  the mainline kernel does NOT fix the bug.
Tag 'kernel-bug-exists-upstream' added, bug marked as 'Confirmed'.

More verbose blurb below.

Cheers, Paul

Paul Szabo   [email protected]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of Sydney    Australia

---

I grabbed the files
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc3-raring/linux-image-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc3-raring/linux-image-extra-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb
so they looked like

psz@DellE520:~$ ls -l linux*
-rw-r--r-- 1 psz psz 12884368 Jan 16 19:47 
linux-image-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb
-rw-r--r-- 1 psz psz 30134224 Jan 16 19:49 
linux-image-extra-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb
psz@DellE520:~$ 

and I installed them:

psz@DellE520:~$ sudo dpkg -i linux*
[sudo] password for psz: 
Selecting previously unselected package linux-image-3.8.0-030800rc3-generic.
(Reading database ... 193268 files and directories currently installed.)
Unpacking linux-image-3.8.0-030800rc3-generic (from 
linux-image-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb) ...
Done.
Selecting previously unselected package 
linux-image-extra-3.8.0-030800rc3-generic.
Unpacking linux-image-extra-3.8.0-030800rc3-generic (from 
linux-image-extra-3.8.0-030800rc3-generic_3.8.0-030800rc3.201301092235_i386.deb)
 ...
Setting up linux-image-3.8.0-030800rc3-generic (3.8.0-030800rc3.201301092235) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
update-initramfs: Generating /boot/initrd.img-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.8.0-030800rc3-generic 
/boot/vmlinuz-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.8.0-030800rc3-generic
Found kernel: /boot/vmlinuz-3.2.0-35-generic-pae
Found kernel: /boot/vmlinuz-3.2.0-35-generic
Found kernel: /boot/memtest86+.bin
Replacing config file /run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done

Setting up linux-image-extra-3.8.0-030800rc3-generic 
(3.8.0-030800rc3.201301092235) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
update-initramfs: Generating /boot/initrd.img-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.8.0-030800rc3-generic 
/boot/vmlinuz-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.8.0-030800rc3-generic /boot/vmlinuz-3.8.0-030800rc3-generic
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.8.0-030800rc3-generic
Found kernel: /boot/vmlinuz-3.2.0-35-generic-pae
Found kernel: /boot/vmlinuz-3.2.0-35-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

psz@DellE520:~$ ls -l /boot/conf*
-rw-r--r-- 1 root root 147514 Dec  6 05:52 /boot/config-3.2.0-35-generic
-rw-r--r-- 1 root root 147452 Dec  6 06:06 /boot/config-3.2.0-35-generic-pae
-rw-r--r-- 1 root root 158734 Jan 10 14:54 /boot/config-3.8.0-030800rc3-generic
psz@DellE520:~$ grep PAE /boot/conf*
/boot/config-3.2.0-35-generic-pae:CONFIG_X86_PAE=y
/boot/config-3.8.0-030800rc3-generic:CONFIG_X86_PAE=y
psz@DellE520:~$ 

After a reboot I have:

psz@DellE520:~$ uname -a
Linux DellE520 3.8.0-030800rc3-generic #201301092235 SMP Thu Jan 10 03:46:02 
UTC 2013 i686 i686 i386 GNU/Linux
psz@DellE520:~$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 23998
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 23998
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
psz@DellE520:~$ 

and trying my "sleep test"
  bash -c 'n=0; while [ $n -lt 33000 ]; do sleep 600 & ((n=n+1)); ((m=n%500)); 
if [ $m -lt 1 ]; then echo -n "$n - "; date; free -l; sleep 1; fi; done'
my machine froze completely after 21500 sleeps; by then it had started
to use swap space. It did not respond to any keyboard or mouse input
(including no response to alt-ctrl-delete, alt-ctrl-backspace or
alt-ctrl-F1). Even the power button was un-responsive, had to hold it
for 10 seconds to turn off power (whereas the previous time I got the
machine to freeze it responded to a quick press of the power button and
it shut down (cleanly?)).


** Tags removed: apport-collected precise
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098961

Title:
  PAE regression: OOM with just a few sleeps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1098961/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to