nm-applet leaks memory

Bug #780602 reported by Harm van Bakel
532
This bug affects 162 people
Affects Status Importance Assigned to Milestone
OEM Priority Project
Fix Released
High
James M. Leddy
Precise
Fix Released
High
James M. Leddy
Quantal
Fix Released
High
James M. Leddy
network-manager-applet (Ubuntu)
Fix Released
High
Mathieu Trudel-Lapierre
Nominated for Raring by James M. Leddy
Nominated for Saucy by James M. Leddy
Precise
Fix Released
High
Mathieu Trudel-Lapierre
Quantal
Fix Released
High
Mathieu Trudel-Lapierre

Bug Description

The nm-applet embedded in the task bar becomes indeterminestically unresponsive. Clicking on the applet will still show the popup menu, but none of the menu entries respond to mouse clicks. When this happens, the "VPN connections" and "Other networks" menus also show up completely empty (only a small menu stub is displayed).

It is uncertain what causes this behavior. It was originally thought that the cause was memory leaks in nm-applet: nm-applet leaks memory in a fresh install of Natty, increasing to over 200 Mb in 6-8 hours. However, fixes for the memory leaks failed to resolve the occurrence of the anomalous behavior described above.

dbus-monitor shows errors such as the following when clicking a menu item or attempting to access a submenu:
error sender=:1.14 -> dest=:1.67 error_name=org.gtk.GDBus.UnmappedGError.Quark._LIBDBUSMENU_2dGLIB.Code0 reply_serial=107705
   string "The IDs supplied '[80846]' do not refer to any menu items we have"

The errors are returned by bus_event_group or bus_about_to_show_group in libdbusmenu-glib/server.c.

--

Stable Release Update Application:

[Impact]
This issue affects most and any users of nm-applet, especially in environments (such as offices) where the detected wireless networks change a lot, and where roaming can occur frequently.

[Test Case]
Run nm-applet for multiple hours:
 - Observe that the VPN Connections submenu still opens and lists connections (if VPN connections are configured)
 - Observe that the "More networks" submenu for additional detected wireless networks still opens and lists networks.

A common failure case is where such a submenu will open but show an empty list (a piece of menu a few milimeters long).

[Regression Potential]
Minimal, the fixes have been available for a while in the development release (and in other recent releases) with no regressions; furthermore, this corrects "obviously" wrong memory handling without changing the effective behavior of the application.
Possible issues could be introducing new memory leaks with the changes however, and although the risk is minimal, this could cause the same failure behavior as listed above under [Test Case].

--

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: network-manager-gnome 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic-pae 2.6.38.4
Uname: Linux 2.6.38-9-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory
Date: Tue May 10 11:53:09 2011
EcryptfsInUse: Yes
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110413)
IpRoute:
 192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.12 metric 1
 169.254.0.0/16 dev eth0 scope link metric 1000
 default via 192.168.2.1 dev eth0 proto static
Keyfiles: Error: [Errno 2] No such file or directory
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)

Related branches

Revision history for this message
Harm van Bakel (hvbakel) wrote :
Revision history for this message
Bartosz Fenski (fenio) wrote :

I don't use any VPNs nor other networks, simply Wifi networks and this is what I got after 9 days of uptime:

fenio 1827 0.0 32.2 968800 633852 ? SLl May01 5:32 nm-applet --sm-disable

633MBs of RAM.

And on my girlfriend's laptop after 4 days 158MB.
sylwia 1602 0.0 15.6 321632 158792 ? Sl May06 3:14 nm-applet --sm-disable

It's quite obvious that there has to be some huge memory leak somewhere.

regards
fEnIo

Revision history for this message
Harm van Bakel (hvbakel) wrote :

Definitely seems linked to WiFi network polling since it occurs even when I'm not connected to any wireless network and the memory leak and problems dissappear when I disable the wireless network card alltogether. The rate of the memory leak seems to increase with the number of wireless networks in the neighborhood.

Revision history for this message
JKL (jkl102001) wrote :

I am working on this. I have found 4 separate bugs so far. There are more however. Note the first bug listed below was closed, but the problem was not fixed. It needs to be reopened by someone who has the authority. I can neither reopen old bugs nor can I actually commit anything. I hope someone on the Ubuntu end will help.

https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/724554

https://bugs.launchpad.net/libappindicator/+bug/784327

https://bugs.launchpad.net/ubuntu/+source/libgnome-keyring/+bug/784369

https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/784711

All I am doing is running nm-applet under valgrind and reading code. Activating and deactivating my wireless radio seems to reliably push memory usage up. The problem is of course sifting through all the garbage from gtk in the logs. If anyone has an up-to-date suppressions file it would be useful. The official one over on gnome live seems to be a dead link.

Revision history for this message
Harm van Bakel (hvbakel) wrote :

@JKL: Thanks for looking into this, much appreciated. If I might offer a suggestion, if you are able to patch some of these bugs and upload a modified version of the applet in a ppa, I would be more than happy help to test it out.

Revision history for this message
JKL (jkl102001) wrote :

Here is another bug.

https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/784756

I'll let everyone know if I publish any updated packages. I'm hoping an actual package maintainer will step in here at some point however.

A workaround for now is to kill nm-applet and restart it. You could do this first thing in the morning every day maybe. When you restart it, do

nm-applet --sm-disable

You can just do this using your own user account. Root privileges are not needed. Alternatively, I think logging out and logging back in should restart the applet.

Revision history for this message
JKL (jkl102001) wrote :
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

An actual package maintainer steps in here regularly ;)

JKL, thanks for looking into this, I'll review the attached patches or fix the code (or you can continue to provide patches, I'll happily include them).

Changed in network-manager-applet (Ubuntu):
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
JKL (jkl102001) wrote :

Here is the seventh. This one is in dbusmenu.

https://bugs.launchpad.net/dbusmenu/+bug/784808

Revision history for this message
JKL (jkl102001) wrote :

Number eight. This is debusmenu again, and the problem is similar to the previous one.

https://bugs.launchpad.net/dbusmenu/+bug/784873

Revision history for this message
JKL (jkl102001) wrote :
Revision history for this message
JKL (jkl102001) wrote :

So far the leaks identified in the bugs I filed above are relatively small, and they don't account for the massive leaks I am seeing. Each time I disable and then re-enable the wireless using hotkeys, it causes nm-applet to consume between 300K and 500K of additional memory. The memory grows at a regular rate even if I do nothing, and in just a few minutes it jumped another MB or so.

The leak identified in log entry below is on the right order of magnitude, but I cannot tell where the leak actually is.

==10301== 111,377 (5,520 direct, 105,857 indirect) bytes in 138 blocks are definitely lost in loss record 9,321 of 9,326
==10301== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
==10301== by 0x8F62A62: g_malloc (gmem.c:164)
==10301== by 0x8F79666: g_slice_alloc (gslice.c:842)
==10301== by 0x8F97A09: g_variant_alloc (gvariant-core.c:475)
==10301== by 0x8F97B0C: g_variant_new_from_children (gvariant-core.c:560)
==10301== by 0x8F9532D: g_variant_builder_end (gvariant.c:3260)
==10301== by 0x6D1D9A7: parse_value_from_blob (gdbusmessage.c:1447)
==10301== by 0x6D1DABE: parse_value_from_blob (gdbusmessage.c:1431)
==10301== by 0x6D1F0BD: g_dbus_message_new_from_blob (gdbusmessage.c:1781)
==10301== by 0x6D27FF4: _g_dbus_worker_do_read_cb (gdbusprivate.c:737)
==10301== by 0x6CD6D48: complete_in_idle_cb (gsimpleasyncresult.c:757)
==10301== by 0x8F5BBCC: g_main_context_dispatch (gmain.c:2440)
==10301== by 0x8F5C3A7: g_main_context_iterate.clone.6 (gmain.c:3091)
==10301== by 0x8F5C9F1: g_main_loop_run (gmain.c:3299)
==10301== by 0x6D26C43: gdbus_shared_thread_func (gdbusprivate.c:276)
==10301== by 0x8F833E3: g_thread_create_proxy (gthread.c:1897)
==10301== by 0x86A3D8B: start_thread (pthread_create.c:304)
==10301== by 0x92EE04C: clone (clone.S:112)

This thread is started when a g_dbus_worker is created.

http://git.gnome.org/browse/glib/tree/gio/gdbusprivate.c

For some reason dbus messages (message bodies in particular) are not getting cleaned up properly.

I checked Fedora 15, and this problem does not happen there. So the problem must be in the Ubuntu-specific modifications to nm-applet (appindicator, etc.).

Revision history for this message
JKL (jkl102001) wrote :

The core problem is definitely in appindicator or something appindicator depends on. I wrote a small test program that updates an appindicator menu once a second, similar to what nm-applet does.

It exhibits the same leak in the dbus message system that I posted above.

Revision history for this message
JKL (jkl102001) wrote :

Got it. The bug is all the way down in glib.

https://bugzilla.gnome.org/show_bug.cgi?id=629684

Patch submitted.

Revision history for this message
JKL (jkl102001) wrote :

Number eleven.

