> Great, your libc doesn't handle variable page sizes. You're either going > to have to update and rebuild your libc, or go back to the write-through > caching on 4k pages thing. The latter should be fine in the current tree, > as I've tested it on a number of boards. If you run in to issues with > that, please post a full boot log for that also. I changed to write-through cache and it runs much better. I ran two ssh session with "du /" and "find /" looping on those sessions and "top" running on the console. Eventially the 'top' session crashed and the ssh sessions stopped generating output. Here's the dump (craddle to grave) with many 'top''s removed: Mongoose startup... Enter 'bnm' to start factory diagnostics. Otherwise, EBOOT will be started. You have 4 seconds to choose... [ 0.000000] Linux version 2.6.31-rc9 (dlarson@UbuntuDale) (gcc version 4.3.4 (GCC) ) #9 Tue Sep 15 09:20:34 CDT 2009 [ 0.000000] Boot params: [ 0.000000] ... MOUNT_ROOT_RDONLY - 00000001 [ 0.000000] ... RAMDISK_FLAGS - 00000000 [ 0.000000] ... ORIG_ROOT_DEV - 00000200 [ 0.000000] ... LOADER_TYPE - 00000001 [ 0.000000] ... INITRD_START - 00000000 [ 0.000000] ... INITRD_SIZE - 00000000 [ 0.000000] Early serial console at MMIO 0x18000008 (options '115200n8') [ 0.000000] console [uart0] enabled [ 0.000000] Booting machvec: jci7763 [ 0.000000] Node 0: start_pfn = 0x8000, low = 0x10000 [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00008000 -> 0x00010000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0x00008000 -> 0x00010000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: earlycon=uart,mmio,0x18000008,115200n8 console=ttyS0,115200n8 root=/dev/nfs rw rootfstype=nfs nfsroot9.222.11.56:/n40root ip=dhcp [ 0.000000] PID hash table entries: 512 (order: 9, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] PVR200a00 CVRs440010 PRR000a10 [ 0.000000] I-cache : n_ways=4 n_sets%6 way_incr92 [ 0.000000] I-cache : entry_mask=0x00001fe0 alias_mask=0x00001000 n_aliases=2 [ 0.000000] D-cache : n_ways=4 n_sets%6 way_incr92 [ 0.000000] D-cache : entry_mask=0x00001fe0 alias_mask=0x00001000 n_aliases=2 [ 0.000000] Memory: 127700k/131072k available (1365k kernel code, 454k data, 84k init) [ 0.000000] NR_IRQS:256 [ 0.000000] sh_tmu: TMU0 used for clock events [ 0.000000] sh_tmu: TMU0 used for periodic clock events [ 0.000000] sh_tmu: TMU1 used as clock source [ 0.004000] Calibrating delay loop (skipped)... 266.66 BogoMIPS PRESET (lpjS3333) [ 0.008000] Mount-cache hash table entries: 512 [ 0.012000] CPU: SH7763 [ 0.028000] NET: Registered protocol family 16 [ 0.076000] bio: create slab at 0 [ 0.088000] SCSI subsystem initialized [ 0.112000] NET: Registered protocol family 2 [ 0.120000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.124000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.128000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.132000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.136000] TCP reno registered [ 0.140000] NET: Registered protocol family 1 [ 0.152000] msgmni has been set to 249 [ 0.160000] io scheduler noop registered [ 0.164000] io scheduler anticipatory registered (default) [ 0.168000] io scheduler deadline registered [ 0.172000] io scheduler cfq registered [ 0.216000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.224000] serial8250.0: ttyS0 at MMIO 0x18000008 (irq = 4) is a 16550A [ 0.228000] console handover: boot [uart0] -> real [ttyS0] [ 0.256000] loop: module loaded [ 0.300000] sh_mii: probed [ 0.304000] Base address at 0xfee00800, 00:10:8D:01:C1:9A, IRQ 57. [ 0.316000] sh_tmu: TMU0 kept as earlytimer [ 0.320000] sh_tmu: TMU1 kept as earlytimer [ 0.328000] TCP cubic registered [ 0.332000] NET: Registered protocol family 17 [ 0.336000] RPC: Registered udp transport module. [ 0.340000] RPC: Registered tcp transport module. [ 0.856000] net eth0: attached phy 1 to driver Generic PHY [ 1.864000] Sending DHCP requests .. [ 5.856000] PHY: 0:01 - Link is Up - 100/Full [ 8.236000] .., OK [ 15.352000] IP-Config: Got DHCP answer from 0.0.0.0, my address is 159.222.8.245 [ 15.364000] IP-Config: Complete: [ 15.368000] device=eth0, addr9.222.8.245, mask%5.255.252.0, gw9.222.8.2, [ 15.384000] host9.222.8.245, domain=cg.na.jci.com, nis-domain=(none), [ 15.388000] bootserver=0.0.0.0, rootserver9.222.11.56, rootpath[ 15.400000] Looking up port of RPC 100003/2 on 159.222.11.56 [ 15.408000] Looking up port of RPC 100005/1 on 159.222.11.56 [ 15.448000] VFS: Mounted root (nfs filesystem) on device 0:9. [ 15.452000] Freeing unused kernel memory: 84k freed init started: BusyBox v1.14.3 (2009-09-04 15:19:48 CDT) Populating /dev using udev: done Initializing random number generator... done. Starting network... ip: RTNETLINK answers: File exists Starting dropbear sshd: generating rsa key... generating dsa key... OK Welcome to MongooseLinux MongooseLinux login: root BusyBox v1.14.3 (2009-09-04 15:19:48 CDT) built-in shell (ash) Enter 'help' for a list of built-in commands. # passwd Changing password for root New password: Retype password: Password for root changed by root # stty cols 120 rows 55 # top Mem: 5996K used, 121936K free, 0K shrd, 0K buff, 1772K cached CPU: 66% usr 33% sys 0% nic 0% idle 0% io 0% irq 0% sirq Load average: 0.87 0.27 0.08 3/24 249 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 247 213 root R 1116 1% 0 44% du / 248 208 root R 1112 1% 0 38% find / 249 199 root R 1052 1% 0 19% top 1 0 root S 1060 1% 0 0% init 213 212 root S 1060 1% 0 0% -sh 199 1 root S 1060 1% 0 0% -sh 208 207 root S 1060 1% 0 0% -sh 201 1 root S 1044 1% 0 0% /sbin/klogd -n 200 1 root S 1044 1% 0 0% /sbin/syslogd -n -m 0 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] 84 2 root SW< 0 0% 0 0% [nfsiod] ========================================[ 0.172000] io scheduler cfqMem: 6080K used, 121852K free, 0K shrd, 0K buff, 1772K cached CPU: 49% usr 47% sys 0% nic 0% idle 0% io 0% irq 1% sirq Load average: 2.03 1.97 1.35 3/24 551 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 549 208 root R 1112 1% 0 49% find / 249 199 root R 1052 1% 0 1% top 213 212 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 551 213 root R 1116 1% 0 0% du / 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 201 1 root S 1044 1% 0 0% /sbin/klogd -n 200 1 root S 1044 1% 0 0% /sbin/syslogd -n -m 0 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] 84 2 root SW< 0 0% 0 0% [nfsiod] Mem: 6080K used, 121852K free, 0K shrd, 0K buff, 1772K cached CPU: 49% usr 45% sys 0% nic 0% idle 0% io 0% irq 4% sirq Load average: 2.03 1.97 1.36 3/24 553 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 249 199 root R 1052 1% 0 1% top 207 197 root S 1028 1% 0 1% /usr/sbin/dropbear 213 212 root S 1060 1% 0 0% -sh 208 207 root S 1060 1% 0 0% -sh 553 213 root R 1116 1% 0 0% du / 552 208 root R 1112 1% 0 0% find / 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 201 1 root S 1044 1% 0 0% /sbin/klogd -n 200 1 root S 1044 1% 0 0% /sbin/syslogd -n -m 0 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1480.416000] ------------[ cut here ]------------od] [ 1480.416000] kernel BUG at mm/slab.c:2974! [ 1480.416000] Kernel BUG: 003e [#1] [ 1480.416000] [ 1480.416000] Pid : 553, Comm: du [ 1480.416000] CPU : 0 Not tainted (2.6.31-rc9 #9) [ 1480.416000] [ 1480.416000] PC is at cache_alloc_refill+0xc2/0x39c [ 1480.416000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1480.416000] PC : 8804492a SP : 8f9b9e70 SR : 400080f1 TEA : 0045d110 [ 1480.416000] R0 : 0000000d R1 : 0000001e R2 : 0000001e R3 : 8f5ae6b4 [ 1480.416000] R4 : 00000027 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 0000001f [ 1480.416000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1480.416000] R12 : 00000026 R13 : 00000001 R14 : 8f9b9e70 [ 1480.416000] MACH: 00000147 MACL: 00000600 GBR : 00000000 PR : 88044d26 [ 1480.416000] [ 1480.416000] Call trace: [ 1480.416000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1480.416000] [<88054f82>] d_alloc+0x1e/0x110 [ 1480.416000] [<8806fe5e>] proc_fill_cache+0x6a/0x110 [ 1480.416000] [<88052218>] filldir+0x0/0xdc [ 1480.416000] [<88071114>] proc_readfd_common+0x10c/0x1a4 [ 1480.416000] [<88052218>] filldir+0x0/0xdc [ 1480.416000] [<880714c8>] proc_fd_instantiate+0x0/0x104 [ 1480.416000] [<880714c8>] proc_fd_instantiate+0x0/0x104 [ 1480.416000] [<8804a4fc>] sys_newfstat+0x20/0x38 [ 1480.416000] [<880711d4>] proc_readfd+0xc/0x1c [ 1480.416000] [<88052218>] filldir+0x0/0xdc [ 1480.416000] [<880523e8>] vfs_readdir+0x50/0x98 [ 1480.416000] [<8805250c>] sys_getdents+0x44/0xa4 [ 1480.416000] [<88007226>] syscall_call+0xc/0x10 [ 1480.416000] [<880524c8>] sys_getdents+0x0/0xa4 [ 1480.416000] [ 1480.416000] Code: [ 1480.416000] 88044924: mov.l @(28,r11), r1 [ 1480.416000] 88044926: cmp/hs r1, r2 [ 1480.416000] 88044928: bf 88044956 [ 1480.416000] ->8804492a: trapa #62 [ 1480.416000] 8804492c: bra 88044958 [ 1480.416000] 8804492e: mov r12, r4 [ 1480.416000] 88044930: mov.l @(16,r11), r3 [ 1480.416000] 88044932: mov.l @(20,r6), r1 [ 1480.416000] 88044934: mov.l @r9, r2 [ 1480.416000] [ 1480.416000] Process: du (pid: 553, stack limit = 8f9b8001) [ 1480.416000] Stack: (0x8f9b9e70 to 0x8f9ba000) [ 1480.416000] 9e60: 000000d0 000000d0 00000000 88044d26 [ 1480.416000] 9e80: 8f9b9e9c 00000001 881b0190 8f800900 000000d0 8f9b9ed8 00000000 88054f82 [ 1480.416000] 9ea0: 8f9b9eb4 8f5ae3b4 8f9b9ed8 8f9b9ed8 00000000 8806fe5e 8f9b9ed0 8f9b9f1c [ 1480.416000] 9ec0: 8f9a0c60 8f5ae3b4 8f9b9ed8 00000000 88052218 8f9b9f78 00002331 00000001 [ 1480.416000] 9ee0: 8f9b9f1c 88071114 8f9b9f14 8f9b9f78 88052218 8f9b9ef0 8f83f140 8f8148c0 [ 1480.416000] 9f00: 8f9a0c60 00000001 880714c8 8f83f140 8f9b9f2c 880714c8 8f8148c4 271f0033 [ 1480.416000] 9f20: 00000000 00000000 8804a4fc 00000003 880711d4 8f9b9f50 88052218 8f9b9f78 [ 1480.416000] 9f40: 8f58ca38 8f58c9c8 fffffffe 8f9a0c60 880523e8 8f9b9f58 8805250c 8f9b9f78 [ 1480.416000] 9f60: 00406088 7b8d6670 000003d8 8f9a0c60 00000100 fffffff7 7b8d66c0 7b8d66b0 [ 1480.416000] 9f80: 00000388 ffffffea 88007226 7b8d6a4c 295da3b8 00000000 00000071 00000100 [ 1480.416000] 9fa0: 880524c8 0000008d 000003dc 00000000 0000008d 00000007 7b8d6670 000003d8 [ 1480.416000] 9fc0: 00000001 00489a18 0048afe0 00000400 7b8d6670 295da3b8 00406088 7b8d6a4c [ 1480.416000] 9fe0: 7b8d6670 29591a12 2959541e 00000000 00000000 00000147 ae147c00 0000004c [ 1480.424000] ---[ end trace e0fcf399e5a41b79 ]--- Mem: 6088K used, 121844K free, 0K shrd, 0K buff, 1776K cached CPU: 49% usr 49% sys 0% nic 0% idle 0% io 0% irq 1% sirq Load average: 2.02 1.97 1.36 3/24 554 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 552 208 root R 1112 1% 0 48% find / 201 1 root S 1044 1% 0 2% /sbin/klogd -n 249 199 root R 1052 1% 0 1% top 200 1 root S 1044 1% 0 1% /sbin/syslogd -n -m 0 554 213 root R 1116 1% 0 0% du / 213 212 root S 1060 1% 0 0% -sh 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1484.244000] ------------[ cut here ]------------od] [ 1484.244000] kernel BUG at mm/slab.c:2974! [ 1484.244000] Kernel BUG: 003e [#2] [ 1484.244000] [ 1484.244000] Pid : 554, Comm: du [ 1484.244000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1484.244000] [ 1484.244000] PC is at cache_alloc_refill+0xc2/0x39c [ 1484.244000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1484.244000] PC : 8804492a SP : 8f9bddb0 SR : 400080f1 TEA : 00482fcc [ 1484.244000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1484.244000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1484.244000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1484.244000] R12 : 0000003c R13 : 00000001 R14 : 8f9bddb0 [ 1484.244000] MACH: 31639a1f MACL: 0023ee05 GBR : 00000000 PR : 88044d26 [ 1484.244000] [ 1484.244000] Call trace: [ 1484.244000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1484.244000] [<88054f82>] d_alloc+0x1e/0x110 [ 1484.244000] [<8804dc58>] do_lookup+0x80/0x150 [ 1484.244000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1484.244000] [<8804da88>] path_put+0x24/0x38 [ 1484.244000] [<8804fae2>] path_walk+0x5a/0xcc [ 1484.244000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1484.244000] [<880504f4>] user_path_at+0x40/0x84 [ 1484.244000] [<88055c40>] iput+0x40/0x58 [ 1484.244000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1484.244000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1484.244000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1484.244000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1484.244000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1484.244000] [<88007226>] syscall_call+0xc/0x10 [ 1484.244000] [<88007226>] syscall_call+0xc/0x10 [ 1484.244000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1484.244000] [ 1484.244000] Code: [ 1484.244000] 88044924: mov.l @(28,r11), r1 [ 1484.244000] 88044926: cmp/hs r1, r2 [ 1484.244000] 88044928: bf 88044956 [ 1484.244000] ->8804492a: trapa #62 [ 1484.244000] 8804492c: bra 88044958 [ 1484.244000] 8804492e: mov r12, r4 [ 1484.244000] 88044930: mov.l @(16,r11), r3 [ 1484.244000] 88044932: mov.l @(20,r6), r1 [ 1484.244000] 88044934: mov.l @r9, r2 [ 1484.244000] [ 1484.244000] Process: du (pid: 554, stack limit = 8f9bc001) [ 1484.244000] Stack: (0x8f9bddb0 to 0x8f9be000) [ 1484.244000] dda0: 000000d0 000000d0 00000000 88044d26 [ 1484.244000] ddc0: 8f9bdddc 8f9bde40 881b0190 8f800900 000000d0 8f5855d4 00000000 88054f82 [ 1484.244000] dde0: 8f9bddf4 8f5855d4 8f9bde40 8f5855d4 fffffff4 8804dc58 8f9bde10 8f9bdeac [ 1484.244000] de00: 8f5bcad4 8f5bca64 8f5855d4 fffffff4 8f9bde54 8f80cb20 8804f4de 8f9bde38 [ 1484.244000] de20: 8f9b1011 8f9bde1c 8f5bca64 00000000 00000001 8f9bdeac 00000000 00000000 [ 1484.244000] de40: 0023ee05 00000003 8f9b100e 8f9bde50 8804da88 8f80cb20 8f5855d4 8804fae2 [ 1484.244000] de60: 8f9bde7c 8f9bdf24 ffffff9c 00000000 8f9b1000 8f9bdeac 00000000 8f80cc20 [ 1484.244000] de80: 8f401914 8804fc16 8f9bde98 8f9b1000 8f9bdeac 00000000 880504f4 8f9bdeac [ 1484.244000] dea0: 00000071 8f9b1000 8f9b1000 8f80cb20 8f5855d4 8f9bdebc 8f5c5988 88055c40 [ 1484.244000] dec0: 8f80cc20 8f401914 00000000 00000001 00000000 7b82c9e0 00008124 00000001 [ 1484.244000] dee0: 00000000 00000000 00000003 f00000bf 00018124 00000000 00000000 00000000 [ 1484.244000] df00: 00000400 8804a13c 8f9bdf24 00406088 295da3b8 00000000 00000071 8f9bdf48 [ 1484.244000] df20: ffffffea 00000000 8804a228 8804a1c2 8f9bdf40 00000071 00000100 7b82c9e0 [ 1484.244000] df40: 8804a21c 8f9bdf48 f00000bf 00000000 00000003 8f9b8124 00000001 00000000 [ 1484.244000] df60: 00000000 00000000 00000000 00000000 386d494d 07e5c711 8f9bdf84 fffffff7 [ 1484.244000] df80: 88051d1c 00000000 88007226 7b82c8c8 295da3b8 88007226 7b82c9e0 00000100 [ 1484.244000] dfa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7b82c9e0 00489ae8 [ 1484.244000] dfc0: 00000078 00489bb0 7b82ca34 00000000 00481f98 295da3b8 00406088 7b82c9e0 [ 1484.244000] dfe0: 7b82c9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1484.248000] ---[ end trace e0fcf399e5a41b7a ]--- [ 1486.592000] ------------[ cut here ]------------ [ 1486.592000] kernel BUG at mm/slab.c:2974! [ 1486.592000] Kernel BUG: 003e [#3] [ 1486.592000] [ 1486.592000] Pid : 555, Comm: du [ 1486.592000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1486.592000] [ 1486.592000] PC is at cache_alloc_refill+0xc2/0x39c [ 1486.592000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1486.592000] PC : 8804492a SP : 8f9afdb0 SR : 400080f1 TEA : 00483280 [ 1486.592000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1486.592000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1486.592000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1486.592000] R12 : 0000003c R13 : 00000001 R14 : 8f9afdb0 [ 1486.592000] MACH: 31639a1f MACL: 1310326a GBR : 00000000 PR : 88044d26 [ 1486.592000] [ 1486.592000] Call trace: [ 1486.592000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1486.592000] [<88054f82>] d_alloc+0x1e/0x110 [ 1486.592000] [<8804dc58>] do_lookup+0x80/0x150 [ 1486.592000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1486.592000] [<8801f53a>] delayed_work_timer_fn+0x16/0x24 [ 1486.592000] [<8804da88>] path_put+0x24/0x38 [ 1486.592000] [<8804fae2>] path_walk+0x5a/0xcc [ 1486.592000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1486.592000] [<880504f4>] user_path_at+0x40/0x84 [ 1486.592000] [<88055c40>] iput+0x40/0x58 [ 1486.592000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1486.592000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1486.592000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1486.592000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1486.592000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1486.592000] [<88007226>] syscall_call+0xc/0x10 [ 1486.592000] [<88007226>] syscall_call+0xc/0x10 [ 1486.592000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1486.592000] [ 1486.592000] Code: [ 1486.592000] 88044924: mov.l @(28,r11), r1 [ 1486.592000] 88044926: cmp/hs r1, r2 [ 1486.592000] 88044928: bf 88044956 [ 1486.592000] ->8804492a: trapa #62 [ 1486.592000] 8804492c: bra 88044958 [ 1486.592000] 8804492e: mov r12, r4 [ 1486.592000] 88044930: mov.l @(16,r11), r3 [ 1486.592000] 88044932: mov.l @(20,r6), r1 [ 1486.592000] 88044934: mov.l @r9, r2 [ 1486.592000] [ 1486.592000] Process: du (pid: 555, stack limit = 8f9ae001) [ 1486.592000] Stack: (0x8f9afdb0 to 0x8f9b0000) [ 1486.592000] fda0: 000000d0 000000d0 00000000 88044d26 [ 1486.592000] fdc0: 8f9afddc 8f9afe40 881b0190 8f800900 000000d0 8f5bb814 00000000 88054f82 [ 1486.592000] fde0: 8f9afdf4 8f5bb814 8f9afe40 8f5bb814 fffffff4 8804dc58 8f9afe10 8f9afeac [ 1486.592000] fe00: 8f5879f8 8f587988 8f5bb814 fffffff4 8f9afe54 8f80cb20 8804f4de 8f9afe38 [ 1486.592000] fe20: 8f969013 8f9afe1c 8f587988 00000000 00000001 8f9afeac 00000000 8801f53a [ 1486.592000] fe40: 1310326a 00000005 8f96900e 8f9afe50 8804da88 8f80cb20 8f5bb814 8804fae2 [ 1486.592000] fe60: 8f9afe7c 8f9aff24 ffffff9c 00000000 8f969000 8f9afeac 00000000 8f80cc20 [ 1486.592000] fe80: 8f401914 8804fc16 8f9afe98 8f969000 8f9afeac 00000000 880504f4 8f9afeac [ 1486.592000] fea0: 00000071 8f969000 8f969000 8f80cb20 8f5bb814 8f9afebc 8f5b6be0 88055c40 [ 1486.592000] fec0: 8f80cc20 8f401914 00000000 00000001 00000000 7be8e9e0 00008124 00000001 [ 1486.592000] fee0: 00000000 00000000 00000003 f00000c1 00018124 00000000 00000000 00000000 [ 1486.592000] ff00: 00000400 8804a13c 8f9aff24 00406088 295da3b8 00000000 00000071 8f9aff48 [ 1486.592000] ff20: ffffffea 00000000 8804a228 8804a1c2 8f9aff40 00000071 00000100 7be8e9e0 [ 1486.592000] ff40: 8804a21c 8f9aff48 f00000c1 00000000 00000003 8f9a8124 00000001 00000000 [ 1486.592000] ff60: 00000000 00000000 00000000 00000000 386d4950 0d25fd8d 8f9aff84 fffffff7 [ 1486.592000] ff80: 88051d1c 00000000 88007226 7be8e8c8 295da3b8 88007226 7be8e9e0 00000100 [ 1486.592000] ffa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7be8e9e0 00489ae8 [ 1486.592000] ffc0: 00000078 00489bb0 7be8ea34 00000000 00481f98 295da3b8 00406088 7be8e9e0 [ 1486.592000] ffe0: 7be8e9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1486.596000] ---[ end trace e0fcf399e5a41b7b ]--- Mem: 6004K used, 121928K free, 0K shrd, 0K buff, 1788K cached CPU: 54% usr 43% sys 0% nic 0% idle 0% io 0% irq 1% sirq Load average: 1.94 1.95 1.36 3/24 556 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 552 208 root Z 0 0% 0 10% [find] 201 1 root R 1044 1% 0 3% /sbin/klogd -n 249 199 root R 1052 1% 0 1% top 200 1 root S 1044 1% 0 1% /sbin/syslogd -n -m 0 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 213 212 root S 1060 1% 0 0% -sh 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 84 2 root SW< 0 0% 0 0% [nfsiod] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1489.000000] ------------[ cut here ]------------ [ 1489.000000] kernel BUG at mm/slab.c:2974! [ 1489.000000] Kernel BUG: 003e [#4] [ 1489.000000] [ 1489.000000] Pid : 556, Comm: du [ 1489.000000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1489.000000] [ 1489.000000] PC is at cache_alloc_refill+0xc2/0x39c [ 1489.000000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1489.000000] PC : 8804492a SP : 8f9c5db0 SR : 400080f1 TEA : 004885ac [ 1489.000000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1489.000000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1489.000000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1489.000000] R12 : 0000003c R13 : 00000001 R14 : 8f9c5db0 [ 1489.000000] MACH: 31639a1f MACL: 0023531e GBR : 00000000 PR : 88044d26 [ 1489.000000] [ 1489.000000] Call trace: [ 1489.000000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1489.000000] [<88054f82>] d_alloc+0x1e/0x110 [ 1489.000000] [<8804dc58>] do_lookup+0x80/0x150 [ 1489.000000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1489.000000] [<8804da88>] path_put+0x24/0x38 [ 1489.000000] [<8804fae2>] path_walk+0x5a/0xcc [ 1489.000000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1489.000000] [<880504f4>] user_path_at+0x40/0x84 [ 1489.000000] [<88055c40>] iput+0x40/0x58 [ 1489.000000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1489.000000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1489.000000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1489.000000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1489.000000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1489.000000] [<88007226>] syscall_call+0xc/0x10 [ 1489.000000] [<88007226>] syscall_call+0xc/0x10 [ 1489.000000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1489.000000] [ 1489.000000] Code: [ 1489.000000] 88044924: mov.l @(28,r11), r1 [ 1489.000000] 88044926: cmp/hs r1, r2 [ 1489.000000] 88044928: bf 88044956 [ 1489.000000] ->8804492a: trapa #62 [ 1489.000000] 8804492c: bra 88044958 [ 1489.000000] 8804492e: mov r12, r4 [ 1489.000000] 88044930: mov.l @(16,r11), r3 [ 1489.000000] 88044932: mov.l @(20,r6), r1 [ 1489.000000] 88044934: mov.l @r9, r2 [ 1489.000000] [ 1489.000000] Process: du (pid: 556, stack limit = 8f9c4001) [ 1489.000000] Stack: (0x8f9c5db0 to 0x8f9c6000) [ 1489.000000] 5da0: 000000d0 000000d0 00000000 88044d26 [ 1489.000000] 5dc0: 8f9c5ddc 8f9c5e40 881b0190 8f800900 000000d0 8f5b7894 00000000 88054f82 [ 1489.000000] 5de0: 8f9c5df4 8f5b7894 8f9c5e40 8f5b7894 fffffff4 8804dc58 8f9c5e10 8f9c5eac [ 1489.000000] 5e00: 8f587b34 8f587ac4 8f5b7894 fffffff4 8f9c5e54 8f80cb20 8804f4de 8f9c5e38 [ 1489.000000] 5e20: 8f995011 8f9c5e1c 8f587ac4 00000000 00000001 8f9c5eac 00000000 00000000 [ 1489.000000] 5e40: 0023531e 00000003 8f99500e 8f9c5e50 8804da88 8f80cb20 8f5b7894 8804fae2 [ 1489.000000] 5e60: 8f9c5e7c 8f9c5f24 ffffff9c 00000000 8f995000 8f9c5eac 00000000 8f80cc20 [ 1489.000000] 5e80: 8f401914 8804fc16 8f9c5e98 8f995000 8f9c5eac 00000000 880504f4 8f9c5eac [ 1489.000000] 5ea0: 00000071 8f995000 8f995000 8f80cb20 8f5b7894 8f9c5ebc 8f5c5e78 88055c40 [ 1489.000000] 5ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7b94c9e0 00008124 00000001 [ 1489.000000] 5ee0: 00000000 00000000 00000003 f00000c7 00018124 00000000 00000000 00000000 [ 1489.000000] 5f00: 00000400 8804a13c 8f9c5f24 00406088 295da3b8 00000000 00000071 8f9c5f48 [ 1489.000000] 5f20: ffffffea 00000000 8804a228 8804a1c2 8f9c5f40 00000071 00000100 7b94c9e0 [ 1489.000000] 5f40: 8804a21c 8f9c5f48 f00000c7 00000000 00000003 8f9c8124 00000001 00000000 [ 1489.000000] 5f60: 00000000 00000000 00000000 00000000 386d4953 16b0d666 8f9c5f84 fffffff7 [ 1489.000000] 5f80: 88051d1c 00000000 88007226 7b94c8c8 295da3b8 88007226 7b94c9e0 00000100 [ 1489.000000] 5fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7b94c9e0 00489ae8 [ 1489.000000] 5fc0: 00000078 00489bb0 7b94ca34 00000000 00481f98 295da3b8 00406088 7b94c9e0 [ 1489.000000] 5fe0: 7b94c9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1489.004000] ---[ end trace e0fcf399e5a41b7c ]--- Mem: 6004K used, 121928K free, 0K shrd, 0K buff, 1800K cached CPU: 52% usr 43% sys 0% nic 0% idle 0% io 0% irq 2% sirq Load average: 1.94 1.95 1.36 2/24 557 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 201 1 root S 1044 1% 0 5% /sbin/klogd -n 200 1 root S 1044 1% 0 2% /sbin/syslogd -n -m 0 249 199 root R 1052 1% 0 2% top 213 212 root S 1060 1% 0 0% -sh 557 213 root S 1116 1% 0 0% du / 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 552 208 root Z 0 0% 0 0% [find] 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root[ 1491.424000] ------------[ cut here ]------------ [ 1491.424000] kernel BUG at mm/slab.c:2974! [ 1491.424000] Kernel BUG: 003e [#5] [ 1491.424000] [ 1491.424000] Pid : 557, Comm: du [ 1491.424000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1491.424000] [ 1491.424000] PC is at cache_alloc_refill+0xc2/0x39c [ 1491.424000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1491.424000] PC : 8804492a SP : 8f9c9db0 SR : 400080f1 TEA : 00469c94 [ 1491.424000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1491.424000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1491.424000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1491.424000] R12 : 0000003c R13 : 00000001 R14 : 8f9c9db0 [ 1491.424000] MACH: 31639a1f MACL: 8801f4cb GBR : 00000000 PR : 88044d26 [ 1491.424000] [ 1491.424000] Call trace: [ 1491.424000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1491.424000] [<88054f82>] d_alloc+0x1e/0x110 [ 1491.424000] [<8804dc58>] do_lookup+0x80/0x150 [ 1491.424000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1491.424000] [<8801f4cb>] __queue_work+0x1b/0x74 [ 1491.424000] [<8804da88>] path_put+0x24/0x38 [ 1491.424000] [<8804fae2>] path_walk+0x5a/0xcc [ 1491.424000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1491.424000] [<880504f4>] user_path_at+0x40/0x84 [ 1491.424000] [<88055c40>] iput+0x40/0x58 [ 1491.424000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1491.424000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1491.424000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1491.424000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1491.424000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1491.424000] [<88007226>] syscall_call+0xc/0x10 [ 1491.424000] [<88007226>] syscall_call+0xc/0x10 [ 1491.424000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1491.424000] [ 1491.424000] Code: [ 1491.424000] 88044924: mov.l @(28,r11), r1 [ 1491.424000] 88044926: cmp/hs r1, r2 [ 1491.424000] 88044928: bf 88044956 [ 1491.424000] ->8804492a: trapa #62 [ 1491.424000] 8804492c: bra 88044958 [ 1491.424000] 8804492e: mov r12, r4 [ 1491.424000] 88044930: mov.l @(16,r11), r3 [ 1491.424000] 88044932: mov.l @(20,r6), r1 [ 1491.424000] 88044934: mov.l @r9, r2 [ 1491.424000] [ 1491.424000] Process: du (pid: 557, stack limit = 8f9c8001) [ 1491.424000] Stack: (0x8f9c9db0 to 0x8f9ca000) [ 1491.424000] 9da0: 000000d0 000000d0 00000000 88044d26 [ 1491.424000] 9dc0: 8f9c9ddc 8f9c9e40 881b0190 8f800900 000000d0 8f5ae5b4 00000000 88054f82 [ 1491.424000] 9de0: 8f9c9df4 8f5ae5b4 8f9c9e40 8f5ae5b4 fffffff4 8804dc58 8f9c9e10 8f9c9eac [ 1491.424000] 9e00: 8f5c7f08 8f5c7e98 8f5ae5b4 fffffff4 8f9c9e54 8f80cb20 8804f4de 8f9c9e38 [ 1491.424000] 9e20: 8f9bf016 8f9c9e1c 8f5c7e98 00000000 00000001 8f9c9eac 00000000 00000001 [ 1491.424000] 9e40: 8801f4cb 00000008 8f9bf00e 8f9c9e50 8804da88 8f80cb20 8f5ae5b4 8804fae2 [ 1491.424000] 9e60: 8f9c9e7c 8f9c9f24 ffffff9c 00000000 8f9bf000 8f9c9eac 00000000 8f80cc20 [ 1491.424000] 9e80: 8f401914 8804fc16 8f9c9e98 8f9bf000 8f9c9eac 00000000 880504f4 8f9c9eac [ 1491.424000] 9ea0: 00000071 8f9bf000 8f9bf000 8f80cb20 8f5ae5b4 8f9c9ebc 8f5c40a4 88055c40 [ 1491.424000] 9ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7b93e9e0 00008124 00000001 [ 1491.424000] 9ee0: 00000000 00000000 00000003 f00000ca 00018124 00000000 00000000 00000000 [ 1491.424000] 9f00: 00000400 8804a13c 8f9c9f24 00406088 295da3b8 00000000 00000071 8f9c9f48 [ 1491.424000] 9f20: ffffffea 00000000 8804a228 8804a1c2 8f9c9f40 00000071 00000100 7b93e9e0 [ 1491.424000] 9f40: 8804a21c 8f9c9f48 f00000ca 00000000 00000003 8f9c8124 00000001 00000000 [ 1491.424000] 9f60: 00000000 00000000 00000000 00000000 386d4956 2078b58b 8f9c9f84 fffffff7 [ 1491.424000] 9f80: 88051d1c 00000000 88007226 7b93e8c8 295da3b8 88007226 7b93e9e0 00000100 [ 1491.424000] 9fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7b93e9e0 00489ae8 [ 1491.424000] 9fc0: 00000078 00489bb0 7b93ea34 00000000 00481f98 295da3b8 00406088 7b93e9e0 [ 1491.424000] 9fe0: 7b93e9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 SW< 0 [ 1491.428000] ---[ end trace e0fcf399e5a41b7d ]--- 0% 0 0% [kswapd0] [ 1493.812000] ------------[ cut here ]------------od] [ 1493.812000] kernel BUG at mm/slab.c:2974! [ 1493.812000] Kernel BUG: 003e [#6] [ 1493.812000] [ 1493.812000] Pid : 558, Comm: du [ 1493.812000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1493.812000] [ 1493.812000] PC is at cache_alloc_refill+0xc2/0x39c [ 1493.812000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1493.812000] PC : 8804492a SP : 8f9c5db0 SR : 400080f1 TEA : 295953d4 [ 1493.812000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1493.812000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1493.812000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1493.812000] R12 : 0000003c R13 : 00000001 R14 : 8f9c5db0 [ 1493.812000] MACH: 31639a1f MACL: 00286248 GBR : 00000000 PR : 88044d26 [ 1493.812000] [ 1493.812000] Call trace: [ 1493.812000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1493.812000] [<88054f82>] d_alloc+0x1e/0x110 [ 1493.812000] [<8804dc58>] do_lookup+0x80/0x150 [ 1493.812000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1493.812000] [<8804da88>] path_put+0x24/0x38 [ 1493.812000] [<8804fae2>] path_walk+0x5a/0xcc [ 1493.812000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1493.812000] [<880504f4>] user_path_at+0x40/0x84 [ 1493.812000] [<88055c40>] iput+0x40/0x58 [ 1493.812000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1493.812000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1493.812000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1493.812000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1493.812000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1493.812000] [<88007226>] syscall_call+0xc/0x10 [ 1493.812000] [<88007226>] syscall_call+0xc/0x10 [ 1493.812000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1493.812000] [ 1493.812000] Code: [ 1493.812000] 88044924: mov.l @(28,r11), r1 [ 1493.812000] 88044926: cmp/hs r1, r2 [ 1493.812000] 88044928: bf 88044956 [ 1493.812000] ->8804492a: trapa #62 [ 1493.812000] 8804492c: bra 88044958 [ 1493.812000] 8804492e: mov r12, r4 [ 1493.812000] 88044930: mov.l @(16,r11), r3 [ 1493.812000] 88044932: mov.l @(20,r6), r1 [ 1493.812000] 88044934: mov.l @r9, r2 [ 1493.812000] [ 1493.812000] Process: du (pid: 558, stack limit = 8f9c4001) [ 1493.812000] Stack: (0x8f9c5db0 to 0x8f9c6000) [ 1493.812000] 5da0: 000000d0 000000d0 00000000 88044d26 [ 1493.812000] 5dc0: 8f9c5ddc 8f9c5e40 881b0190 8f800900 000000d0 8f5ba8b4 00000000 88054f82 [ 1493.812000] 5de0: 8f9c5df4 8f5ba8b4 8f9c5e40 8f5ba8b4 fffffff4 8804dc58 8f9c5e10 8f9c5eac [ 1493.812000] 5e00: 8f5c4af4 8f5c4a84 8f5ba8b4 fffffff4 8f9c5e54 8f80cb20 8804f4de 8f9c5e38 [ 1493.812000] 5e20: 8f9c6011 8f9c5e1c 8f5c4a84 00000000 00000001 8f9c5eac 00000000 8f848000 [ 1493.812000] 5e40: 00286248 00000003 8f9c600e 8f9c5e50 8804da88 8f80cb20 8f5ba8b4 8804fae2 [ 1493.812000] 5e60: 8f9c5e7c 8f9c5f24 ffffff9c 00000000 8f9c6000 8f9c5eac 00000000 8f80cc20 [ 1493.812000] 5e80: 8f401914 8804fc16 8f9c5e98 8f9c6000 8f9c5eac 00000000 880504f4 8f9c5eac [ 1493.812000] 5ea0: 00000071 8f9c6000 8f9c6000 8f80cb20 8f5ba8b4 8f9c5ebc 8f58ae98 88055c40 [ 1493.812000] 5ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7b9179e0 00008124 00000001 [ 1493.812000] 5ee0: 00000000 00000000 00000003 f00000cc 00018124 00000000 00000000 00000000 [ 1493.812000] 5f00: 00000400 8804a13c 8f9c5f24 00406088 295da3b8 00000000 00000071 8f9c5f48 [ 1493.812000] 5f20: ffffffea 00000000 8804a228 8804a1c2 8f9c5f40 00000071 00000100 7b9179e0 [ 1493.812000] 5f40: 8804a21c 8f9c5f48 f00000cc 00000000 00000003 8f9c8124 00000001 00000000 [ 1493.812000] 5f60: 00000000 00000000 00000000 00000000 386d4959 28d269e0 8f9c5f84 fffffff7 [ 1493.812000] 5f80: 88051d1c 00000000 88007226 7b9178c8 295da3b8 88007226 7b9179e0 00000100 [ 1493.812000] 5fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7b9179e0 00489ae8 [ 1493.812000] 5fc0: 00000078 00489bb0 7b917a34 00000000 00481f98 295da3b8 00406088 7b9179e0 [ 1493.812000] 5fe0: 7b9179e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1493.816000] ---[ end trace e0fcf399e5a41b7e ]--- Mem: 6032K used, 121900K free, 0K shrd, 0K buff, 1816K cached CPU: 52% usr 42% sys 0% nic 1% idle 0% io 1% irq 2% sirq Load average: 1.95 1.95 1.36 2/24 559 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 201 1 root S 1044 1% 0 6% /sbin/klogd -n 200 1 root S 1044 1% 0 3% /sbin/syslogd -n -m 0 249 199 root R 1052 1% 0 1% top 213 212 root S 1060 1% 0 0% -sh 559 213 root R 1116 1% 0 0% du / 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 552 208 root Z 0 0% 0 0% [find] 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1496.240000] ------------[ cut here ]------------od] [ 1496.240000] kernel BUG at mm/slab.c:2974! [ 1496.240000] Kernel BUG: 003e [#7] [ 1496.240000] [ 1496.240000] Pid : 559, Comm: du [ 1496.240000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1496.240000] [ 1496.240000] PC is at cache_alloc_refill+0xc2/0x39c [ 1496.240000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1496.240000] PC : 8804492a SP : 8f9cfdb0 SR : 400080f1 TEA : 295c65fc [ 1496.240000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1496.240000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1496.240000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1496.240000] R12 : 0000003c R13 : 00000001 R14 : 8f9cfdb0 [ 1496.240000] MACH: 31639a1f MACL: 00296db8 GBR : 00000000 PR : 88044d26 [ 1496.240000] [ 1496.240000] Call trace: [ 1496.240000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1496.240000] [<88054f82>] d_alloc+0x1e/0x110 [ 1496.240000] [<8804dc58>] do_lookup+0x80/0x150 [ 1496.240000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1496.240000] [<8804da88>] path_put+0x24/0x38 [ 1496.240000] [<8804fae2>] path_walk+0x5a/0xcc [ 1496.240000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1496.240000] [<880504f4>] user_path_at+0x40/0x84 [ 1496.240000] [<88055c40>] iput+0x40/0x58 [ 1496.240000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1496.240000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1496.240000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1496.240000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1496.240000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1496.240000] [<88007226>] syscall_call+0xc/0x10 [ 1496.240000] [<88007226>] syscall_call+0xc/0x10 [ 1496.240000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1496.240000] [ 1496.240000] Code: [ 1496.240000] 88044924: mov.l @(28,r11), r1 [ 1496.240000] 88044926: cmp/hs r1, r2 [ 1496.240000] 88044928: bf 88044956 [ 1496.240000] ->8804492a: trapa #62 [ 1496.240000] 8804492c: bra 88044958 [ 1496.240000] 8804492e: mov r12, r4 [ 1496.240000] 88044930: mov.l @(16,r11), r3 [ 1496.240000] 88044932: mov.l @(20,r6), r1 [ 1496.240000] 88044934: mov.l @r9, r2 [ 1496.240000] [ 1496.240000] Process: du (pid: 559, stack limit = 8f9ce001) [ 1496.240000] Stack: (0x8f9cfdb0 to 0x8f9d0000) [ 1496.240000] fda0: 000000d0 000000d0 00000000 88044d26 [ 1496.240000] fdc0: 8f9cfddc 8f9cfe40 881b0190 8f800900 000000d0 8f58dbb4 00000000 88054f82 [ 1496.240000] fde0: 8f9cfdf4 8f58dbb4 8f9cfe40 8f58dbb4 fffffff4 8804dc58 8f9cfe10 8f9cfeac [ 1496.240000] fe00: 8f5c4114 8f5c40a4 8f58dbb4 fffffff4 8f9cfe54 8f80cb20 8804f4de 8f9cfe38 [ 1496.240000] fe20: 8f9c9011 8f9cfe1c 8f5c40a4 00000000 00000001 8f9cfeac 00000000 8f9cfe40 [ 1496.240000] fe40: 00296db8 00000003 8f9c900e 8f9cfe50 8804da88 8f80cb20 8f58dbb4 8804fae2 [ 1496.240000] fe60: 8f9cfe7c 8f9cff24 ffffff9c 00000000 8f9c9000 8f9cfeac 00000000 8f80cc20 [ 1496.240000] fe80: 8f401914 8804fc16 8f9cfe98 8f9c9000 8f9cfeac 00000000 880504f4 8f9cfeac [ 1496.240000] fea0: 00000071 8f9c9000 8f9c9000 8f80cb20 8f58dbb4 8f9cfebc 8f58bcdc 88055c40 [ 1496.240000] fec0: 8f80cc20 8f401914 00000000 00000001 00000000 7bf7f9e0 00008124 00000001 [ 1496.240000] fee0: 00000000 00000000 00000003 f00000ce 00018124 00000000 00000000 00000000 [ 1496.240000] ff00: 00000400 8804a13c 8f9cff24 00406088 295da3b8 00000000 00000071 8f9cff48 [ 1496.240000] ff20: ffffffea 00000000 8804a228 8804a1c2 8f9cff40 00000071 00000100 7bf7f9e0 [ 1496.240000] ff40: 8804a21c 8f9cff48 f00000ce 00000000 00000003 8f9c8124 00000001 00000000 [ 1496.240000] ff60: 00000000 00000000 00000000 00000000 386d495c 32d753e6 8f9cff84 fffffff7 [ 1496.240000] ff80: 88051d1c 00000000 88007226 7bf7f8c8 295da3b8 88007226 7bf7f9e0 00000100 [ 1496.240000] ffa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7bf7f9e0 00489ae8 [ 1496.240000] ffc0: 00000078 00489bb0 7bf7fa34 00000000 00481f98 295da3b8 00406088 7bf7f9e0 [ 1496.240000] ffe0: 7bf7f9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1496.244000] ---[ end trace e0fcf399e5a41b7f ]--- [ 1498.596000] ------------[ cut here ]------------ [ 1498.596000] kernel BUG at mm/slab.c:2974! [ 1498.596000] Kernel BUG: 003e [#8] [ 1498.596000] [ 1498.596000] Pid : 560, Comm: du [ 1498.596000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1498.596000] [ 1498.596000] PC is at cache_alloc_refill+0xc2/0x39c [ 1498.596000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1498.596000] PC : 8804492a SP : 8f9c5db0 SR : 400080f1 TEA : 0043c9f6 [ 1498.596000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1498.596000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1498.596000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1498.596000] R12 : 0000003c R13 : 00000001 R14 : 8f9c5db0 [ 1498.596000] MACH: 31639a1f MACL: c22ec994 GBR : 00000000 PR : 88044d26 [ 1498.596000] [ 1498.596000] Call trace: [ 1498.596000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1498.596000] [<88054f82>] d_alloc+0x1e/0x110 [ 1498.596000] [<8804dc58>] do_lookup+0x80/0x150 [ 1498.596000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1498.596000] [<8804da88>] path_put+0x24/0x38 [ 1498.596000] [<8804fae2>] path_walk+0x5a/0xcc [ 1498.596000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1498.596000] [<880504f4>] user_path_at+0x40/0x84 [ 1498.596000] [<88055c40>] iput+0x40/0x58 [ 1498.596000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1498.596000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1498.596000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1498.596000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1498.596000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1498.596000] [<88007226>] syscall_call+0xc/0x10 [ 1498.596000] [<88007226>] syscall_call+0xc/0x10 [ 1498.596000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1498.596000] [ 1498.596000] Code: [ 1498.596000] 88044924: mov.l @(28,r11), r1 [ 1498.596000] 88044926: cmp/hs r1, r2 [ 1498.596000] 88044928: bf 88044956 [ 1498.596000] ->8804492a: trapa #62 [ 1498.596000] 8804492c: bra 88044958 [ 1498.596000] 8804492e: mov r12, r4 [ 1498.596000] 88044930: mov.l @(16,r11), r3 [ 1498.596000] 88044932: mov.l @(20,r6), r1 [ 1498.596000] 88044934: mov.l @r9, r2 [ 1498.596000] [ 1498.596000] Process: du (pid: 560, stack limit = 8f9c4001) [ 1498.596000] Stack: (0x8f9c5db0 to 0x8f9c6000) [ 1498.596000] 5da0: 000000d0 000000d0 00000000 88044d26 [ 1498.596000] 5dc0: 8f9c5ddc 8f9c5e40 881b0190 8f800900 000000d0 8f5b7594 00000000 88054f82 [ 1498.596000] 5de0: 8f9c5df4 8f5b7594 8f9c5e40 8f5b7594 fffffff4 8804dc58 8f9c5e10 8f9c5eac [ 1498.596000] 5e00: 8f5b82d0 8f5b8260 8f5b7594 fffffff4 8f9c5e54 8f80cb20 8804f4de 8f9c5e38 [ 1498.596000] 5e20: 8f9c0015 8f9c5e1c 8f5b8260 00000000 00000001 8f9c5eac 00000000 8f9c5e40 [ 1498.596000] 5e40: c22ec994 00000007 8f9c000e 8f9c5e50 8804da88 8f80cb20 8f5b7594 8804fae2 [ 1498.596000] 5e60: 8f9c5e7c 8f9c5f24 ffffff9c 00000000 8f9c0000 8f9c5eac 00000000 8f80cc20 [ 1498.596000] 5e80: 8f401914 8804fc16 8f9c5e98 8f9c0000 8f9c5eac 00000000 880504f4 8f9c5eac [ 1498.596000] 5ea0: 00000071 8f9c0000 8f9c0000 8f80cb20 8f5b7594 8f9c5ebc 8f58ae98 88055c40 [ 1498.596000] 5ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7baea9e0 00008124 00000001 [ 1498.596000] 5ee0: 00000000 00000000 00000003 f00000d0 00018124 00000000 00000000 00000000 [ 1498.596000] 5f00: 00000400 8804a13c 8f9c5f24 00406088 295da3b8 00000000 00000071 8f9c5f48 [ 1498.596000] 5f20: ffffffea 00000000 8804a228 8804a1c2 8f9c5f40 00000071 00000100 7baea9e0 [ 1498.596000] 5f40: 8804a21c 8f9c5f48 f00000d0 00000000 00000003 8f9c8124 00000001 00000000 [ 1498.596000] 5f60: 00000000 00000000 00000000 00000000 386d495f 3891902b 8f9c5f84 fffffff7 [ 1498.596000] 5f80: 88051d1c 00000000 88007226 7baea8c8 295da3b8 88007226 7baea9e0 00000100 [ 1498.596000] 5fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7baea9e0 00489ae8 [ 1498.596000] 5fc0: 00000078 00489bb0 7baeaa34 00000000 00481f98 295da3b8 00406088 7baea9e0 [ 1498.596000] 5fe0: 7baea9e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1498.600000] ---[ end trace e0fcf399e5a41b80 ]--- Mem: 6060K used, 121872K free, 0K shrd, 0K buff, 1824K cached CPU: 54% usr 43% sys 0% nic 0% idle 0% io 0% irq 1% sirq Load average: 1.87 1.94 1.36 3/24 560 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 201 1 root R 1044 1% 0 3% /sbin/klogd -n 249 199 root R 1052 1% 0 1% top 200 1 root S 1044 1% 0 1% /sbin/syslogd -n -m 0 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 560 213 root R 1116 1% 0 0% [du] 213 212 root S 1060 1% 0 0% -sh 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 552 208 root Z 0 0% 0 0% [find] 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1501.028000] ------------[ cut here ]------------od] [ 1501.028000] kernel BUG at mm/slab.c:2974! [ 1501.028000] Kernel BUG: 003e [#9] [ 1501.028000] [ 1501.028000] Pid : 561, Comm: du [ 1501.028000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1501.028000] [ 1501.028000] PC is at cache_alloc_refill+0xc2/0x39c [ 1501.028000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1501.028000] PC : 8804492a SP : 8f9d5db0 SR : 400080f1 TEA : 004688dc [ 1501.028000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1501.028000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1501.028000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1501.028000] R12 : 0000003c R13 : 00000001 R14 : 8f9d5db0 [ 1501.028000] MACH: 31639a1f MACL: 01cb142c GBR : 00000000 PR : 88044d26 [ 1501.028000] [ 1501.028000] Call trace: [ 1501.028000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1501.028000] [<88054f82>] d_alloc+0x1e/0x110 [ 1501.028000] [<8804dc58>] do_lookup+0x80/0x150 [ 1501.028000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1501.028000] [<8804da88>] path_put+0x24/0x38 [ 1501.028000] [<8804fae2>] path_walk+0x5a/0xcc [ 1501.028000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1501.028000] [<880504f4>] user_path_at+0x40/0x84 [ 1501.028000] [<88055c40>] iput+0x40/0x58 [ 1501.028000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1501.028000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1501.028000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1501.028000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1501.028000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1501.028000] [<88007226>] syscall_call+0xc/0x10 [ 1501.028000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1501.028000] [<88007226>] syscall_call+0xc/0x10 [ 1501.028000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1501.028000] [ 1501.028000] Code: [ 1501.028000] 88044924: mov.l @(28,r11), r1 [ 1501.028000] 88044926: cmp/hs r1, r2 [ 1501.028000] 88044928: bf 88044956 [ 1501.028000] ->8804492a: trapa #62 [ 1501.028000] 8804492c: bra 88044958 [ 1501.028000] 8804492e: mov r12, r4 [ 1501.028000] 88044930: mov.l @(16,r11), r3 [ 1501.028000] 88044932: mov.l @(20,r6), r1 [ 1501.028000] 88044934: mov.l @r9, r2 [ 1501.028000] [ 1501.028000] Process: du (pid: 561, stack limit = 8f9d4001) [ 1501.028000] Stack: (0x8f9d5db0 to 0x8f9d6000) [ 1501.028000] 5da0: 000000d0 000000d0 00000000 88044d26 [ 1501.028000] 5dc0: 8f9d5ddc 8f9d5e40 881b0190 8f800900 000000d0 8f5bbc94 00000000 88054f82 [ 1501.028000] 5de0: 8f9d5df4 8f5bbc94 8f9d5e40 8f5bbc94 fffffff4 8804dc58 8f9d5e10 8f9d5eac [ 1501.028000] 5e00: 8f58cf28 8f58ceb8 8f5bbc94 fffffff4 8f9d5e54 8f80cb20 8804f4de 8f9d5e38 [ 1501.028000] 5e20: 8f9cc012 8f9d5e1c 8f58ceb8 00000000 00000001 8f9d5eac 00000000 8f9d5e40 [ 1501.028000] 5e40: 01cb142c 00000004 8f9cc00e 8f9d5e50 8804da88 8f80cb20 8f5bbc94 8804fae2 [ 1501.028000] 5e60: 8f9d5e7c 8f9d5f24 ffffff9c 00000000 8f9cc000 8f9d5eac 00000000 8f80cc20 [ 1501.028000] 5e80: 8f401914 8804fc16 8f9d5e98 8f9cc000 8f9d5eac 00000000 880504f4 8f9d5eac [ 1501.028000] 5ea0: 00000071 8f9cc000 8f9cc000 8f80cb20 8f5bbc94 8f9d5ebc 8f5b888c 88055c40 [ 1501.028000] 5ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7b8319e0 0000416d 00000004 [ 1501.028000] 5ee0: 00000000 00000000 00000003 f00000f0 0004416d 00000000 00000000 00000000 [ 1501.028000] 5f00: 00000400 8804a13c 8f9d5f24 00406088 295da3b8 00000000 00000071 8f9d5f48 [ 1501.028000] 5f20: ffffffea 00000000 8804a228 8804a1c2 8f9d5f40 00000071 00000100 7b8319e0 [ 1501.028000] 5f40: 8804a21c 8f9d5f48 f00000f0 00000000 00000003 0000416d 00000004 00000000 [ 1501.028000] 5f60: 00000000 00000000 00000000 00000000 386d4963 0738cbd7 8f9d5f84 fffffff7 [ 1501.028000] 5f80: 88051d1c 00000000 88007226 8800d5cc 8f9d5f94 88007226 7b8319e0 00000100 [ 1501.028000] 5fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7b8319e0 00489ae8 [ 1501.028000] 5fc0: 00000078 00489bb0 7b831a34 00000000 00481f98 295da3b8 00406088 7b8319e0 [ 1501.028000] 5fe0: 7b8319e0 29592616 0043c92e 00000000 00000000 31639a1f f0000058 00000048 [ 1501.032000] ---[ end trace e0fcf399e5a41b81 ]--- Mem: 6088K used, 121844K free, 0K shrd, 0K buff, 1836K cached CPU: 49% usr 47% sys 0% nic 0% idle 0% io 0% irq 1% sirq Load average: 1.88 1.94 1.36 2/24 562 PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND 201 1 root S 1044 1% 0 5% /sbin/klogd -n 200 1 root S 1044 1% 0 2% /sbin/syslogd -n -m 0 249 199 root R 1052 1% 0 1% top 213 212 root S 1060 1% 0 0% -sh 562 213 root R 1116 1% 0 0% du / 208 207 root S 1060 1% 0 0% -sh 1 0 root S 1060 1% 0 0% init 199 1 root S 1060 1% 0 0% -sh 207 197 root S 1028 1% 0 0% /usr/sbin/dropbear 212 197 root S 1028 1% 0 0% /usr/sbin/dropbear 197 1 root S 972 1% 0 0% /usr/sbin/dropbear 175 1 root S < 628 0% 0 0% /sbin/udevd -d 552 208 root Z 0 0% 0 0% [find] 152 2 root SW< 0 0% 0 0% [rpciod/0] 5 2 root SW< 0 0% 0 0% [khelper] 2 0 root SW< 0 0% 0 0% [kthreadd] 3 2 root SW< 0 0% 0 0% [ksoftirqd/0] 4 2 root SW< 0 0% 0 0% [events/0] 8 2 root SW< 0 0% 0 0% [async/mgr] 54 2 root SW< 0 0% 0 0% [kblockd/0] 81 2 root SW 0 0% 0 0% [pdflush] 82 2 root SW 0 0% 0 0% [pdflush] 83 2 root SW< 0 0% 0 0% [kswapd0] [ 1503.468000] ------------[ cut here ]------------od] [ 1503.468000] kernel BUG at mm/slab.c:2974! [ 1503.468000] Kernel BUG: 003e [#10] [ 1503.468000] [ 1503.468000] Pid : 562, Comm: du [ 1503.468000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1503.468000] [ 1503.468000] PC is at cache_alloc_refill+0xc2/0x39c [ 1503.468000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1503.468000] PC : 8804492a SP : 8f9d3db0 SR : 400080f1 TEA : 00407374 [ 1503.468000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1503.468000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1503.468000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1503.468000] R12 : 0000003c R13 : 00000001 R14 : 8f9d3db0 [ 1503.468000] MACH: 00000147 MACL: ce7473bc GBR : 00000000 PR : 88044d26 [ 1503.468000] [ 1503.468000] Call trace: [ 1503.468000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1503.468000] [<88054f82>] d_alloc+0x1e/0x110 [ 1503.468000] [<8804dc58>] do_lookup+0x80/0x150 [ 1503.468000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1503.468000] [<8800ef54>] __wake_up_common+0x28/0x64 [ 1503.468000] [<8804da88>] path_put+0x24/0x38 [ 1503.468000] [<8804fae2>] path_walk+0x5a/0xcc [ 1503.468000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1503.468000] [<880504f4>] user_path_at+0x40/0x84 [ 1503.468000] [<88055c40>] iput+0x40/0x58 [ 1503.468000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1503.468000] [<8804a228>] sys_newlstat+0x20/0x38 [ 1503.468000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1503.468000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1503.468000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1503.468000] [<88007226>] syscall_call+0xc/0x10 [ 1503.468000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1503.468000] [<88007226>] syscall_call+0xc/0x10 [ 1503.468000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1503.468000] [ 1503.468000] Code: [ 1503.468000] 88044924: mov.l @(28,r11), r1 [ 1503.468000] 88044926: cmp/hs r1, r2 [ 1503.468000] 88044928: bf 88044956 [ 1503.468000] ->8804492a: trapa #62 [ 1503.468000] 8804492c: bra 88044958 [ 1503.468000] 8804492e: mov r12, r4 [ 1503.468000] 88044930: mov.l @(16,r11), r3 [ 1503.468000] 88044932: mov.l @(20,r6), r1 [ 1503.468000] 88044934: mov.l @r9, r2 [ 1503.468000] [ 1503.468000] Process: du (pid: 562, stack limit = 8f9d2001) [ 1503.468000] Stack: (0x8f9d3db0 to 0x8f9d4000) [ 1503.468000] 3da0: 000000d0 000000d0 00000000 88044d26 [ 1503.468000] 3dc0: 8f9d3ddc 8f9d3e40 881b0190 8f800900 000000d0 8f5b7e94 00000000 88054f82 [ 1503.468000] 3de0: 8f9d3df4 8f5b7e94 8f9d3e40 8f5b7e94 fffffff4 8804dc58 8f9d3e10 8f9d3eac [ 1503.468000] 3e00: 8f5c69b8 8f5c6948 8f5b7e94 fffffff4 8f9d3e54 8f80cb20 8804f4de 8f9d3e38 [ 1503.468000] 3e20: 8f9ce014 8f9d3e1c 8f5c6948 00000000 00000001 8f9d3eac 00000000 8800ef54 [ 1503.468000] 3e40: ce7473bc 00000006 8f9ce00e 8f9d3e50 8804da88 8f80cb20 8f5b7e94 8804fae2 [ 1503.468000] 3e60: 8f9d3e7c 8f9d3f24 ffffff9c 00000000 8f9ce000 8f9d3eac 00000000 8f80cc20 [ 1503.468000] 3e80: 8f401914 8804fc16 8f9d3e98 8f9ce000 8f9d3eac 00000000 880504f4 8f9d3eac [ 1503.468000] 3ea0: 00000071 8f9ce000 8f9ce000 8f80cb20 8f5b7e94 8f9d3ebc 8f5c6594 88055c40 [ 1503.468000] 3ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7bc459e0 00008124 00000001 [ 1503.468000] 3ee0: 00000000 00000000 00000003 f0000101 00018124 00000000 00000000 00000000 [ 1503.468000] 3f00: 00000400 8804a13c 8f9d3f24 00406088 295da3b8 00000000 00000071 8f9d3f48 [ 1503.468000] 3f20: ffffffea 00000000 8804a228 8804a1c2 8f9d3f40 00000071 00000100 7bc459e0 [ 1503.468000] 3f40: 8804a21c 8f9d3f48 f0000101 00000000 00000003 8f9d8124 00000001 00000000 [ 1503.468000] 3f60: 00000000 00000000 00000000 00000000 386d4966 126eeb3a 8f9d3f84 fffffff7 [ 1503.468000] 3f80: 88051d1c 00000000 88007226 8800d5cc 8f9d3f94 88007226 7bc459e0 00000100 [ 1503.468000] 3fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00489bb0 7bc459e0 00489ae8 [ 1503.468000] 3fc0: 00000078 00489bb0 7bc45a34 00000000 00481f98 295da3b8 00406088 7bc459e0 [ 1503.468000] 3fe0: 7bc459e0 29592616 0043c92e 00000000 00000000 00000147 ae147c00 00000048 [ 1503.476000] ---[ end trace e0fcf399e5a41b82 ]--- [ 1505.852000] ------------[ cut here ]------------ [ 1505.852000] kernel BUG at mm/slab.c:2974! [ 1505.852000] Kernel BUG: 003e [#11] [ 1505.852000] [ 1505.852000] Pid : 563, Comm: du [ 1505.852000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1505.852000] [ 1505.852000] PC is at cache_alloc_refill+0xc2/0x39c [ 1505.852000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1505.852000] PC : 8804492a SP : 8f9d5db0 SR : 400080f1 TEA : 00407374 [ 1505.852000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : fffffff2 [ 1505.852000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 9e370001 [ 1505.852000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1505.852000] R12 : 0000003c R13 : 00000001 R14 : 8f9d5db0 [ 1505.852000] MACH: 00000147 MACL: 00281968 GBR : 00000000 PR : 88044d26 [ 1505.852000] [ 1505.852000] Call trace: [ 1505.852000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1505.852000] [<88054f82>] d_alloc+0x1e/0x110 [ 1505.852000] [<8804dc58>] do_lookup+0x80/0x150 [ 1505.852000] [<8804f4de>] __link_path_walk+0x7a2/0xbb4 [ 1505.852000] [<8804fae2>] path_walk+0x5a/0xcc [ 1505.852000] [<8804fc16>] do_path_lookup+0x22/0x54 [ 1505.852000] [<880504f4>] user_path_at+0x40/0x84 [ 1505.852000] [<880733e6>] proc_readdir_de+0xe2/0x13c [ 1505.852000] [<8804a13c>] vfs_fstatat+0x28/0x64 [ 1505.852000] [<880757e6>] proc_tgid_net_readdir+0x3e/0x5c [ 1505.852000] [<8804a1c2>] vfs_lstat+0x12/0x20 [ 1505.852000] [<8804a21c>] sys_newlstat+0x14/0x38 [ 1505.852000] [<880523fa>] vfs_readdir+0x62/0x98 [ 1505.852000] [<88052400>] vfs_readdir+0x68/0x98 [ 1505.852000] [<8805250c>] sys_getdents+0x44/0xa4 [ 1505.852000] [<88052544>] sys_getdents+0x7c/0xa4 [ 1505.852000] [<88051d1c>] sys_ioctl+0x0/0x68 [ 1505.852000] [<88007226>] syscall_call+0xc/0x10 [ 1505.852000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1505.852000] [<88007226>] syscall_call+0xc/0x10 [ 1505.852000] [<8804a208>] sys_newlstat+0x0/0x38 [ 1505.852000] [ 1505.852000] Code: [ 1505.852000] 88044924: mov.l @(28,r11), r1 [ 1505.852000] 88044926: cmp/hs r1, r2 [ 1505.852000] 88044928: bf 88044956 [ 1505.852000] ->8804492a: trapa #62 [ 1505.852000] 8804492c: bra 88044958 [ 1505.852000] 8804492e: mov r12, r4 [ 1505.852000] 88044930: mov.l @(16,r11), r3 [ 1505.852000] 88044932: mov.l @(20,r6), r1 [ 1505.852000] 88044934: mov.l @r9, r2 [ 1505.852000] [ 1505.852000] Process: du (pid: 563, stack limit = 8f9d4001) [ 1505.852000] Stack: (0x8f9d5db0 to 0x8f9d6000) [ 1505.852000] 5da0: 000000d0 000000d0 00000000 88044d26 [ 1505.852000] 5dc0: 8f9d5ddc 8f9d5e40 881b0190 8f800900 000000d0 8f582734 00000000 88054f82 [ 1505.852000] 5de0: 8f9d5df4 8f582734 8f9d5e40 8f582734 fffffff4 8804dc58 8f9d5e10 8f9d5eac [ 1505.852000] 5e00: 8f58a528 8f58a4b8 8f582734 fffffff4 8f9d5e54 8f80cb20 8804f4de 8f9d5e38 [ 1505.852000] 5e20: 8f9d0011 8f9d5e1c 8f58a4b8 00000000 00000001 8f9d5eac 00000000 8f9d5e40 [ 1505.852000] 5e40: 00281968 00000003 8f9d000e 8f9d5e44 8f5bddf8 8f80cb20 8f582734 8804fae2 [ 1505.852000] 5e60: 8f9d5e7c 8f9d5f24 ffffff9c 00000000 8f9d0000 8f9d5eac 00000000 8f80cc20 [ 1505.852000] 5e80: 8f401914 8804fc16 8f9d5e98 8f9d0000 8f9d5eac 00000000 880504f4 8f9d5eac [ 1505.852000] 5ea0: 00000071 8f9d0000 8f9d0000 8f80cb20 8f582734 8f9d5ef0 00000000 8f96e7c0 [ 1505.852000] 5ec0: 8f80cc20 8f401914 00000000 00000001 00000000 7bbd89d8 0000416d 00000004 [ 1505.852000] 5ee0: 00000000 00000000 0000000c 8f9d5f78 7bbd87b4 00000018 880733e6 8f9d5f24 [ 1505.852000] 5f00: 8f9d5f78 8804a13c 8f9d5f24 00406088 295da3b8 00000000 00000071 8f9d5f48 [ 1505.852000] 5f20: ffffffea 880757e6 8f9d5f44 8804a1c2 8f9d5f40 00000071 00000100 7bbd89e0 [ 1505.852000] 5f40: 8804a21c 8f9d5f48 880523fa 8f9d5f58 88052400 8f9d5f58 8805250c 8f9d5f78 [ 1505.852000] 5f60: 00406088 7bbd8670 000003d8 8f96e7c0 88052544 8f9d5f78 8f9d5f84 fffffff7 [ 1505.852000] 5f80: 88051d1c 00000000 88007226 8800d5cc 8f9d5f94 88007226 7bbd89e0 00000100 [ 1505.852000] 5fa0: 8804a208 0000006b 00403c70 295db5d4 0000006b 00484560 7bbd89e0 00489ae8 [ 1505.852000] 5fc0: 00000078 00484560 7bbd8a34 00000000 00481f98 295da3b8 00406088 7bbd89e0 [ 1505.852000] 5fe0: 7bbd89e0 29592616 0043c92e 00000000 00000000 00000147 ae147c00 00000048 [ 1505.856000] ---[ end trace e0fcf399e5a41b83 ]--- [ 1505.864000] ------------[ cut here ]------------ [ 1505.864000] kernel BUG at mm/slab.c:2974! [ 1505.864000] Kernel BUG: 003e [#12] [ 1505.864000] [ 1505.864000] Pid : 201, Comm: klogd [ 1505.864000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1505.864000] [ 1505.864000] PC is at cache_alloc_refill+0xc2/0x39c [ 1505.864000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1505.864000] PC : 8804492a SP : 8f965ebc SR : 400080f1 TEA : 29593ec8 [ 1505.864000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : 00000001 [ 1505.864000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 8820085c [ 1505.864000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1505.864000] R12 : 0000003c R13 : 00000001 R14 : 8f965ebc [ 1505.864000] MACH: 00000000 MACL: 0000000a GBR : 00000000 PR : 88044d26 [ 1505.864000] [ 1505.864000] Call trace: [ 1505.864000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1505.864000] [<88054f82>] d_alloc+0x1e/0x110 [ 1505.864000] [<880f4606>] sock_attach_fd+0x36/0xc4 [ 1505.864000] [<880f46c6>] sock_map_fd+0x32/0x80 [ 1505.864000] [<880f4e42>] sys_socket+0x3a/0x6c [ 1505.864000] [<880f4ef8>] sys_socketcall+0x84/0x180 [ 1505.864000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1505.864000] [<88007022>] call_handle_tlbmiss+0xe/0x1a [ 1505.864000] [<88007226>] syscall_call+0xc/0x10 [ 1505.864000] [<880f4e74>] sys_socketcall+0x0/0x180 [ 1505.864000] [ 1505.864000] Code: [ 1505.864000] 88044924: mov.l @(28,r11), r1 [ 1505.864000] 88044926: cmp/hs r1, r2 [ 1505.864000] 88044928: bf 88044956 [ 1505.864000] ->8804492a: trapa #62 [ 1505.864000] 8804492c: bra 88044958 [ 1505.864000] 8804492e: mov r12, r4 [ 1505.864000] 88044930: mov.l @(16,r11), r3 [ 1505.864000] 88044932: mov.l @(20,r6), r1 [ 1505.864000] 88044934: mov.l @r9, r2 [ 1505.864000] [ 1505.864000] Process: klogd (pid: 201, stack limit = 8f964001) [ 1505.864000] Stack: (0x8f965ebc to 0x8f966000) [ 1505.864000] 5ea0: 000000d0 [ 1505.864000] 5ec0: 000000d0 00000000 88044d26 8f965ee8 881b02f0 881b0190 8f800900 000000d0 [ 1505.864000] 5ee0: 00000003 00000000 88054f82 8f965f00 8f401514 8f965f1c 00000003 8f965f0c [ 1505.864000] 5f00: 880f4606 8f965f1c 8f467d00 00000000 8f9a0560 00000003 8f965f0c 00000000 [ 1505.864000] 5f20: 00000000 88191f6c 880f46c6 8f965f48 0000000b 8f467d00 00000000 00000003 [ 1505.864000] 5f40: 00000003 8f965f0c 8f9a0560 880f4e42 8f965f68 295da3b8 00000000 8f965f2c [ 1505.864000] 5f60: 00000000 00000000 8f467d00 880f4ef8 8f965f80 00000071 00000100 00000001 [ 1505.864000] 5f80: 00000001 00000002 00000000 8800d5cc 8f965f94 88007022 88007226 7bbf2778 [ 1505.864000] 5fa0: 880f4e74 00000066 00000000 00000008 00000066 00000001 7bbf2788 00000000 [ 1505.864000] 5fc0: 00000118 295da024 fffffc84 00462b00 00000002 295da3b8 0000000b 7bbf2778 [ 1505.864000] 5fe0: 7bbf2778 29593ede 295be350 00000000 00000000 00000000 0000000a 00000048 [ 1505.868000] ---[ end trace e0fcf399e5a41b84 ]--- [ 1505.876000] ------------[ cut here ]------------ [ 1505.876000] kernel BUG at mm/slab.c:2974! [ 1505.876000] Kernel BUG: 003e [#13] [ 1505.876000] [ 1505.876000] Pid : 1, Comm: init [ 1505.876000] CPU : 0 Tainted: G D (2.6.31-rc9 #9) [ 1505.876000] [ 1505.876000] PC is at cache_alloc_refill+0xc2/0x39c [ 1505.876000] PR is at kmem_cache_alloc+0x52/0xb0 [ 1505.876000] PC : 8804492a SP : 8f819ebc SR : 400080f1 TEA : 29593ec8 [ 1505.876000] R0 : 88044868 R1 : 0000001e R2 : 0000001e R3 : 00000001 [ 1505.876000] R4 : 8f800900 R5 : 8f8028e0 R6 : 8f5ae020 R7 : 8820085c [ 1505.876000] R8 : 8f8028e8 R9 : 8f809000 R10 : 8f8028f0 R11 : 8f800900 [ 1505.876000] R12 : 0000003c R13 : 00000001 R14 : 8f819ebc [ 1505.876000] MACH: 00000001 MACL: 00000840 GBR : 00000000 PR : 88044d26 [ 1505.876000] [ 1505.876000] Call trace: [ 1505.876000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1505.876000] [<88054f82>] d_alloc+0x1e/0x110 [ 1505.876000] [<880f4606>] sock_attach_fd+0x36/0xc4 [ 1505.876000] [<880f46c6>] sock_map_fd+0x32/0x80 [ 1505.876000] [<880f4e42>] sys_socket+0x3a/0x6c [ 1505.876000] [<880f4ef8>] sys_socketcall+0x84/0x180 [ 1505.876000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1505.876000] [<88007022>] call_handle_tlbmiss+0xe/0x1a [ 1505.876000] [<88007226>] syscall_call+0xc/0x10 [ 1505.876000] [<880f4e74>] sys_socketcall+0x0/0x180 [ 1505.876000] [ 1505.876000] Code: [ 1505.876000] 88044924: mov.l @(28,r11), r1 [ 1505.876000] 88044926: cmp/hs r1, r2 [ 1505.876000] 88044928: bf 88044956 [ 1505.876000] ->8804492a: trapa #62 [ 1505.876000] 8804492c: bra 88044958 [ 1505.876000] 8804492e: mov r12, r4 [ 1505.876000] 88044930: mov.l @(16,r11), r3 [ 1505.876000] 88044932: mov.l @(20,r6), r1 [ 1505.876000] 88044934: mov.l @r9, r2 [ 1505.876000] [ 1505.876000] Process: init (pid: 1, stack limit = 8f818001) [ 1505.876000] Stack: (0x8f819ebc to 0x8f81a000) [ 1505.876000] 9ea0: 000000d0 [ 1505.876000] 9ec0: 000000d0 00000000 88044d26 8f819ee8 881b02f0 881b0190 8f800900 000000d0 [ 1505.876000] 9ee0: 00000003 00000000 88054f82 8f819f00 8f401514 8f819f1c 00000003 8f819f0c [ 1505.876000] 9f00: 880f4606 8f819f1c 8f4678e0 00000000 8f9a0b60 00000003 8f819f0c 00000000 [ 1505.876000] 9f20: 00000000 88191f6c 880f46c6 8f819f48 00000019 8f4678e0 00000000 00000003 [ 1505.876000] 9f40: 00000003 8f819f0c 8f9a0b60 880f4e42 8f819f68 295da3b8 00000000 8f819f2c [ 1505.876000] 9f60: 00000000 00000000 8f4678e0 880f4ef8 8f819f80 00000071 00000100 00000001 [ 1505.876000] 9f80: 00000001 00000002 00000000 8800d5cc 8f819f94 88007022 88007226 7bdab66c [ 1505.876000] 9fa0: 880f4e74 00000066 00000000 00000008 00000066 00000001 7bdab67c 00000000 [ 1505.876000] 9fc0: 00000118 295da024 fffffc84 00469a14 00000002 295da3b8 00000019 7bdab66c [ 1505.876000] 9fe0: 7bdab66c 29593ede 295be350 00000000 00000000 00000001 33333334 00000048 [ 1505.880000] ---[ end trace e0fcf399e5a41b85 ]--- [ 1505.892000] Kernel panic - not syncing: Attempted to kill init! [ 1505.896000] Stack: (0x8f819da8 to 0x8f81a000) [ 1505.900000] 9da0: 88153b4e 8f819db8 8f817b40 8818d524 88153ba4 8f819dc0 [ 1505.916000] 9dc0: 8f819de4 88015358 8f819df0 00000001 0000003c 8f817b40 0000000b 8f817b40 [ 1505.932000] 9de0: 000000bc 8f817b38 00000001 8f819dc8 00000001 00000001 0000003e 8818c164 [ 1505.952000] 9e00: 8f819e00 8f819e00 88006312 8f819e28 00000001 0000003c 0000003e 8818c164 [ 1505.968000] 9e20: 8f819e60 88153c60 88005e82 8f819e40 8f800900 8f819eb8 8f819e60 8804492a [ 1505.984000] 9e40: 88005eec 8f819e50 8f819e60 8f819ea0 880071c6 8f819ebc 0000007f 88005e9c [ 1506.004000] 9e60: 88044868 0000001e 0000001e 00000001 8f800900 8f8028e0 8f5ae020 8820085c [ 1506.020000] 9e80: 8f8028e8 8f809000 8f8028f0 8f800900 0000003c 00000001 8f819ebc 8f819ebc [ 1506.036000] 9ea0: 8804492a 88044d26 400080f1 00000000 00000001 00000840 000000f8 000000d0 [ 1506.052000] 9ec0: 000000d0 00000000 88044d26 8f819ee8 881b02f0 881b0190 8f800900 000000d0 [ 1506.072000] 9ee0: 00000003 00000000 88054f82 8f819f00 8f401514 8f819f1c 00000003 8f819f0c [ 1506.088000] 9f00: 880f4606 8f819f1c 8f4678e0 00000000 8f9a0b60 00000003 8f819f0c 00000000 [ 1506.104000] 9f20: 00000000 88191f6c 880f46c6 8f819f48 00000019 8f4678e0 00000000 00000003 [ 1506.124000] 9f40: 00000003 8f819f0c 8f9a0b60 880f4e42 8f819f68 295da3b8 00000000 8f819f2c [ 1506.140000] 9f60: 00000000 00000000 8f4678e0 880f4ef8 8f819f80 00000071 00000100 00000001 [ 1506.156000] 9f80: 00000001 00000002 00000000 8800d5cc 8f819f94 88007022 88007226 7bdab66c [ 1506.172000] 9fa0: 880f4e74 00000066 00000000 00000008 00000066 00000001 7bdab67c 00000000 [ 1506.192000] 9fc0: 00000118 295da024 fffffc84 00469a14 00000002 295da3b8 00000019 7bdab66c [ 1506.208000] 9fe0: 7bdab66c 29593ede 295be350 00008000 00000000 00000001 33333334 00000048 [ 1506.224000] [ 1506.224000] Call trace: [ 1506.228000] [<88153b4e>] dump_stack+0xe/0x1c [ 1506.232000] [<88153ba4>] panic+0x48/0x104 [ 1506.236000] [<88015358>] do_exit+0x40/0x4bc [ 1506.240000] [<88006312>] die+0xda/0x140 [ 1506.244000] [<88153c60>] printk+0x0/0x30 [ 1506.248000] [<88005e82>] handle_BUG+0x5e/0x78 [ 1506.252000] [<8804492a>] cache_alloc_refill+0xc2/0x39c [ 1506.256000] [<88005eec>] bug_trap_handler+0x50/0x84 [ 1506.260000] [<880071c6>] debug_trap+0xe/0x18 [ 1506.264000] [<88005e9c>] bug_trap_handler+0x0/0x84 [ 1506.268000] [<88044868>] cache_alloc_refill+0x0/0x39c [ 1506.272000] [<8804492a>] cache_alloc_refill+0xc2/0x39c [ 1506.276000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1506.280000] [<88044d26>] kmem_cache_alloc+0x52/0xb0 [ 1506.284000] [<88054f82>] d_alloc+0x1e/0x110 [ 1506.288000] [<880f4606>] sock_attach_fd+0x36/0xc4 [ 1506.292000] [<880f46c6>] sock_map_fd+0x32/0x80 [ 1506.296000] [<880f4e42>] sys_socket+0x3a/0x6c [ 1506.300000] [<880f4ef8>] sys_socketcall+0x84/0x180 [ 1506.304000] [<8800d5cc>] handle_tlbmiss+0xac/0x110 [ 1506.308000] [<88007022>] call_handle_tlbmiss+0xe/0x1a [ 1506.312000] [<88007226>] syscall_call+0xc/0x10 [ 1506.316000] [<880f4e74>] sys_socketcall+0x0/0x180 [ 1506.320000] -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html