[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-04-02 Thread Mathieu Trudel-Lapierre
Let's please move discussions about the menus being empty to bug
1117730.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-04-02 Thread Mathieu Trudel-Lapierre
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 :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-29 Thread Scott Talbert
@Mathieu - have these debug logs provided any useful information for
resolving this bug, or do you still need additional logs?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/network-manager-
applet/precise-proposed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Alex Chiang
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-gtk0.3.92-0ubuntu1.1
   Export GTK menus over DBus
ii  appmenu-gtk3   0.3.92-0ubuntu1.2
   Export GTK menus over DBus


** Attachment added: "nm-applet.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3572514/+files/nm-applet.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Alex Chiang
dbus attachment

** Attachment added: "dbus.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3572509/+files/dbus.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Eloy Paris
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.

** Attachment added: "Output from "dbus-monitor --session --monitor 
interface=com.canonical.dbusmenu | tee dbus-monitor-output.txt""
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3571899/+files/dbus-monitor-output.txt.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Eloy Paris
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.

** Attachment added: "Output from G_MESSAGES_DEBUG=nm-applet-indicator 
nm-applet | tee nm-applet-debug.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3571898/+files/nm-applet-debug.txt.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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: net

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Marlon Nelson
and the output from:

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

** Attachment added: "nm-applet.out"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3571661/+files/nm-applet.out

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-13 Thread Marlon Nelson
Here's the output from:

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

** Attachment added: "dbus-monitor.out"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3571660/+files/dbus-monitor.out

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-12 Thread Mathieu Trudel-Lapierre
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : de

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-11 Thread Dmitrijs Ledkovs
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-11 Thread James M. Leddy
** Changed in: oem-priority
   Status: Fix Committed => Fix Released

** Changed in: oem-priority/precise
   Status: In Progress => Fix Released

** Changed in: oem-priority/quantal
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in OEM Priority Project quantal series:
  Fix Released
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-11 Thread Brian Murray
** Changed in: network-manager-applet (Ubuntu Quantal)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-11 Thread Ubuntu Foundations Team Bug Bot
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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Confirmed

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Uns

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-11 Thread Launchpad Bug Tracker
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 ChiangFri, 23 Nov 2012 13:30:37 -0500

** Changed in: network-manager-applet (Ubuntu Precise)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Confirmed

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/78

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-04 Thread James M. Leddy
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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-03-04 Thread James M. Leddy
** Tags added: verification-done-precise verification-done-quantal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-02-15 Thread James M. Leddy
** Summary changed:

- 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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “libdbusmenu” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Neal McBurnett
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Cody A.W. Somerville
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?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Neal McBurnett
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Harm van Bakel
@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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread matteo sisti sette
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Hadrien Titeux
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!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread Eloy Paris
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-18 Thread James M. Leddy
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

** Changed in: network-manager-applet (Ubuntu Precise)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: network-manager-applet (Ubuntu Quantal)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed
Status in “network-manager-applet” source package in Precise:
  Confirmed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-15 Thread Cody A.W. Somerville
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-15 Thread Harm van Bakel
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2013-01-15 Thread Harm van Bakel
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 removed: verification-needed
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-applet (Ubuntu Quantal)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-20 Thread Roman Yepishev
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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Confirmed

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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
  Keyfi

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-18 Thread Martin Spacek
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).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-18 Thread Chris Halse Rogers
Hello Harm, or anyone else affected,

Accepted network-manager-applet into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/network-manager-applet/0.9.4.1-0ubuntu2.1 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: network-manager-applet (Ubuntu Precise)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  Fix Committed
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-13 Thread Mathieu Trudel-Lapierre
Urgh, that's already tracked in bug 787736; no need to track it here.

** No longer affects: appmenu-gtk (Ubuntu)

** No longer affects: appmenu-gtk (Ubuntu Precise)

** No longer affects: appmenu-gtk (Ubuntu Quantal)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-13 Thread Mathieu Trudel-Lapierre
After verification this particular fix (for appmenu-gtk, which directly
affects nm-applet leaking) is already present in quantal and raring, so
we're only targetting precise... I'm marking that task as In Progress
and I'll upload the fix from Alex shortly.

