> Michal Vanco wrote: >> >> I see this problem running 2.6.11 on dual AMD64: >> >> Running quagga routing daemon (ospf+bgp) and issuing "netstat -rn |wc >> -l" command >> while quagga tries to load more than 154000 routes from its bgp >> neighbours causes this trap: This patch should fix it. The crash is caused by stale pointers, the pointers in fib_iter_state are not reloaded after seq->stop() followed by seq->start(pos > 0).