Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel bug in mm/vmscan.c whenever swap is heavily used
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ewg
n00b
n00b


Joined: 02 Aug 2005
Posts: 28

PostPosted: Sun Aug 07, 2005 11:29 am    Post subject: kernel bug in mm/vmscan.c whenever swap is heavily used Reply with quote

Hi all,

I have problems with system hangs and seemingly random program abortions. As I concluded from the logs appended below, the problem is probably related to kernel swap handling. The system comes up fine and idles around nicely, but as soon as I actually start using it, I have only a few minutes until it either hangs completely, or programs terminate abruptly with segmentation faults.
As a workaround, I have disabled swap completely. Since then (24h), the system runs stable (under full load, intentionally). Does anybody have an idea what I can do to make swapping work stable?

My system is a Shuttle SN25P barebone with nForce4ultra chipset, Athlon64 3500+ with 1Gb ram, a 2Gb swap partition on a 300Gb sata drive, running kernel 2.6.12-gentoo-r6. Just in case, here is the output of 'emerge --info'.
Code:

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0, 2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3500+
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-march=k8 -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://pandemonium.tiscali.de/pub/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LC_ALL="de_DE.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib acpi alsa audiofile avi bash-completion berkdb bitmap-fonts bonobo bzip2 cdparanoia cdr cjk crypt cups curl doc dvd dvdr dvdread eds encode examples exif fam ffmpeg flac foomaticdb fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml ieee1394 imagemagick imap imlib ipv6 java jpeg junit ldap libwww lm_sensors lzw lzw-tiff mad motif mp3 mpeg ncurses nls ogg oggvorbis opengl pam pdflib perl png python quicktime readline ruby sdl slang spell ssl svg tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb userlocales vcd vorbis wmf xine xml xml2 xmms xpm xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


Here are the snippets from /var/log/kern.log leading to the last crash before I turned off swap. I was just playing around with some programs while an scp was running, then everything went black...

Code:

Aug  6 14:21:44 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:21:44 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:21:44 styx invalid operand: 0000 [1]
Aug  6 14:21:44 styx CPU 0
Aug  6 14:21:44 styx Modules linked in:
Aug  6 14:21:44 styx Pid: 194, comm: kswapd0 Not tainted 2.6.12-gentoo-r6
Aug  6 14:21:44 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:21:44 styx RSP: 0018:ffff81003fcd9b70  EFLAGS: 00010046
Aug  6 14:21:44 styx RAX: 0000000000000000 RBX: 0000000000000004 RCX: ffff81003fcd9bc0
Aug  6 14:21:44 styx RDX: ffff810001522e80 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:21:44 styx RBP: ffff81003fcd9d28 R08: ffff810001522e80 R09: 0000000000000005
Aug  6 14:21:44 styx R10: ffff81003fcd9d18 R11: 0000000000000004 R12: ffffffff803ff500
Aug  6 14:21:44 styx R13: ffff81003fcd9e38 R14: 0000000000000000 R15: ffff81003fcd9d18
Aug  6 14:21:44 styx FS:  00002aaaaba10300(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:21:44 styx CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
Aug  6 14:21:44 styx CR2: 00002aaab0094000 CR3: 0000000022e81000 CR4: 00000000000006e0
Aug  6 14:21:44 styx Process kswapd0 (pid: 194, threadinfo ffff81003fcd8000, task ffff81003fcb4750)
Aug  6 14:21:44 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:21:44 styx 0000000100000000 ffff8100247d1510 0000002000000000 0000002000000000
Aug  6 14:21:44 styx 0000000000000009 0000000000000004
Aug  6 14:21:44 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff801580e7>{balance_pgdat+599}
Aug  6 14:21:44 styx <ffffffff80158387>{kswapd+295} <ffffffff80142f90>{autoremove_wake_function+0}
Aug  6 14:21:44 styx <ffffffff80142f90>{autoremove_wake_function+0} <ffffffff8010e133>{child_rip+8}
Aug  6 14:21:44 styx <ffffffff80158260>{kswapd+0} <ffffffff8010e12b>{child_rip+0}
Aug  6 14:21:44 styx
Aug  6 14:21:44 styx
Aug  6 14:21:44 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:21:44 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff81003fcd9b70>
Aug  6 14:21:44 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:21:44 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:21:44 styx invalid operand: 0000 [2]
Aug  6 14:21:44 styx CPU 0
Aug  6 14:21:44 styx Modules linked in:
Aug  6 14:21:44 styx Pid: 6197, comm: ssh Not tainted 2.6.12-gentoo-r6
Aug  6 14:21:44 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:21:44 styx RSP: 0018:ffff810022db1a00  EFLAGS: 00010046
Aug  6 14:21:44 styx RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffff810022db1a50
Aug  6 14:21:44 styx RDX: ffff810022db1ba8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:21:44 styx RBP: ffffffff803ff940 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:21:44 styx R10: ffff810022db1ba8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:21:44 styx R13: ffff810022db1cc8 R14: ffff810022db1d68 R15: ffff810022db1ba8
Aug  6 14:21:44 styx FS:  00002aaaaba10300(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:21:44 styx CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug  6 14:21:44 styx CR2: 00002aaab0094000 CR3: 0000000022e81000 CR4: 00000000000006e0
Aug  6 14:21:44 styx Process ssh (pid: 6197, threadinfo ffff810022db0000, task ffff810029256a10)
Aug  6 14:21:44 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:21:44 styx ffff81001bdec86c ffff810022db1b78 0000000000000292 0000002000000292
Aug  6 14:21:44 styx 0000000000000009 0000000000000000
Aug  6 14:21:44 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff8037f369>{packet_rcv_spkt+585}
Aug  6 14:21:44 styx <ffffffff80326f1d>{cbq_dequeue+781} <ffffffff8031c968>{qdisc_restart+40}
Aug  6 14:21:44 styx <ffffffff803100d5>{dev_queue_xmit+517} <ffffffff8034488d>{ip_finish_output+445}
Aug  6 14:21:44 styx <ffffffff80344df6>{ip_queue_xmit+1254} <ffffffff801f2342>{copy_user_generic_c+8}
Aug  6 14:21:44 styx <ffffffff8030c727>{memcpy_toiovec+55} <ffffffff8030cc8f>{skb_copy_datagram_iovec+79}
Aug  6 14:21:44 styx <ffffffff80157d87>{try_to_free_pages+311} <ffffffff801517a5>{__alloc_pages+533}
Aug  6 14:21:44 styx <ffffffff8015193f>{__get_free_pages+31} <ffffffff8017c82a>{__pollwait+74}
Aug  6 14:21:44 styx <ffffffff80348833>{tcp_poll+35} <ffffffff8017cb85>{do_select+693}
Aug  6 14:21:44 styx <ffffffff8017c7e0>{__pollwait+0} <ffffffff8017cfcf>{sys_select+735}
Aug  6 14:21:44 styx <ffffffff8010d6b6>{system_call+126}
Aug  6 14:21:44 styx
Aug  6 14:21:44 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:21:44 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff810022db1a00>
Aug  6 14:21:45 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:21:45 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:21:45 styx invalid operand: 0000 [3]
Aug  6 14:21:45 styx CPU 0
Aug  6 14:21:45 styx Modules linked in:
Aug  6 14:21:45 styx Pid: 5765, comm: gkrellm2 Not tainted 2.6.12-gentoo-r6
Aug  6 14:21:45 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:21:45 styx RSP: 0018:ffff810036f01b00  EFLAGS: 00010046
Aug  6 14:21:45 styx RAX: 0000000000000000 RBX: 0000000000000004 RCX: ffff810036f01b50
Aug  6 14:21:45 styx RDX: ffff810036f01ca8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:21:45 styx RBP: ffff810036f01cb8 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:21:45 styx R10: ffff810036f01ca8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:21:45 styx R13: ffff810036f01dc8 R14: 0000000000000000 R15: ffff810036f01ca8
Aug  6 14:21:45 styx FS:  00002aaaad7e9960(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:21:45 styx CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug  6 14:21:45 styx CR2: 00002aaab0294000 CR3: 0000000036f50000 CR4: 00000000000006e0
Aug  6 14:21:45 styx Process gkrellm2 (pid: 5765, threadinfo ffff810036f00000, task ffff810034208810)
Aug  6 14:21:45 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:21:45 styx ffff810036f01bf8 ffff810036f01b38 000000000000006c 00000020803a5f68
Aug  6 14:21:45 styx 0000000000000009 0000000000000004
Aug  6 14:21:45 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff8012beb3>{recalc_task_prio+323}
Aug  6 14:21:45 styx <ffffffff8012c99e>{__wake_up_common+62} <ffffffff8030a9dc>{alloc_skb+108}
Aug  6 14:21:45 styx <ffffffff801978d0>{proc_alloc_inode+64} <ffffffff80182d32>{iget_locked+210}
Aug  6 14:21:45 styx <ffffffff801430e8>{wake_up_bit+24} <ffffffff801979b9>{proc_get_inode+121}
Aug  6 14:21:45 styx <ffffffff80157d87>{try_to_free_pages+311} <ffffffff801517a5>{__alloc_pages+533}
Aug  6 14:21:45 styx <ffffffff8015193f>{__get_free_pages+31} <ffffffff8019a146>{proc_file_read+70}
Aug  6 14:21:45 styx <ffffffff8016a6f5>{vfs_read+197} <ffffffff8016aa63>{sys_read+83}
Aug  6 14:21:45 styx <ffffffff8010d6b6>{system_call+126}
Aug  6 14:21:45 styx
Aug  6 14:21:45 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:21:45 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff810036f01b00>
Aug  6 14:21:45 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:21:45 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:21:45 styx invalid operand: 0000 [4]
Aug  6 14:21:45 styx CPU 0
Aug  6 14:21:45 styx Modules linked in:
Aug  6 14:21:45 styx Pid: 5761, comm: xfce4-panel Not tainted 2.6.12-gentoo-r6
Aug  6 14:21:45 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:21:45 styx RSP: 0018:ffff810037a61b00  EFLAGS: 00010046
Aug  6 14:21:45 styx RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffff810037a61b50
Aug  6 14:21:45 styx RDX: ffff810037a61ca8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:21:45 styx RBP: ffffffff803ff940 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:21:45 styx R10: ffff810037a61ca8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:21:45 styx R13: ffff810037a61dc8 R14: ffff810037a61e68 R15: ffff810037a61ca8
Aug  6 14:21:45 styx FS:  00002aaaada0e620(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:21:45 styx CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug  6 14:21:45 styx CR2: 00002aaab0294000 CR3: 0000000037c19000 CR4: 00000000000006e0
Aug  6 14:21:45 styx Process xfce4-panel (pid: 5761, threadinfo ffff810037a60000, task ffff81003d442db0)
Aug  6 14:21:45 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:21:45 styx 0000000100000286 ffff8100247d1510 000000208037c0e1 0000002000000000
Aug  6 14:21:45 styx 0000000000000009 0000000000000000
Aug  6 14:21:45 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff8012beb3>{recalc_task_prio+323}
Aug  6 14:21:45 styx <ffffffff8012c99e>{__wake_up_common+62} <ffffffff8037c0e1>{unix_write_space+49}
Aug  6 14:21:45 styx <ffffffff8037e49b>{unix_stream_recvmsg+1003} <ffffffff80306806>{sock_aio_read+278}
Aug  6 14:21:45 styx <ffffffff80157d87>{try_to_free_pages+311} <ffffffff80381294>{thread_return+0}
Aug  6 14:21:45 styx <ffffffff801517a5>{__alloc_pages+533} <ffffffff8015193f>{__get_free_pages+31}
Aug  6 14:21:45 styx <ffffffff8017c82a>{__pollwait+74} <ffffffff8037e7d3>{unix_poll+35}
Aug  6 14:21:45 styx <ffffffff8017d329>{sys_poll+489} <ffffffff8017c7e0>{__pollwait+0}
Aug  6 14:21:45 styx <ffffffff8017c19d>{sys_ioctl+77} <ffffffff8010d6b6>{system_call+126}
Aug  6 14:21:45 styx
Aug  6 14:21:45 styx
Aug  6 14:21:45 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:21:45 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff810037a61b00>
Aug  6 14:22:10 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:22:10 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:22:10 styx invalid operand: 0000 [5]
Aug  6 14:22:10 styx CPU 0
Aug  6 14:22:10 styx Modules linked in:
Aug  6 14:22:10 styx Pid: 6483, comm: scp Not tainted 2.6.12-gentoo-r6
Aug  6 14:22:10 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:22:10 styx RSP: 0018:ffff8100102c9650  EFLAGS: 00010046
Aug  6 14:22:10 styx RAX: 0000000000000000 RBX: 0000000000000004 RCX: ffff8100102c96a0
Aug  6 14:22:10 styx RDX: ffff8100102c97f8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:22:10 styx RBP: ffff8100102c9808 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:22:10 styx R10: ffff8100102c97f8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:22:10 styx R13: ffff8100102c9918 R14: 0000000000000000 R15: ffff8100102c97f8
Aug  6 14:22:10 styx FS:  00002aaaaba102e0(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:22:10 styx CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug  6 14:22:10 styx CR2: 00002aaaaaac0dd9 CR3: 0000000006dbb000 CR4: 00000000000006e0
Aug  6 14:22:10 styx Process scp (pid: 6483, threadinfo ffff8100102c8000, task ffff81002a82a9d0)
Aug  6 14:22:10 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:22:10 styx 0000000000000046 ffffffff8049fa40 0000000000000046 000000208049fb50
Aug  6 14:22:10 styx 000000000000000a 0000000000000004
Aug  6 14:22:10 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff8026a5a8>{ide_dma_start+40}
Aug  6 14:22:10 styx <ffffffff8026c389>{ide_do_rw_disk+1113} <ffffffff80262f7d>{ide_do_request+1613}
Aug  6 14:22:10 styx <ffffffff80381294>{thread_return+0} <ffffffff8016ba20>{sync_buffer+0}
Aug  6 14:22:10 styx <ffffffff80157d87>{try_to_free_pages+311} <ffffffff801517a5>{__alloc_pages+533}
Aug  6 14:22:10 styx <ffffffff8015443b>{cache_alloc_refill+587} <ffffffff8015409b>{kmem_cache_alloc+43}
Aug  6 14:22:10 styx <ffffffff8016d541>{alloc_buffer_head+17} <ffffffff8016db27>{alloc_page_buffers+39}
Aug  6 14:22:10 styx <ffffffff8016dbc6>{create_empty_buffers+22} <ffffffff8016e38b>{__block_prepare_write+187}
Aug  6 14:22:10 styx <ffffffff801a6860>{ext3_get_block+0} <ffffffff8016e6ba>{block_prepare_write+26}
Aug  6 14:22:10 styx <ffffffff801a48e5>{ext3_prepare_write+149} <ffffffff8014ec47>{generic_file_buffered_write+583}
Aug  6 14:22:10 styx <ffffffff8013439f>{current_fs_time+79} <ffffffff8018298e>{inode_update_time+62}
Aug  6 14:22:10 styx <ffffffff8014f578>{__generic_file_aio_write_nolock+968}
Aug  6 14:22:10 styx <ffffffff80151482>{buffered_rmqueue+562} <ffffffff8010c196>{__switch_to+518}
Aug  6 14:22:10 styx <ffffffff80381294>{thread_return+0} <ffffffff8014f62e>{generic_file_aio_write+126}
Aug  6 14:22:10 styx <ffffffff801a30b3>{ext3_file_write+35} <ffffffff8016a85d>{do_sync_write+173}
Aug  6 14:22:10 styx <ffffffff80175ba7>{pipe_readv+807} <ffffffff80142f90>{autoremove_wake_function+0}
Aug  6 14:22:10 styx <ffffffff8016a958>{vfs_write+200} <ffffffff8016aaf3>{sys_write+83}
Aug  6 14:22:10 styx <ffffffff8010d6b6>{system_call+126}
Aug  6 14:22:10 styx
Aug  6 14:22:10 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:22:10 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff8100102c9650>
Aug  6 14:22:10 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:22:10 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:22:10 styx invalid operand: 0000 [6]
Aug  6 14:22:10 styx CPU 0
Aug  6 14:22:10 styx Modules linked in:
Aug  6 14:22:10 styx Pid: 6490, comm: bash Not tainted 2.6.12-gentoo-r6
Aug  6 14:22:10 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:22:10 styx RSP: 0018:ffff810037b81720  EFLAGS: 00010046
Aug  6 14:22:10 styx RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffff810037b81770
Aug  6 14:22:10 styx RDX: ffff810037b818c8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:22:10 styx RBP: ffffffff803ff980 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:22:10 styx R10: ffff810037b818c8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:22:10 styx R13: ffff810037b819e8 R14: ffff810037b81a88 R15: ffff810037b818c8
Aug  6 14:22:10 styx FS:  00002aaaaaee6e40(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:22:10 styx CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug  6 14:22:10 styx CR2: 00000000005b3708 CR3: 0000000037ed8000 CR4: 00000000000006e0
Aug  6 14:22:10 styx Process bash (pid: 6490, threadinfo ffff810037b80000, task ffff81002a82a9d0)
Aug  6 14:22:10 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:22:10 styx 6168732f7273752f 736e6f63692f6572 6f6c6f6369682f2f 0000002036312f72
Aug  6 14:22:10 styx 000000000000000a 0000000000000000
Aug  6 14:22:10 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff80157d87>{try_to_free_pages+311}
Aug  6 14:22:10 styx <ffffffff801517a5>{__alloc_pages+533} <ffffffff801536bc>{__do_page_cache_readahead+172}
Aug  6 14:22:10 styx <ffffffff801539ed>{blockable_page_cache_readahead+109}
Aug  6 14:22:10 styx <ffffffff80153c35>{page_cache_readahead+293} <ffffffff8014d939>{do_generic_mapping_read+361}
Aug  6 14:22:10 styx <ffffffff80178074>{__link_path_walk+3044} <ffffffff8014dc80>{file_read_actor+0}
Aug  6 14:22:10 styx <ffffffff8014fc48>{__generic_file_aio_read+424} <ffffffff8014fe51>{generic_file_aio_read+49}
Aug  6 14:22:10 styx <ffffffff8016a5fd>{do_sync_read+173} <ffffffff80142f90>{autoremove_wake_function+0}
Aug  6 14:22:10 styx <ffffffff8016a6f5>{vfs_read+197} <ffffffff80174111>{kernel_read+65}
Aug  6 14:22:10 styx <ffffffff80174f92>{do_execve+290} <ffffffff8010d6b6>{system_call+126}
Aug  6 14:22:10 styx <ffffffff8010c204>{sys_execve+68} <ffffffff8010dad6>{stub_execve+106}
Aug  6 14:22:10 styx
Aug  6 14:22:10 styx
Aug  6 14:22:10 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:22:10 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff810037b81720>
Aug  6 14:22:10 styx ----------- [cut here ] --------- [please bite here ] ---------
Aug  6 14:22:10 styx Kernel BUG at "mm/vmscan.c":577
Aug  6 14:22:10 styx invalid operand: 0000 [7]
Aug  6 14:22:10 styx CPU 0
Aug  6 14:22:10 styx Modules linked in:
Aug  6 14:22:10 styx Pid: 6484, comm: ssh Not tainted 2.6.12-gentoo-r6
Aug  6 14:22:10 styx RIP: 0010:[<ffffffff80156dcf>] <ffffffff80156dcf>{isolate_lru_pages+63}
Aug  6 14:22:10 styx RSP: 0018:ffff8100383e1a00  EFLAGS: 00010046
Aug  6 14:22:10 styx RAX: 0000000000000000 RBX: 0000000000000004 RCX: ffff8100383e1a50
Aug  6 14:22:10 styx RDX: ffff8100383e1ba8 RSI: ffffffff803ff690 RDI: 0000000000000020
Aug  6 14:22:10 styx RBP: ffff8100383e1bb8 R08: ffff810001522e80 R09: 0000000000000001
Aug  6 14:22:10 styx R10: ffff8100383e1ba8 R11: 0000000000000000 R12: ffffffff803ff500
Aug  6 14:22:10 styx R13: ffff8100383e1cc8 R14: 0000000000000000 R15: ffff8100383e1ba8
Aug  6 14:22:10 styx FS:  00002aaaaba10300(0000) GS:ffffffff804d1480(0000) knlGS:0000000000000000
Aug  6 14:22:10 styx CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug  6 14:22:10 styx CR2: 00000000005b3708 CR3: 00000000383b6000 CR4: 00000000000006e0
Aug  6 14:22:10 styx Process ssh (pid: 6484, threadinfo ffff8100383e0000, task ffff81003a6da950)
Aug  6 14:22:10 styx Stack: ffffffff80157426 ffffffff803ff680 ffffffff803ff680 ffffffff803ff690
Aug  6 14:22:10 styx ffff810039d7186c ffff8100383e1b78 0000000000000292 0000002000000292
Aug  6 14:22:10 styx 000000000000000a 0000000000000004
Aug  6 14:22:10 styx Call Trace:<ffffffff80157426>{shrink_zone+1494} <ffffffff80327190>{cbq_dequeue+1408}
Aug  6 14:22:10 styx <ffffffff8031c968>{qdisc_restart+40} <ffffffff803100d5>{dev_queue_xmit+517}
Aug  6 14:22:10 styx <ffffffff8034488d>{ip_finish_output+445} <ffffffff80344df6>{ip_queue_xmit+1254}
Aug  6 14:22:10 styx <ffffffff80157d87>{try_to_free_pages+311} <ffffffff801517a5>{__alloc_pages+533}
Aug  6 14:22:10 styx <ffffffff8015193f>{__get_free_pages+31} <ffffffff8017c82a>{__pollwait+74}
Aug  6 14:22:10 styx <ffffffff80348833>{tcp_poll+35} <ffffffff8017cb85>{do_select+693}
Aug  6 14:22:10 styx <ffffffff8017c7e0>{__pollwait+0} <ffffffff8017cfcf>{sys_select+735}
Aug  6 14:22:10 styx <ffffffff8010d6b6>{system_call+126}
Aug  6 14:22:10 styx
Aug  6 14:22:10 styx Code: 0f 0b fa 28 3a 80 ff ff ff ff 41 02 49 8b 50 08 49 8b 00 48
Aug  6 14:22:10 styx RIP <ffffffff80156dcf>{isolate_lru_pages+63} RSP <ffff8100383e1a00>


Thanks for any help,
Eckhart
Back to top
View user's profile Send private message
syg00
l33t
l33t


Joined: 23 Aug 2004
Posts: 907
Location: Brisbane, AUS

PostPosted: Sun Aug 07, 2005 12:02 pm    Post subject: Reply with quote

Seems some-one has had something similar with 2.6.10-gentoo-r6; http://bugzilla.kernel.org/show_bug.cgi?id=4413
You might want to open a bug to give them this info as well.
Back to top
View user's profile Send private message
JDHarris
n00b
n00b


Joined: 24 Oct 2004
Posts: 45

PostPosted: Wed Aug 31, 2005 11:26 pm    Post subject: Reply with quote

I have the same issue. It always seemed to be a random lockup, I couldn't figure out any reason behind it. Then today I was watching my memory usage, and as soon as the memory got filled with caches and whatnot, boom. That was it. I managed to capture the kernel output from a serial console and I have almost the exact same message as the guy above. I'm also using kernel 2.6.12-gentoo-r6 on an Athlon64 machine with 2GB of RAM and SATA hard drives. The swap is on a SATA drive.
_________________
Athlon 64 3500+
2 GB of RAM
2 74GB Raptors RAID 0
nVidia GeForce 6800 GT 256 MB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum