Activity log for bug #67129

Date Who What changed Old value New value Message
2006-10-20 12:43:50 Justin Mason bug added bug
2007-01-31 12:49:33 Daniel Holbach notification-daemon: status Unconfirmed Needs Info
2007-01-31 12:49:33 Daniel Holbach notification-daemon: statusexplanation Do you get the same problem with another theme too?
2007-03-30 09:34:47 Daniel Holbach notification-daemon: status Needs Info Rejected
2007-03-30 09:34:47 Daniel Holbach notification-daemon: statusexplanation Do you get the same problem with another theme too? As described in the previous comments, your report lacks the information we need to investigate the problem further. We'll close this report for now - please reopen it if you can give us the missing information.
2007-05-12 05:15:14 Andrew Conkling notification-daemon: status Rejected Unconfirmed
2007-05-12 05:15:14 Andrew Conkling notification-daemon: statusexplanation As described in the previous comments, your report lacks the information we need to investigate the problem further. We'll close this report for now - please reopen it if you can give us the missing information. I just noticed this problem for the first time, n-d was using 70 MB. I'm using the Darkilouche theme. Has anyone determined this to be theme-specific? What kind of information--valgrind, gdb, etc.--would be useful to capture?
2007-05-13 11:04:07 Sebastien Bacher notification-daemon: status Unconfirmed Needs Info
2007-05-13 11:04:07 Sebastien Bacher notification-daemon: importance Undecided Medium
2007-05-13 11:04:07 Sebastien Bacher notification-daemon: statusexplanation I just noticed this problem for the first time, n-d was using 70 MB. I'm using the Darkilouche theme. Has anyone determined this to be theme-specific? What kind of information--valgrind, gdb, etc.--would be useful to capture?
2007-05-15 07:40:23 Ruben Vermeersch bug added attachment 'valgrind.log.2881' (valgrind.log.2881)
2007-05-15 07:40:59 Ruben Vermeersch bug added attachment 'valgrind.log.2947' (valgrind.log.2947)
2007-05-15 20:58:07 Sebastien Bacher notification-daemon: status Needs Info Unconfirmed
2007-05-18 15:11:39 Andrew Conkling bug added attachment 'notification-daemon.valgrind.tar.gz' (Valgrind log of n-m)
2008-04-15 11:20:44 Matti Lindell bug added attachment 'valgrind.log' (valgrind.log)
2008-04-15 14:50:14 Matti Lindell bug added attachment 'leak2.txt' (leak2.txt)
2008-05-23 12:47:01 Cody A.W. Somerville notification-daemon: status New In Progress
2008-05-23 12:47:01 Cody A.W. Somerville notification-daemon: milestone ubuntu-8.04.1
2008-05-23 14:01:44 Cody A.W. Somerville bug added attachment 'notification-daemon_0.3.7-1ubuntu12.debdiff' (debdiff notification-daemon_0.3.7-1ubuntu11 -> notification-daemon_0.3.7-1ubuntu12)
2008-05-23 14:01:57 Cody A.W. Somerville notification-daemon: status In Progress Fix Committed
2008-05-23 14:25:06 Launchpad Janitor notification-daemon: status Fix Committed Fix Released
2008-05-23 14:37:04 Cody A.W. Somerville notification-daemon: status New Confirmed
2008-05-23 14:37:04 Cody A.W. Somerville notification-daemon: importance Undecided Medium
2008-05-23 14:37:20 Michael Vogt description : 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. : 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] $ 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
2008-05-23 15:59:47 Michael Vogt description : 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] $ 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 : 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 $ 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
2008-06-03 15:13:45 Steve Langasek notification-daemon: status Confirmed Fix Committed
2008-06-16 07:57:26 Martin Pitt notification-daemon: status Fix Committed Fix Released
2009-12-05 07:38:17 Launchpad Janitor branch linked lp:ubuntu/notification-daemon
2009-12-05 07:45:22 Launchpad Janitor branch linked lp:ubuntu/hardy-proposed/notification-daemon