Aapo Rantalainen wrote:
> I did fresh ubuntu 8.10 install (amd64). My only network connection was 
> pci-wlan and it didn't work. (No wpa/wep. Open and visible essid.) 
> Networkmanager used memory more and more, until it used 1.9G (of 2G, no 
> swap). Then system kills it automatically and wlan starts to work. 
> Wlan works with ubuntu 8.04 out-of-box.
>
> Network controller: Texas Instruments ACX 100 22Mbps Wireless Interface
> driver=acx_pci
>
>   

please run NM under a valgrind with memcheck option on ... e.g.

first disable slice mem managemtn (for readability)

export G_SLICE=always-*malloc

*then run:

sudo valgrind NetworkManager --no-daemon 2>&1  | tee
/tmp/NM.valgrind.txt

... once you see NM leaking memory substantially, please hit Ctrl-C and
provide the memleaks found by valgrind (e.g. aattacht that
NM.valgrindg.txt file)

-- 
memory leak in Network Manager Intrepid
https://bugs.launchpad.net/bugs/291074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to