On Monday 25 August 2008 08:09:52 am vasanth raonaik wrote: > Hello Hackers, > > I am facing with this Issue. Though netstat -a does show some output but the > error is consistently seen. Does any one has some pointers to the cause and > fix for the same.
Some parts of netstat still use direct kvm access to read kernel variables instead of sysctls for live kernels. If it tries to walk a linked list while the list is being changed, then it can end up following a free'd pointer and get this error. Is the system doing something like adding and deleting lots of psuedo-interfaces, addresses, etc.? -- John Baldwin _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"