Announcement

Collapse
No announcement yet.

Warning in Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Warning in Kernel

    Hello,

    I recently upgraded my desktop to Xorg7.2 + Compiz. I enable AIGLX and Composite (I must say this, cube is really cool), after playing around with the system, I notice this warning message from the kernel:

    Code:
    WARNING: at mm/slab.c:777 __find_general_cachep()
     [<c014e8e6>] __kmalloc+0x40/0xb4
     [<f96083dc>] os_alloc_mem+0x5e/0xa3 [nvidia]
     [<f9381c62>] _nv002768rm+0x16/0x2c [nvidia]
     [<f93679c6>] _nv002011rm+0x202/0x384 [nvidia]
     [<f938a0e4>] rm_set_interrupts+0x140/0x158 [nvidia]
     [<f9360ee9>] _nv003626rm+0x81/0xb8 [nvidia]
     [<f938c7ad>] _nv001996rm+0x3d/0x770 [nvidia]
     [<f938cab3>] _nv001996rm+0x343/0x770 [nvidia]
     [<f938a3cc>] rm_ioctl+0x1c/0x24 [nvidia]
     [<c01efcad>] copy_from_user+0x23/0x4f
     [<f96053a9>] nv_kern_ioctl+0x2f3/0x364 [nvidia]
     [<f960544f>] nv_kern_unlocked_ioctl+0x18/0x1d [nvidia]
     [<f9605437>] nv_kern_unlocked_ioctl+0x0/0x1d [nvidia]
     [<c015a7c1>] do_ioctl+0x21/0x9f
     [<c012987f>] hrtimer_interrupt+0x172/0x19a
     [<c015aa6d>] vfs_ioctl+0x22e/0x240
     [<c01efea0>] copy_to_user+0x25/0x39
     [<c015aab2>] sys_ioctl+0x33/0x4d
     [<c0102514>] syscall_call+0x7/0xb
    Anyone encountered this before? So far, I don't feel my system is being affected by this. However, I just want to be sure...

    Anyway, I am using Pentium D 2.6GHz + 1G ram. Distro: Slackware (using latest current tree). Kernel: 2.6.22-rc4

    $> grep NVIDIA /var/log/Xorg.0.log
    Code:
    (II) Module glx: vendor="NVIDIA Corporation"
    (II) Module nvidia: vendor="NVIDIA Corporation"
    (II) NVIDIA dlloader X Driver  1.0-9639  Mon Apr 16 20:21:54 PDT 2007
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (--) Chipset NVIDIA GPU found
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
    (**) NVIDIA(0): Option "DamageEvents" "On"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.18.20.40.00
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 4000 at PCI:1:0:0:
    (--) NVIDIA(0):     Philips 190CW (CRT-0)
    (--) NVIDIA(0): Philips 190CW (CRT-0): 350.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "1440x900"
    (II) NVIDIA(0):     "1024x768"
    (II) NVIDIA(0):     "800x600"
    (II) NVIDIA(0):     "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (--) NVIDIA(0): DPI set to (91, 91); computed from "UseEdidDpi" X config
    (--) NVIDIA(0):     option
    (II) NVIDIA(0): Setting mode "1440x900"
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
Working...
X