** Changed in: appmenu-gtk (Ubuntu Quantal)
   Status: In Progress => Fix Released

** Changed in: appmenu-gtk (Ubuntu Precise)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “appmenu-gtk” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “appmenu-gtk” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “appmenu-gtk” source package in Quantal:
  Fix Released
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-13 Thread Mathieu Trudel-Lapierre
** Also affects: appmenu-gtk (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: appmenu-gtk (Ubuntu)
   Status: New => Fix Released

** Changed in: appmenu-gtk (Ubuntu Quantal)
   Status: New => In Progress

** Changed in: appmenu-gtk (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: appmenu-gtk (Ubuntu Precise)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “appmenu-gtk” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “appmenu-gtk” source package in Precise:
  New
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “appmenu-gtk” source package in Quantal:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-12-10 Thread James M. Leddy
** Changed in: oem-priority/precise
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  In Progress
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-29 Thread James M. Leddy
I just ran into this bug today again with nm-applet in the latest
precise devel tree. I've compiled again against appmenu-gtk with
achaing's patch in bug 787736. I'm running massif on the resulting
binary and will attach to the bug if I nm-applet stops being functional
again.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~achiang/appmenu-gtk/memleaks-787736-780602

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-26 Thread Jeffrey Knockel
Thanks Alex.  Unfortunately, after ~24 hours, I still see the
nonresponsive menu entries and the empty menus with your patched version
of the appmenu-gtk* packages.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-24 Thread Alex Chiang
Thanks Jeff. Clearly there are more leaks that haven't been fixed yet.

Here's a debdiff for 12.04's appmenu-gtk. I don't think this will fix
the nm-applet bug by itself, but it will help.

If you could try testing it too, that would be great, thanks.

** Patch added: "appmenu-gtk.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3443046/+files/appmenu-gtk.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-24 Thread Jeffrey Knockel
Alex, I'm attaching my valgrind log from running nm-applet for about ~18
hours, terminating with SIGINT when I saw the empty menu lists failing
the [Test Case].  This log was generated *without* running my spam
script.  This log was generated running the *ubuntu2.1 packages from the
bzr branch merged yesterday, in case they are substantially different
from the *ubuntu3 packages you had before.

** Attachment added: "valgrind.log"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3442947/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Alex Chiang
Mathieu, yes, I confirm the leaks are fixed in quantal and raring via
code inspection (but not actual testing). Additionally, I did some
digging into fontconfig and it looks like they are false positives since
2008. I'm experimenting with a valgrind suppression file so we don't
have to deal with these in the future.

http://lists.freedesktop.org/archives/fontconfig/2008-November/003032.html

Jeffrey, nice script. I notice in my valgrind log that although the nm-
applet leaks are gone, there are still a few dbus and other leaks, which
makes sense given the context of your script. I bet they haven't all
been backported to 12.04 yet. Something to keep investigating...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Jeffrey Knockel
Alex, yes, I've installed all *.deb from build-area.

I'm attaching a python spam script that I modified from the examples
network-manager comes with that can reproduce the issue for me in ~1
minute by repeatedly adding and deleting a connection via dbus.  I see
the bug appear after about 500 iterations, but I have > 50 wifi networks
visible in my menu at the moment, so it might take others many more
iterations if we think that's relevant.  During running the script, if
you open the nm-applet menu, you should see it flickering madly.
(Sometimes the script will stall for a few seconds due to a dbus timeout
--haven't debugged this yet, gah...)

I can't reproduce it using this spam script running under valgrind
though, probably due to valgrind's performance penalty (the menu doesn't
visibly flicker when I run the script).  I'll try to get a valgrind log
the more natural way by just letting it run, which hopefully will still
take ~24-48 hours, assuming I don't have to reboot for anything in the
meantime.

** Attachment added: "spam.py"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3442434/+files/spam.py

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~network-manager/network-manager-
applet/ubuntu.precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [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].
+ 
+ --
+ 
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task bar
  becomes unresponsive after several hours.  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).
  
  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
+  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
+  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
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
  ProcEnviron:
-  LANGUAGE=en_CA:en
-  PATH=(custom, user)
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  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)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours. 

