Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Does this mean anything?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Techno_Mage
n00b
n00b


Joined: 04 Mar 2004
Posts: 66

PostPosted: Thu Apr 22, 2004 4:53 am    Post subject: Does this mean anything? Reply with quote

Looking over some logs today and I saw this...

Code:
Apr 21 22:50:00 hyperion CRON[18489]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Apr 21 22:50:58 hyperion Debug: sleeping function called from invalid context at mm/page_alloc.c:557
Apr 21 22:50:58 hyperion in_atomic():1, irqs_disabled():0
Apr 21 22:50:58 hyperion Call Trace:
Apr 21 22:50:58 hyperion [<c011e7f4>] __might_sleep+0xab/0xc9
Apr 21 22:50:58 hyperion [<c0140a73>] __alloc_pages+0x346/0x34b
Apr 21 22:50:58 hyperion [<c01196b0>] pte_alloc_one+0x1b/0x53
Apr 21 22:50:58 hyperion [<c014937e>] pte_alloc_map+0x4c/0x10f
Apr 21 22:50:58 hyperion [<c014a7cf>] remap_page_range+0xec/0x217
Apr 21 22:50:58 hyperion [<e0a77bea>] nv_kern_ioctl+0x51b/0x52c [nvidia]
Apr 21 22:50:58 hyperion [<e0a7757b>] nv_kern_mmap+0x36c/0x3c3 [nvidia]
Apr 21 22:50:58 hyperion [<c014d165>] do_mmap_pgoff+0x326/0x6ba
Apr 21 22:50:58 hyperion [<c014e098>] do_brk+0x13e/0x21c
Apr 21 22:50:58 hyperion [<c010e329>] sys_mmap2+0x9f/0xd5
Apr 21 22:50:58 hyperion [<c010747f>] syscall_call+0x7/0xb
Apr 21 22:50:58 hyperion
Apr 21 22:51:00 hyperion CRON[18502]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )


Does that mean anything?

Thanks,
TechnoMage
Back to top
View user's profile Send private message
Plastic
l33t
l33t


Joined: 24 Mar 2004
Posts: 649

PostPosted: Thu Apr 22, 2004 4:59 am    Post subject: Reply with quote

There was apparently an error (possibly a bug in the kernel code). While unsettling, if your system kept running, it probably doesn't mean anything. It's just something that you don't want to see every day (if you do, it might be a good time to upgrade your kernel :wink: )
Back to top
View user's profile Send private message
Techno_Mage
n00b
n00b


Joined: 04 Mar 2004
Posts: 66

PostPosted: Thu Apr 22, 2004 5:04 am    Post subject: Reply with quote

It seems to be happening at regular intervals...

22:16:48
22:22:03
22:36:13
22:43:53
22:50:58

seems to correspond to when my screen saver kicks in...

I dont notice any bad behavior, system seems stable... Monitor doesnt shut off like it used to when using WinXP...

running 2.6.5 gentoo r1 kernel

TechnoMage
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Jul 12, 2004 11:58 am    Post subject: Reply with quote

What about this? In the ck4 kernel (and other 2.6.x's, too) when thjis message showed up i always noticed an application crash and after a few minutes the system hangs... Maybe it's not serious (in ck5 i've got slightly different kernel conf. & it works), but it seemes there's still a bug in page_alloc.

Jul 12 12:35:02 kernel BUG at mm/page_alloc.c:560!
Jul 12 12:35:02 invalid operand: 0000 [#2]
Jul 12 12:35:02 CPU: 0
Jul 12 12:35:02 EIP: 0060:[<c0129f2b>] Not tainted
Jul 12 12:35:02 EFLAGS: 00010202 (2.6.7-ck5)
Jul 12 12:35:02 EIP is at buffered_rmqueue+0xfb/0x170
Jul 12 12:35:02 eax: 00000001 ebx: c02d7240 ecx: 00000000 edx: 000052ea
Jul 12 12:35:02 esi: c02d731c edi: 00000246 ebp: c10a5d40 esp: c15fbe18
Jul 12 12:35:02 ds: 007b es: 007b ss: 0068
Jul 12 12:35:02 Process python (pid: 27336, threadinfo=c15fa000 task=c1584cb0)
Jul 12 12:35:02 Stack: c02d7240 c10a5d40 00000001 c02d732c c02d7240 00000010 00000001 c02d75cc
Jul 12 12:35:02 c012a04a c02d7240 00000000 000000d2 c2e98d44 c2e98d44 c100d0a0 00000001
Jul 12 12:35:02 00000001 c1584cb0 00000010 00000000 000000d2 c0138b5a 00000000 00000000
Jul 12 12:35:02 Call Trace:
Jul 12 12:35:02 [<c012a04a>] __alloc_pages+0xaa/0x360
Jul 12 12:35:02 [<c0138b5a>] page_add_anon_rmap+0xa/0xf0
Jul 12 12:35:02 [<c0134504>] do_anonymous_page+0x74/0x160
Jul 12 12:35:02 [<c0134653>] do_no_page+0x63/0x2d0
Jul 12 12:35:02 [<c0134aca>] handle_mm_fault+0xfa/0x170
Jul 12 12:35:02 [<c010e87c>] do_page_fault+0x12c/0x549
Jul 12 12:35:02 [<c01370f8>] do_brk+0x158/0x220
Jul 12 12:35:02 [<c01356cd>] sys_brk+0xfd/0x130
Jul 12 12:35:02 [<c010e750>] do_page_fault+0x0/0x549
Jul 12 12:35:02 [<c01040f9>] error_code+0x2d/0x38
Jul 12 12:35:02
Jul 12 12:35:02 Code: 0f 0b 30 02 91 99 2a c0 e9 7c ff ff ff 9c 5f fa 8b 4c 24 28
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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