IPv6 issues timer warning - bk tree

IPv6 issues timer warning - bk tree

Post by Kevin Brosiu » Sat, 09 Nov 2002 07:10:05



During boot I see the attached timer warning message with latest bk
tree.

--
Kevin

[ bk_timer_warn 1K ]
Nov  7 23:50:07 sea kernel: IPv6 v0.8 for NET4.0
Nov  7 23:50:07 sea kernel: Uninitialised timer!
Nov  7 23:50:07 sea kernel: This is just a warning.  Your computer is OK
Nov  7 23:50:07 sea kernel: function=0xe09ebc40, data=0xd65acea0
Nov  7 23:50:07 sea kernel: Call Trace:
Nov  7 23:50:07 sea kernel:  [<c012af9d>] check_timer_failed+0x6d/0x70
Nov  7 23:50:07 sea kernel:  [<e09ebc40>] igmp6_timer_handler+0x0/0x70 [ipv6]
Nov  7 23:50:07 sea kernel:  [<c012b2fb>] del_timer+0x1b/0x90
Nov  7 23:50:07 sea kernel:  [<e09eba51>] igmp6_join_group+0xa1/0x170 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09ea9b8>] igmp6_group_added+0xa8/0x110 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09eacfc>] ipv6_dev_mc_inc+0x1cc/0x300 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d6cca>] addrconf_join_solict+0x4a/0x50 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d871c>] addrconf_dad_start+0x1c/0x1c0 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d6075>] ipv6_add_addr+0x235/0x280 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09ffda0>] inet6addr_chain+0x0/0x20 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d7eb1>] addrconf_add_linklocal+0x41/0x70 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d7f83>] addrconf_dev_config+0xa3/0xd0 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d9b3d>] addrconf_init+0xcd/0xf0 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09f7995>] .rodata.str1.1+0xb01/0xb2c [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d30c0>] init_module+0x280/0x310 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09f6ef8>] .rodata.str1.1+0x64/0xb2c [ipv6]
Nov  7 23:50:07 sea kernel:  [<c012304f>] sys_init_module+0x4ef/0x640
Nov  7 23:50:07 sea kernel:  [<e09d2060>] inet6_sock_destruct+0x0/0x20 [ipv6]
Nov  7 23:50:07 sea kernel:  [<e09d2060>] inet6_sock_destruct+0x0/0x20 [ipv6]
Nov  7 23:50:07 sea kernel:  [<c010b373>] syscall_call+0x7/0xb
Nov  7 23:50:07 sea kernel:
Nov  7 23:50:07 sea kernel: IPv6 over IPv4 tunneling driver

 
 
 

IPv6 issues timer warning - bk tree

Post by John Levo » Sat, 09 Nov 2002 19:40:12



> During boot I see the attached timer warning message with latest bk
> tree.

A patch for igmp6 has already been posted to lkml (by Dipankar)

john

--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
        - Calvin Trillin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. Strange load issues with 2.5.69/70 in both -mm and -bk trees.

I'm looking for help in identifying what might be causing some very
strange issues I have recently noticed with my Dell laptop running
recent 2.5.69/70 kernels.

The symptoms are a little strange, at least to me, but I'll try to
describe them as short and completely as possible.  Basically, I first
noticed an issue when I was testing a demo version of Crossover Plugin
with some web sites using heavy Shockwave content.  This first noticable
symptom was that, any sound event that corresponded with screen updates
would pop and crackle.  At first I thought it was a problem with my
sound card, but as I being to look at the issue I noticed that the
problem seemed to be caused by the fact that the pluginserver (wine) was
using 100% of the CPU.  I simply reniced this process to -10 and
everything started working fine.  Upon looking a little further it
seemed that the kernel was dynamically boosting the priority of the
process much higher than it probably should be, in the end, not leaving
enough CPU for playing the sounds without skipping.

After doing some other research I found several other programs that
cause what appear to be the same basic symptoms.  For example, viewing a
PDF file from withing Mozilla using the Acrobat plugin causes my X
server (don't know what X) to get a boost and suddenly it takes 100% of
the CPU.

VMware 4 also seems to cause a similar problem, where lots of processes
get boosts leaving very little left for simple things like the
occasional sound.

Would these issues be explained by the scheduler starvation issues that
others have seen?  I thought those had been mostly fixed.

I'm not 100% sure, but I don't remember seeing these problems with
2.5.68-mm2, but I have since tried 2.5.69-mm4 and today 2.5.70-mm3 as
well as 2.5.70 and they both have this same symptom.

Booting the system into 2.4.20 makes all of these symptoms go away.

It doesn't seem reasonable that I should have to play with nice values
and priorities to get things running right.  Is there anything I should
look at tuning?  Other things I may be doing wrong?

I've tried with preemption both enabled and disabled with no effect.

Any help or suggestions would be greatly appreciated.  Overall this
system still works well, and none of these issues keep the system from
being usable.  Overall performance on my laptop is much smoother and
snappier than anything I have seen with 2.4.x, but having to play with
nice levels to get these programs cooperating seems wrong as they're
pretty basic functionality.

Later,
Tom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. Hardware....

3. IPv6: Refine IPv6 Address Validation Timer

4. Shiva and PPP

5. IPv6: Fix for Refine IPv6 Address Validation Timer

6. port?

7. Allow aic7xx firmware to be built from BK tree.

8. ANNOUNCE: Enhanced Server Side Scripting on Linux

9. Nightly regression runs against current bk tree

10. cvsps support for parsing BK->CVS kernel tree logs

11. BK tree of yesterday crashes in agp_via_probe() on boot

12. fbdev BK tree ready for testing.

13. Linus BK tree crashes with PANIC: INIT: segmentation violation