[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Mathieu Trudel-Lapierre
I targetted the proper releases... FWIW, the leaks are most likely fixed
in raring and quantal -- Alex, can you confirm this?

Marking the Precise task as In Progress, I'm about to merge and upload
the package from Alex.

Alex, can you please also report the fontconfig leak in a separate bug?
It really ought to be fixed, it's long overdue.


Next step is just to update description for the SRU paperwork.

** Also affects: network-manager-applet (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: network-manager-applet (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** 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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Precise:
  In Progress
Status in “network-manager-applet” source package in Quantal:
  Incomplete

Bug description:
  [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].

  --

  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Alex Chiang
This is my valgrind log after using my patched packages for ~12 or so
hours. I wasn't able to observe the broken behavior, and additionally,
the leaks are no longer reported in the log.

We still do have a fontconfig leak, but that's unrelated here.

** Attachment added: "valgrind.log"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3442288/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-23 Thread Alex Chiang
Jeffrey, did you install all the packages or just some of them? I
installed:

ii  libnm-gtk-common   0.9.4.1-0ubuntu3~achiang1
   network management framework (common files for wifi and mobile)
ii  libnm-gtk0 0.9.4.1-0ubuntu3~achiang1
   network management framework (GNOME dialogs for wifi and mobile)
ii  network-manager-gnome  0.9.4.1-0ubuntu3~achiang1
   network management framework (GNOME frontend)
ii  network-manager-gnome-dbg  0.9.4.1-0ubuntu3~achiang1
   network management framework (debugging symbols)

If you did install all the packages, any chance you could re-run under
valgrind? It's not too hard to do...

$ apt-get install valgrind
$ killall nm-applet
$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck 
--leak-check=full --num-callers=40 --log-file=valgrind.log --track-origins=yes 
nm-applet

And then let that run until you can reproduce. Then attach the
valgrind.log here.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-22 Thread Jeffrey Knockel
Alex, thanks for taking a stab at this.  I've built and installed the
0.9.4.1-0ubuntu3 packages from your bzr branch, and then I rebooted.
Unfortunately, after running for ~24 hours, I can still reproduce the
unresponsive menu entries and empty "More networks" and "VPN
Connections" menus that are described in the original bug description.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~achiang/network-manager-applet/precise-lp780602

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-21 Thread Alex Chiang
I should say that at least I found one problem, but it might not fix all
the problems. :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-21 Thread Alex Chiang
After inspecting the valgrind log and reading a bunch of source, I found
the problem in 12.04.

http://bazaar.launchpad.net/~network-manager/network-manager-
applet/ubuntu/revision/364

Needs to be backported/SRU'ed into 12.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-15 Thread Alex Chiang
It took a little while but I was able to reproduce this under valgrind
in 12.04.

achiang@yew:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v 
--tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log 
--track-origins=yes nm-applet
** Message: applet now removed from the notification area

** (nm-applet:13124): CRITICAL **: nm_secret_agent_register: assertion
`priv->reg_call == NULL' failed

** (nm-applet:13124): WARNING **: Failed to start applet secret agent!
 
(nm-applet:13124): GdkPixbuf-CRITICAL **: gdk_pixbuf_composite: assertion 
`dest_y >= 0 && dest_y + dest_height <= dest->height' failed
^C** Message: PID 0 (we are 13124) sent signal 2, shutting down...


** Attachment added: "valgrind.log"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+attachment/3435290/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-14 Thread Alex Chiang
Thanks James. In addition, for 12.04, I've also installed

network-manager-gnome-dbg
libpango1.0-0-dbg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-14 Thread James M. Leddy
Currently for valgrind output, I've installed the following packages:

ii  libc6-dbg   2.15-0ubuntu10.3
   Embedded GNU C Library: detached debugging symbols
ii  libglib2.0-0-dbg2.32.3-0ubuntu1 
   Debugging symbols for the GLib libraries
ii  libgtk-3-0-dbg  3.4.2-0ubuntu0.4
   GTK+ libraries and debugging symbols
ii  libgtk2.0-0-dbg 2.24.10-0ubuntu6
   GTK+ libraries and debugging symbols
ii  network-manager-dbg 0.9.6.0-0ubuntu5
   network management framework (debugging symbols)
ii  network-manager-pptp-dbgsym 0.9.6.0-0ubuntu1
   debug symbols for package network-manager-pptp

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-14 Thread James M. Leddy
I've uploaded the valgrind log from this:

 G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v --tool=memcheck
--leak-check=full --num-callers=40 --log-file=valgrind.log nm-applet


I've got a bit of a Frankenstein system in that I'm using the Quantal nm-applet 
on Precise. So if it's a problem in one of the deps it's possible. Though if 
comment #46 is any indication it's still a problem in Quantal as well. I'm 
planning on upgrading real soon now, so I'll test once I have time.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-14 Thread James M. Leddy
** Attachment added: "valgrind.log"
   
https://bugs.launchpad.net/oem-priority/+bug/780602/+attachment/3433422/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-14 Thread Alex Chiang
This is still extremely reproducible on 12.04.

achiang@yew:~$ uptime
 11:32:29 up 2 days,  2:22,  7 users,  load average: 0.23, 0.26, 0.33

achiang@yew:~$ smem -k -t
  PID User Command Swap  USS  PSS  RSS 
 1930 achiang  /usr/lib/indicator-session/ 1.0M   448.0K   481.0K 3.2M 
 1933 achiang  /usr/lib/indicator-applicat   688.0K   632.0K   654.0K 3.1M 
 1924 achiang  /usr/lib/indicator-datetime 1.1M   732.0K   768.0K 3.6M 
 1925 achiang  /usr/lib/indicator-sound/in 1.1M   792.0K   859.0K 3.7M 
 1928 achiang  /usr/lib/indicator-printers 1.4M 1.5M 1.7M 7.2M 
 1929 achiang  /usr/lib/indicator-messages   580.0K 1.9M 2.0M 5.1M 
 4689 achiang  /usr/lib/notify-osd/notify-16.0K 4.1M 4.4M11.2M 
 1861 achiang  nm-applet   2.6M 7.6M 8.0M15.6M 
 1981 achiang  /usr/lib/indicator-appmenu/ 2.0M10.9M11.0M13.5M 
 1851 achiang  unity-2d-panel  6.3M16.8M18.3M26.8M 

Look at nm-applet vs the other indicators. 15.6M of RSS vs the others
which is like ~3M seems really wrong.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-11-13 Thread Martin Spacek
I've switched from natty (Ubuntu 11.04) to a fresh install of quantal
(Xubuntu 12.10), so I'm now running network-manager 0.9.6.0-0ubuntu7 and
network-manager-gnome 0.9.6.2-0ubuntu6 (not sure why they're different
versions). It looks like the massive memory leaks in nm-applet are gone.
nm-applet tends to hover around 6MB of memory usage. However, after
running for a couple of days, the applet stops responding. I think,
though I'm not sure, that network connectivity eventually breaks some
time later.

As before, when nm-applet becomes unresponsive, I can still click the
nm-applet icon in the indicator plugin in the panel to bring up the
menu, but the VPN submenu only shows a stub, clicking on "Information"
or "Edit" does nothing, and I suspect clicking on any of the other
available networks doesn't do anything either. Killing and then
restarting nm-applet fixes it for another couple of days. As many
others, I'm always on WiFi, I suspend and resume often, and there tend
to be a lot of wireless networks within range. Which, if any, of these
factors makes a difference in causing nm-applet to become unresponsive
remains unknown.

Has anyone tried the latest 0.9.6.4 release from
http://projects.gnome.org/NetworkManager ? It has some hopeful points
about stability in the release notes:

http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.9/NetworkManager-0.9.6.4.news

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-10-15 Thread James M. Leddy
** Changed in: oem-priority/quantal
   Status: Confirmed => Fix Released

** Changed in: oem-priority/quantal
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Fix Committed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-10-01 Thread James M. Leddy
More massif data

** Attachment added: "massif.out.1240"
   
https://bugs.launchpad.net/oem-priority/+bug/780602/+attachment/3362421/+files/massif.out.1240

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-09-17 Thread James M. Leddy
There was an issue with the massif file in that I didn't have debug
packages installed. I'm retrying with the proper debug packages
installed now.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-09-17 Thread James M. Leddy
This is still an issue with the version of nm-appplet in quantal. I'm
attaching the massif file for analysis. This with version
0.9.6.2-0ubuntu2

** Attachment added: "massif.out.13738"
   
https://bugs.launchpad.net/oem-priority/+bug/780602/+attachment/3320844/+files/massif.out.13738

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-09-05 Thread James M. Leddy
** Changed in: oem-priority
   Status: Incomplete => Confirmed

** Changed in: oem-priority/precise
   Status: Incomplete => Confirmed

** Also affects: oem-priority/quantal
   Importance: High
 Assignee: James M. Leddy (jm-leddy)
   Status: Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Confirmed
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-09-05 Thread James M. Leddy
Okay, so there is no downgrade for precise since nm was never updated. I
seem to be able to reproduce the issue by leaving nm running a long
time, like it just happened since nm has been running overnight. This
leads credance to the memory leak theory, but still I only have 12m RSS
which doesn't seem like that much.

I've recompiled the quantal packages for precise and will see if this
fixes the issue. If so, we'll probably have to bisect the change that
fixed this problem.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-30 Thread James M. Leddy
Personally, I'm not convinced this is 'regression-released'. I seem to
remember a time when this used to work flawlessly on 12.04. I'm going to
downgrade and see if that helps at all.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-27 Thread Tom Fredrik Blenning Klaussen
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-27 Thread Tom Fredrik Blenning Klaussen
Second thought, the binaries are probably stripped and without debug-
symbols. Is there an easy way to get the correct binaries with symbols?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-27 Thread Marlon Nelson
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 <
780...@bugs.launchpad.net> 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-

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-27 Thread James M. Leddy
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: (unassigned) => James M. Leddy (jm-leddy)

** Changed in: oem-priority/precise
 Assignee: (unassigned) => James M. Leddy (jm-leddy)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-20 Thread Tom Fredrik Blenning Klaussen
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 a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-20 Thread James M. Leddy
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/precise
   Status: New => Incomplete

** Changed in: oem-priority
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-20 Thread James M. Leddy
** Tags added: regression-release rls-q-incomming

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-17 Thread Howard Chu
Just echoing comment #33. My nm-applet was over *1.3GB* after only 7
days of uptime.

Very Unhappy Camper here.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-15 Thread Christopher Townsend
I should also note that this is being seen with network-manager-applet
package version 0.9.4.1-0ubuntu2 in Precise.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-15 Thread Christopher Townsend
** Changed in: oem-priority/precise
   Importance: Undecided => High

** Changed in: oem-priority
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-08-15 Thread Christopher Townsend
We are also seeing this again in Precise.  It was gone in Oneiric, so it
seems there has been a memory leak regression introduced.

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Also affects: oem-priority/precise
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-07-28 Thread Paul Dwerryhouse
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-04-30 Thread Martin Spacek
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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-04-03 Thread Mathieu Trudel-Lapierre
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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Incomplete

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-03-27 Thread Martin Spacek
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.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-03-27 Thread Martin Spacek
Also, maybe

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-03-27 Thread Martin Spacek
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?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2012-02-11 Thread Doug McMahon
** This bug is no longer a duplicate of bug 779754
   NM status icon sometimes not clickable

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2011-08-30 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 779754 ***
https://bugs.launchpad.net/bugs/779754

Marking as a duplicate of bug 779754.

** This bug has been marked a duplicate of bug 779754
   NM status icon sometimes not clickable

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2011-08-26 Thread JazZ
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 !

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/780602

Title:
  nm-applet leaks memory and stops functioning after a while

Status in “network-manager-applet” package in Ubuntu:
  Triaged

Bug description:
  nm-applet leaks memory in a fresh install of Natty, increasing to over
  200 Mb in 6-8 hours.  In addition the nm-applet embedded in the task
  bar becomes unresponsive after several hours.  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).

  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/780602/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp