** Description changed:

  : jm 325...; ps auxww | grep 6276
  jm        6276  0.0  1.0 237004 10976 ?        S    Oct14   0:47 
/usr/lib/notification-daemon/notification-daemon
  
  yep, 237004 KB.  looks like a leak.
  The process is still running; let me know if you want maps files, etc.
  
  TEST CASE:
  1. Run in a terminal in hardy:
    $ notify-send lala ; pmap $(pidof notification-daemon) | grep total
-   $ while true; do notify-send lala; done
-   [wait 60sec] 
+   $ for i in $(seq 200); do notify-send lala; done
+ [wait a couple of seconds]
    $ pmap $(pidof notification-daemon) | grep total
  2. verify that the second total is much higher than the first
  
  3. Instal upgraded notification-daemon
  4. run "killall notification-daemon"
  5. repeat the steps in 1
  6. verify that the number is much smaller

-- 
notification-daemon using 237MB of memory
https://bugs.launchpad.net/bugs/67129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to