Re: Memory leak in net80211 on FBSD 6.0

2005-12-01 Thread Nate Nielsen
Sam Leffler wrote: > I believe the attached change plugs the leak. I gave it a shot, and the problem is still there. I've checked to make sure this is in fact the right kernel: > # strings /boot/kernel/kernel | grep ieee80211_init_neighbor > ieee80211_init_neighbor Is there further information

Re: Memory leak in net80211 on FBSD 6.0

2005-11-30 Thread Olivier Warin
Hi, Maybee this can be fixed & commited to -CURRENT + FreeBSD6 directly ? Regards, /Olivier Le 30 nov. 05 à 16:38, Nate Nielsen a écrit : Sam Leffler wrote: Nate Nielsen wrote: I've put debugging code in node_alloc() and node_free() (in net80211/ieee80211_node.c) and c

Re: Memory leak in net80211 on FBSD 6.0

2005-11-30 Thread Nate Nielsen
Sam Leffler wrote: > Nate Nielsen wrote: >> I've put debugging code in node_alloc() and node_free() (in >> net80211/ieee80211_node.c) and can confirm that thousands of >> ieee80211_node structures are being allocated, at a cost of 1K a piece. >> >> I'll continue to look into this (stumbling about),

Re: Memory leak in net80211 on FBSD 6.0

2005-11-29 Thread Sam Leffler
Nate Nielsen wrote: Nate Nielsen wrote: I'm experiencing a memory leak in the net80211 code. I have two atheros 5213-A cards on two embedded systems running FreeBSD 6.0. They are setup as IBSS (adhoc) stations. After roughly 15 seconds of ~14Mbps TCP traffic (single stream) I promptly run out o

Re: Memory leak in net80211 on FBSD 6.0

2005-11-29 Thread Nate Nielsen
Nate Nielsen wrote: > I'm experiencing a memory leak in the net80211 code. I have two atheros > 5213-A cards on two embedded systems running FreeBSD 6.0. They are setup > as IBSS (adhoc) stations. After roughly 15 seconds of ~14Mbps TCP > traffic (single stream) I promptly run out of memory: > >>l