[Olsr-users] 0.5.6 Routes disappear after 4 mins of uptime, then all OK - suspect clock sync
Hannes Gredler
(spam-protected)
Tue Sep 2 22:42:34 CEST 2008
On Tue, Sep 02, 2008 at 11:30:57AM -0400, Eric Malkowski wrote:
| Bernd-
|
| Thanks for the info. I've seen the jiffies overflow approach on
| buildroot setups I've used in the past to weed out timer overflow
| problems early on.
| I'm familiar w/ the -ERRNO stuff in kernel system call handling too --
| it's interesting to see times() getting sort of "tainted" by kernel
| system call handling into returning -1 while it winds through the
| ERRNOs. It causes the coma in olsr until timers start to appear fired
| in olsr's code and it keeps going. At least it's a short outage for
| people that might run into this w/o a fix -- however I'm running w/ a
| 100 hz tick and at 5ms configured tick rate if my math is right I'll get
| the same problem at about 4 minutes of uptime and then again after 248
| days of additional uptime. People running 1000 hz will have it every 24
| days etc. -- actually the numbers should be doubled since it's treated
| like an unsigned and it's only tainted by kernel syscall when close to
| zero -- so every 496 days for me and 48 for 1000hz setups.
|
| I like the sane_times() snippet.
looks like we need to extend the timer infra to work internally using
64-bit timers plus a frontend olsr_times() that takes care of all sort of
overflow issues.
| So this is great -- I'd be happy to test any proposed fixes to the
| handful of times() calls -- I've got a setup that will make such testing
| easy.
|
| Thanks again both Bernd and Hannes -- are you guys regular developers
| for olsr? I'll go have a peek at the devel mailing list.
as time permits - both bernd and myself have a day job that is
pretty time-consuming. we try to tackle things one-by-one with
no fixed ETA.
| It's amazing how quick a problem can be squashed w/ opensource.
as bernd has pointed out - this is mostly a matter of good bug reports :-)
/hannes
More information about the Olsr-users
mailing list