Date: Wed, 04 Aug 1999 15:18:40 -0700 From: jayanth <jayanth@yahoo-inc.com> To: hackers@FreeBSD.ORG Subject: memory leak in the routing table ? Message-ID: <37A8BC40.4FAC08A8@yahoo-inc.com>
next in thread | raw e-mail | index | archive | help
Were there any issues related to a memory leak in the routing table ? I am running freebsd-stable. After a few days vmstat -m shows the memory used by routing table to be very high and log messages "arpresolve: cant allocate llinfo for a.b.c.d" "arplookup a.b.c.d failed could not allocate llinfo" , keep repeating for every ip address that requires an arp entry to be created. I turned on "route -v monitor" and started getting the following messages "RTM_MISS: Lookup failed on this address" for most addresses. "netstat -arn" revealed routes that had a refcnt 0 zero but were not being freed. However, I think the UP flag was on for each of the routes. The machine was rebooted. It seems there is a memory leak in the routing table. thanks Jayanth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37A8BC40.4FAC08A8>