==10301== 144 bytes in 9 blocks are definitely lost in loss record 8,163 of 9,326
==10301== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
==10301== by 0x8F62A62: g_malloc (gmem.c:164)
==10301== by 0x8F79666: g_slice_alloc (gslice.c:842)
==10301== by 0x8F7A992: g_slist_append (gslist.c:254)
==10301== by 0x65862CA: dbus_g_connection_register_g_object (in /usr/lib/libdbus-glib-1.so.2.1.0)
==10301== by 0x527094B: nm_settings_service_export_connection (nm-settings-service.c:241)
==10301== by 0x4463EA: internal_add_connection (nma-gconf-settings.c:113)
==10301== by 0x4465D6: read_connections (nma-gconf-settings.c:244)
==10301== by 0x44665E: list_connections (nma-gconf-settings.c:270)
==10301== by 0x52701D1: impl_settings_list_connections (nm-settings-service.c:107)
==10301== by 0x526FEBB: dbus_glib_marshal_nm_settings_BOOLEAN__POINTER_POINTER (nm-settings-glue.h:97)
==10301== by 0x6584C4C: ??? (in /usr/lib/libdbus-glib-1.so.2.1.0)
==10301== by 0x8475A00: _dbus_object_tree_dispatch_and_unlock (dbus-object-tree.c:858)
==10301== by 0x8467B0F: dbus_connection_dispatch (dbus-connection.c:4688)
==10301== by 0x6582654: ??? (in /usr/lib/libdbus-glib-1.so.2.1.0)
==10301== by 0x8F5BBCC: g_main_context_dispatch (gmain.c:2440)
==10301== by 0x8F5C3A7: g_main_context_iterate.clone.6 (gmain.c:3091)
==10301== by 0x8F5C9F1: g_main_loop_run (gmain.c:3299)
==10301== by 0x416D77: main (main.c:101)

It looks like this one is covered in one of these two upstream bugs already filed.

https://bugs.freedesktop.org/show_bug.cgi?id=36793
https://bugs.freedesktop.org/show_bug.cgi?id=36811

Revision history for this message
JKL (jkl102001) wrote :

My analysis was mistaken in comments 12-14, which discussed a leak I was thinking of as number ten. The remote bug watch for glib should be removed. I tried, but I got this:

Oops!

Sorry, something just went wrong in Launchpad.

We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience.

(Error ID: OOPS-1968AR579)

Revision history for this message
JKL (jkl102001) wrote :
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Thanks for all the work in analysing the valgrind logs and figuring out the issues.

I'm marking this Triaged, since it's pretty clear what needs to be done (thanks to all the bug reports), and High given the relatively high impact across at least the indicator apps.

After going through the bugs filed; I think we're left to three that need to be Triaged and the patches written or reviewed:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/787736
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/784890
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/784327

Aside from that, dbus-glib 0.94 may need to be investigated, or at least backporting the patches from the 0.94 branch onto 0.92 which we currently have in Oneiric.

Changed in network-manager-applet (Ubuntu):
status: Confirmed → Triaged
importance: Medium → High
Revision history for this message
JKL (jkl102001) wrote :

Bug 784890 (the reference leaks in g_variant_get_child in particular) is what is causing the large leak I described in comment 12. The tricky part is that there are two different threads involved, so it was hard to track down the cause.

I patched all of these issues locally for purposes of testing, so that valgrind no longer reports any "definitely lost" errors, but I still see increasing memory use in nm-applet. The memory growth is on the order of 1MB per day under normal use, and I still see memory use increase by about 200KB when I disable then re-enable the wireless radio.

I can think of three possible reasons for this:

1. There are memory leaks in reachable memory. Improperly cleaned-up circular references could cause this.

2. Internal data structures such as hash tables grow in size over time.

3. Glibc isn't returning free memory back to the OS, perhaps due to memory fragmentation.

Revision history for this message
demilord (demilord) wrote :

Damn , isnt it better ubuntu moves to a other program like indicator-network..
Its been there for more then a year and still not solved the leaks...

Revision history for this message
Jeremy (jeremybmerrill) wrote :

I have the same bug.

Not sure what other info would be helpful...

After 16 hours:
~$ ps aux | grep nm-applet
<username> 15089 0.1 7.7 279724 160220 ? SLl Jun30 1:59 nm-applet
<username> 19538 0.0 0.0 4156 848 pts/2 S+ 13:41 0:00 grep nm-applet

I'm running pidstat, and interestingly, memory use was climbing steadily (>1mb/10min) at home with a WPA-encrypted connection but climbing more slowly not that I'm on a WEP-encrypted connection.

I'm happy to help provide info if anyone needs it (I'm subscribed); this bug has been seriously interfering with my use of Ubuntu, since it will use up so much memory that it starts using swap and I either have to kill the power or wait 30 minutes for to get enough control to kill nm-applet...

Revision history for this message
Martin Spacek (mspacek) wrote :

I just marked bug #748661 as a duplicate of this one. I hope this is the right place to complain about the "More networks" and "VPN" menus being just empty stubs. I've posted a couple of screenshots in the aforementioned bug.

Revision history for this message
Martin Spacek (mspacek) wrote :

I suspect bug #779754 is a duplicate of this as well.

Revision history for this message
JazZ (misterj-home) wrote :

I confirm this bug. nm-applet takes somethins like 300Mo after 3 days without shuting down the computer. This leak additioned with e-calendar-factory leak is a bit too much !

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Marking as a duplicate of bug 779754.

Revision history for this message
Martin Spacek (mspacek) wrote :

I've been living with this bug for nearly a year. Luckily, I have 16GB of RAM, but I still need to restart nm-applet every few days when the more networks and VPN submenus stop working (which correlates very well to extreme memory usage).

Are there no patches that can be combined/backported to finally fix this in Natty? Are there any new insights from Precise in Bug #930491 that might apply to Natty? Does anyone have a PPA I can try?

Revision history for this message
Martin Spacek (mspacek) wrote :

Also, maybe

Revision history for this message
Martin Spacek (mspacek) wrote :

Oops. Also, maybe this should be marked as a duplicate of Bug #684599 ? That one's a fair bit older, and has a lot more activity on it.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop CD of the development release - Precise Pangolin. It would help us greatly if you could test with it so we can work on getting it fixed in the next release of Ubuntu. You can find out more about the development release at http://www.ubuntu.com/testing/ . Thanks again and we appreciate your help.

Changed in network-manager-applet (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Martin Spacek (mspacek) wrote :

I tried live usb booting into Precise amd64 a few days before final release, left it running overnight while bittorrenting. Didn't notice much of an increase in memory usage in nm-applet, maybe 10% at most, which is far far better than what I'm seeing in natty. Also, I never encountered the little menu stub that's common in Natty after a long enough time. So things have obviously improved. The version in Precise (0.9.4.1 ish) is a fair bit newer than the one in Natty (0.8.4 ish). Again, any chance some patch(es) might get backported? This really is a security issue, in a networking component no loess, and Natty is supposed to remain supported until October 2012.

Changed in network-manager-applet (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Paul Dwerryhouse (paul-dwerryhouse) wrote :

This bug also affects Precise; I encounter it regularly, with the same symptoms as described above - the icon remains, but becomes unresponsive. The only way to fix it is to kill nm-applet and restart it.

Revision history for this message
Christopher Townsend (townsend) wrote :

We are also seeing this again in Precise. It was gone in Oneiric, so it seems there has been a memory leak regression introduced.

Changed in oem-priority:
importance: Undecided → High
Revision history for this message
Christopher Townsend (townsend) wrote :

I should also note that this is being seen with network-manager-applet package version 0.9.4.1-0ubuntu2 in Precise.

Revision history for this message
Howard Chu (hyc) wrote :

Just echoing comment #33. My nm-applet was over *1.3GB* after only 7 days of uptime.

Very Unhappy Camper here.

tags: added: regression-release rls-q-incomming
Revision history for this message
James M. Leddy (jm-leddy) wrote :

I'm not seeing this bug. After 2 days of uptime, nm-applet is only using 16M for RSS. Would someone who is experiencing the issue please give more context on how to reproduce?

Changed in oem-priority:
status: New → Incomplete
Revision history for this message
Tom Fredrik Blenning Klaussen (bfg-dev) wrote :

I haven't been able to verify this, but in my hunch is on unstable networking. Eg. connection is torn down and reestablished often.

I'm in an apartment building with countless networks in the proximity, which causes the connection to be reestablished quite frequently.

Revision history for this message
James M. Leddy (jm-leddy) wrote :

I'm seeing the original bug, where you can't select from the new list of networks. However, it doesn't seem to be a memory leak, since nm is only at 1% of my systems memory right now.

Changed in oem-priority:
assignee: nobody → James M. Leddy (jm-leddy)
Revision history for this message
Marlon Nelson (marlon-nelson) wrote : Re: [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

i still have this problem, which i use the following alias to work around it

# alias renm='killall nm-applet ; nm-applet &'

a PITA but it gets me through the day

the problem exists on 2 of my computers which use WiFi. the other computer
is hooked directly to my router via an ethernet cable and i don't recall
seeing the problem on it

i also live in an apartment with many networks... 25 at the moment

is there a way to detect & count how many times the connection is torn down
and reestablished during the day?

On Mon, Aug 20, 2012 at 2:51 PM, Tom Fredrik Blenning Klaussen <
<email address hidden>> wrote:

> I haven't been able to verify this, but in my hunch is on unstable
> networking. Eg. connection is torn down and reestablished often.
>
> I'm in an apartment building with countless networks in the proximity,
> which causes the connection to be reestablished quite frequently.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/780602
>
> Title:
> nm-applet leaks memory and stops functioning after a while
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions
>

--
-eom-

Revision history for this message
Tom Fredrik Blenning Klaussen (bfg-dev) wrote : Re: nm-applet leaks memory and stops functioning after a while

I suppose I can have a go at running nm-applet in valgrind. I'll try to get around to it in a few days.

Revision history for this message
Tom Fredrik Blenning Klaussen (bfg-dev) wrote :

Second thought, the binaries are probably stripped and without debug-symbols. Is there an easy way to get the correct binaries with symbols?

Changed in oem-priority:
status: Incomplete → Confirmed
Changed in network-manager-applet (Ubuntu):
status: Confirmed → Fix Released
Changed in network-manager-applet (Ubuntu Precise):
importance: Undecided → High
Changed in network-manager-applet (Ubuntu Quantal):
importance: Undecided → High
Changed in network-manager-applet (Ubuntu Precise):
status: New → In Progress
Changed in network-manager-applet (Ubuntu Quantal):
status: New → Incomplete
description: updated
Changed in appmenu-gtk (Ubuntu):
status: New → Fix Released
Changed in appmenu-gtk (Ubuntu Quantal):
status: New → In Progress
importance: Undecided → Medium
Changed in appmenu-gtk (Ubuntu Precise):
importance: Undecided → Medium
Changed in appmenu-gtk (Ubuntu Quantal):
status: In Progress → Fix Released
Changed in appmenu-gtk (Ubuntu Precise):
status: New → In Progress
no longer affects: appmenu-gtk (Ubuntu)
no longer affects: appmenu-gtk (Ubuntu Precise)
no longer affects: appmenu-gtk (Ubuntu Quantal)
Changed in network-manager-applet (Ubuntu Precise):
status: In Progress → Fix Committed
tags: added: verification-needed
27 comments hidden view all 107 comments
Revision history for this message
Martin Spacek (mspacek) wrote :

What's the status of this bug for quantal? Surely if there's a fix for precise, there should be one for quantal, no? In Xubuntu 12.10, after a day of running on WiFi, my submenus still show up as empty and the network shows as disconnected, even though I'm still connected to the same access point and networking still works. Also, more recently I've noticed that the nm-applet status icon in the indicator plugin stops showing signal levels around the same time, or maybe a few days later (I'm using the dark Blackbird theme).

Revision history for this message
Roman Yepishev (rye) wrote :

I experience exactly the same symptoms as the bug report description has.

After some time nm-applet stops reacting to user input and submenu entries do not populate. This is with latest 12.10 packages.

I noticed that the indicator tries to get the menu but it fails - dbus-monitor output below:
method call sender=:1.12 -> dest=:1.67 serial=14296 path=/com/canonical/Unity/Panel/Service; interface=com.canonical.Unity.Panel.Service; member=ShowEntry
   string "0x26ef470"
   uint32 0
   int32 1147
   int32 24
   uint32 1
   uint32 1356027813
method return sender=:1.67 -> dest=:1.12 reply_serial=14296
method call sender=:1.67 -> dest=:1.14 serial=107621 path=/org/ayatana/NotificationItem/nm_applet/Menu; interface=com.canonical.dbusmenu; member=AboutToShowGroup
   array [
      int32 80799
   ]
error sender=:1.14 -> dest=:1.67 error_name=org.gtk.GDBus.UnmappedGError.Quark._LIBDBUSMENU_2dGLIB.Code0 reply_serial=107621
   string "The IDs supplied '[80799]' do not refer to any menu items we have"

When some item is clicked (e.g. disconnect for current wifi AP) the following happens:
signal sender=:1.67 -> dest=(null destination) serial=107704 path=/com/canonical/Unity/Panel/Service; interface=com.canonical.Unity.Panel.Service; member=EntryActivated
   string ""
   struct {
      int32 0
      int32 0
      uint32 0
      uint32 0
   }
method call sender=:1.67 -> dest=:1.14 serial=107705 path=/org/ayatana/NotificationItem/nm_applet/Menu; interface=com.canonical.dbusmenu; member=EventGroup
   array [
      struct {
         int32 80846
         string "clicked"
         variant int32 0
         uint32 106251172
      }
   ]
error sender=:1.14 -> dest=:1.67 error_name=org.gtk.GDBus.UnmappedGError.Quark._LIBDBUSMENU_2dGLIB.Code0 reply_serial=107705
   string "The IDs supplied '[80846]' do not refer to any menu items we have"

So this looks like like dbus menu is losing the IDs or nm-applet is using the ids that are no longer valid.

Changed in network-manager-applet (Ubuntu Quantal):
status: Incomplete → New
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in network-manager-applet (Ubuntu Quantal):
status: New → Confirmed
Revision history for this message
Harm van Bakel (hvbakel) wrote :

I have been testing the network-manager-gnome package in the precise-proposed repository (0.9.4.1-0ubuntu2.1) for a few weeks now, but unfortunately the applet menu still stopped working on several occasions. Unfortunately it looks like the problem is still not completely fixed with this latest update, though (subjectively) it now seems to take longer to occur.

tags: added: verification-failed
removed: verification-needed
Revision history for this message
Harm van Bakel (hvbakel) wrote :

I should add that I haven't experienced any memory leaks since upgrading to Precise, the only problem I'm still experiencing is that the app menu typically stops working within 1 or more days after a fresh boot.

Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote :

This seems to occur frequently after suspend/resume. I see the same errors as reported in comment #69.

The errors are returned by bus_event_group or bus_about_to_show_group in libdbusmenu-glib/server.c.

As such, I don't think the memory leaks are related to the issue with nm not responding / not showing submenus.

Revision history for this message
James M. Leddy (jm-leddy) wrote :

moving to fixed released in light of comment #71

Changed in network-manager-applet (Ubuntu):
status: Fix Released → Confirmed
Changed in network-manager-applet (Ubuntu Precise):
status: Fix Committed → Confirmed
assignee: nobody → Mathieu Trudel-Lapierre (mathieu-tl)
Changed in network-manager-applet (Ubuntu Quantal):
assignee: nobody → Mathieu Trudel-Lapierre (mathieu-tl)
Revision history for this message
Eloy Paris (peloy-chapus) wrote :

Is this bug about a memory leak, about the applet stopping to work, or both? If it is about the applet stopping to work after a while then this bug is not fixed -- the issue still exists in 12.10.

Just wondering about what exactly is being claimed is fixed.

Revision history for this message
Hadrien Titeux (hadware) wrote :

Definitely! I updated to 12.10 on a falty PC (one that suffered this bug) and it didn't fix anything! This isn't fixed at all!

Revision history for this message
Teo (teo1978) wrote :

I guess this is about both things because the memory leak was thought to be the cause of the stopping to work. I guess it was claimed as fixed because the memory leak probably _was_ fixed (that's what other said, I have no idea) but apparently it truned out to not be the cause of the stopping to work thing.

There was a bug report that perfectly describes the issue that is still not fixed,
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/930563
but it was marked as a duplicate of this one.

Revision history for this message
Harm van Bakel (hvbakel) wrote :

@matteosistisette: Indeed, I initially thought the two problems were related, hence the title. In retrospect it would have been better if I had submitted two separate bugs to avoid this confusion.

Revision history for this message
Neal McBurnett (nealmcb) wrote :

Based on the comments both here and in bug 930563 that nm-applet still stops functioning after a while in quantal 12.10 despite a fix for the memory leak problem, I marked that as no longer a "duplicate" of this one. So sign up there if this exists for you, and let's focus here on the memory leak.

Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote :

I spoke with Mathieu Trudel-Lapierre, who is the developer assigned to this bug, and he has clarified that this bug is indeed for the nm-applet becoming unresponsive to interactions and submenus showing an empty list issue. The fix for the leaks is correct but it did not fix the underlaying issue that is causing the behaviour described in the bug description. I think James M. Leddy misspoke/typoed in his comment - as you can see, he actually changed the statuses from 'Fix Released' and 'Fix Committed' to 'Confirmed'.

Neal: Can you please remark bug 930563 as a duplicate of this bug?

Revision history for this message
Neal McBurnett (nealmcb) wrote :

Cody, thanks for looking more into it. It seems like I might have just piled on to the confusion over the scope of the bug etc., though the confusion has indeed been here a long time. I don't object to the other bug being changed back to being a duplicate if it is still being worked on, especially given that this one has a higher priority. But I'll leave it to someone else who is more confident in how to handle all this to do the actual re-dup, and hopefully to clarify the titles, descriptions, etc.
And James, can you clarify why under OEM Priority Project this one is still listed as "Fix committed" for Quantal?
Thanks, all.

summary: - nm-applet leaks memory and stops functioning after a while
+ nm-applet becomes unresponsive to interactions and submenus such as 'VPN
+ Connections' show completly empty
description: updated
Revision history for this message
James M. Leddy (jm-leddy) wrote : Re: nm-applet becomes unresponsive to interactions and submenus such as 'VPN Connections' show completly empty

If we're using this bug for the wider submenu problem then we should back out the SRU so that we can allow other srus such as bug 445872 to proceed.

Changed in network-manager-applet (Ubuntu Precise):
assignee: Mathieu Trudel-Lapierre (mathieu-tl) → Charles Kerr (charlesk)
Changed in network-manager-applet (Ubuntu Quantal):
assignee: Mathieu Trudel-Lapierre (mathieu-tl) → Charles Kerr (charlesk)
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Well, in light that there actually were memory leaks and that the actual update is indeed beneficial, I'd actually rather we mark that as Fix Released and verification-done --

It will remain that there are still dbusmenu issues (or problems somewhere else in the stack nm-applet uses) that cause the menus to become unresponsive, as shown by the dbus traces above.

Changed in libdbusmenu (Ubuntu):
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Charles Kerr (charlesk)
Changed in network-manager-applet (Ubuntu):
assignee: nobody → Mathieu Trudel-Lapierre (mathieu-tl)
Changed in network-manager-applet (Ubuntu Precise):
assignee: Charles Kerr (charlesk) → Mathieu Trudel-Lapierre (mathieu-tl)
Changed in network-manager-applet (Ubuntu Quantal):
assignee: Charles Kerr (charlesk) → Mathieu Trudel-Lapierre (mathieu-tl)
Revision history for this message
Adrian Bridgett (adrian-bridgett) wrote :

It's great that memory leaks have been fixed (a much under-appreciated problem), however that said marking it as "fixed" when the actually menu disappearing isn't fixed doesn't seem quite right to me. The restart workaround is a PITA for technical users and just not going to happen with non-technical users.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Adrian, the underlying bug is still going to be fixed; but we need to separate fixing something in nm-applet and fixing something in another package.

The leaks are fixed in Raring, marking as Fix Released for that release.

Changed in network-manager-applet (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Adrian Bridgett (adrian-bridgett) wrote :

Ah, thanks for the explanation Mathieu - I thought it was a bug in nm-applet's dbus code :-)

Revision history for this message
James M. Leddy (jm-leddy) wrote :

I've broken this into bug 1117730. Anyone interested in following the fix for the menu problem should go to that bug. This bug is now refocused to fix the memory leak described in comment #67. We need to move these SRUs to verificaton because they're blocking all remaining SRUs for network manager, and this was the bug referenced in the changelog.

description: updated
tags: added: verification-done
removed: verification-failed
Revision history for this message
Brian Murray (brian-murray) wrote :
Revision history for this message
Brian Murray (brian-murray) wrote :

To clarify this error only appears with the version of the package from precise-proposed.

summary: - nm-applet becomes unresponsive to interactions and submenus such as 'VPN
- Connections' show completly empty
+ nm-applet leaks memory and stops functioning after a while
tags: added: verification-done-precise verification-done-quantal
Revision history for this message
James M. Leddy (jm-leddy) wrote : Re: nm-applet leaks memory and stops functioning after a while

I've been running on precise for a few months now. Similar to Alex's comment #57 I was not able to observe the problem after running valgrind for a few hours. I consider this done from a verification standpoint.

tags: removed: verification-done-quantal
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package network-manager-applet - 0.9.4.1-0ubuntu2.1

---------------
network-manager-applet (0.9.4.1-0ubuntu2.1) precise-proposed; urgency=low

  * Backport r355, r364, r368 from trunk (LP: #780602)
    - debian/patches/nm-applet-use-indicator.patch: Plug two small leaks.
    - debian/patches/git_fix_some_leaks_80ef61b.patch: cherry-picked patch to
      fix a few leaks: g_object_get() and gtk_tree_model_get() copy/ref the
      values they return, so make sure to deal with that everywhere.
    - debian/patches/git_mac_addr_string_leakage_6dae878.patch: use
      nm_utils_hwaddr_ntoa() to output MAC addresses as strings since it's
      available and make sure they get freed to avoid leaks.
 -- Alex Chiang <email address hidden> Fri, 23 Nov 2012 13:30:37 -0500

Changed in network-manager-applet (Ubuntu Precise):
status: Confirmed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regresssions.

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote : Re: nm-applet leaks memory and stops functioning after a while

The attachment "appmenu-gtk.debdiff" of this bug report has been identified as being a patch in the form of a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-sponsors team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]

tags: added: patch
Changed in network-manager-applet (Ubuntu Quantal):
status: Confirmed → Fix Released
Changed in oem-priority:
status: Fix Committed → Fix Released
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

bug #787736 already is handling appmenu-gtk memory fix backport, so in fact the patch "appmenu-gtk.debdiff" is already uploaded with bug #787736 as reference. Unsubscribing sponsors.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

https://launchpad.net/~mathieu-tl/+archive/sru-staging/+packages

On the above PPA I've made available has updated packages for Precise, Quantal and Raring to help debugging the menu functionality. *it does not fix the issue*

It would be helpful if people could try these packages and help debugging the issue by providing more information, basically, after updating the pacakge, kill off nm-applet and start the new one like so in a terminal:

G_MESSAGES_DEBUG=nm-applet-indicator nm-applet

It will start outputting debug information on the console, we'll want to match that output with the output from dbus-monitor in another terminal:

dbus-monitor --session --monitor interface=com.canonical.dbusmenu

Then we'll match all of that to help figure out how to fix this bug.

Revision history for this message
Marlon Nelson (marlon-nelson) wrote :

Here's the output from:

dbus-monitor --session --monitor interface=com.canonical.dbusmenu 2>&1 | tee dbus-monitor.out

Revision history for this message
Marlon Nelson (marlon-nelson) wrote :

and the output from:

G_MESSAGES_DEBUG=nm-applet-indicator nm-applet 2>&1 | tee nm-applet.out

Revision history for this message
Eloy Paris (peloy-chapus) wrote :

Output from G_MESSAGES_DEBUG=nm-applet-indicator nm-applet | tee nm-applet-debug.txt.

Stopped running after the menus in the applet became non-functional. This took several hours. I saw many occurrences of lines like:

(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36070
(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36071
(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36072
(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36073
(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36074
(nm-applet:4661): nm-applet-indicator-DEBUG: Just set up menu for ID 36093

Over and over. Does this mean that menus are getting created with nothing that destroys them?

Thanks for looking into this critical bug.

Revision history for this message
Eloy Paris (peloy-chapus) wrote :

Output from "dbus-monitor --session --monitor interface=com.canonical.dbusmenu | tee dbus-monitor-output.txt" that corresponds to the nm-applet output in the previous comment, i.e. taken at the same time. Also stopped after a few hours when the nm-applet menus stopped working.

Revision history for this message
Alex Chiang (achiang) wrote :

dbus attachment

Revision history for this message
Alex Chiang (achiang) wrote :

nm-applet dbug attached

Both of my files were obtained on precise.

$ dpkg -l | grep mtrudel
ii libnm-gtk-common 0.9.4.1-0ubuntu2.2~srustaging~mtrudel1 network management framework (common files for wifi and mobile)
ii libnm-gtk0 0.9.4.1-0ubuntu2.2~srustaging~mtrudel1 network management framework (GNOME dialogs for wifi and mobile)
ii network-manager-gnome 0.9.4.1-0ubuntu2.2~srustaging~mtrudel1 network management framework (GNOME frontend)
ii network-manager-gnome-dbg 0.9.4.1-0ubuntu2.2~srustaging~mtrudel1 network management framework (debugging symbols)

$ dpkg -l | grep appmenu-gtk
ii appmenu-gtk 0.3.92-0ubuntu1.1 Export GTK menus over DBus
ii appmenu-gtk3 0.3.92-0ubuntu1.2 Export GTK menus over DBus

Revision history for this message
Scott Talbert (swt-techie) wrote :

@Mathieu - have these debug logs provided any useful information for resolving this bug, or do you still need additional logs?

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

We don't need so much additional information anymore from the debug packages. Yes, the information was useful.

I was able to write a small python script that reproduces the issue:
https://code.launchpad.net/~mathieu-tl/+junk/test-indicator-update

Playing with the delays there and the number of updates in a row, you can easily wedge dbusmenu in a matter of about an hour.

As far as I'm concerned, this proves that the issue isn't in nm-applet but somewhere in the way that dbusmenu takes care of updates to the menus, but I'm still not quite sure what is wong with it.

Any help is of course welcome :)

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Let's please move discussions about the menus being empty to bug 1117730.

Neal McBurnett (nealmcb)
summary: - nm-applet leaks memory and stops functioning after a while
+ nm-applet leaks memory
Changed in libdbusmenu (Ubuntu):
status: Confirmed → Invalid
no longer affects: libdbusmenu (Ubuntu)
Revision history for this message
Jamie Boyle (jpwboyle) wrote :

I've had this problem of visible but unresponsive nm-applet in 12.10 and 13.04 (upgraded about a week ago), since removing Windows for 12.10 maybe a year ago. I think this is pretty critical - any "normal" person would restart the computer every time, so if there's anything not-too-complex I can do to help, let me know.

I have WiFi and a 3G card in my Lenovo X220T laptop and spend a lot of time in cafes using public WiFi, but when the WiFi is bad, I change to 3G. I haven't noticed a pattern about what causes the unresponsiveness.

1 comments hidden view all 107 comments
Revision history for this message
James M. Leddy (jm-leddy) wrote : Re: [Bug 780602] Re: nm-applet leaks memory

On 06/26/2013 07:58 AM, Jamie Boyle wrote:
> I've had this problem of visible but unresponsive nm-applet in 12.10 and
> 13.04 (upgraded about a week ago), since removing Windows for 12.10
> maybe a year ago. I think this is pretty critical - any "normal" person
> would restart the computer every time, so if there's anything not-too-
> complex I can do to help, let me know.
>
> I have WiFi and a 3G card in my Lenovo X220T laptop and spend a lot of
> time in cafes using public WiFi, but when the WiFi is bad, I change to
> 3G. I haven't noticed a pattern about what causes the unresponsiveness.
>
Please see Bug 1011073. The problem is fixed in -proposed

Revision history for this message
James M. Leddy (jm-leddy) wrote :

Please refer to to bug 1011073.

Displaying first 40 and last 40 comments. View all 107 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.