Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223847 - gnome-extra/deskbar-applet-2.22.[01] create a firefox zombie process
Summary: gnome-extra/deskbar-applet-2.22.[01] create a firefox zombie process
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.22-tracker
  Show dependency tree
 
Reported: 2008-05-27 15:19 UTC by Henrique Dias
Modified: 2008-06-01 08:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Dias 2008-05-27 15:19:25 UTC
The deskbar-applet creates a firefox zombie process when I login on my Gentoo.

$ ps -fax
 9389 ?        S      0:00 python /usr/lib64/deskbar-applet/deskbar-applet --oaf
 9416 ?        Z      0:00  \_ [firefox] <defunct>
 9429 ?        Z      0:00  \_ [firefox] <defunct>

Reproducible: Always

Steps to Reproduce:
1. Add the deskbar-applet to the gnome panel.
2. logout
3. login in your account.
4. ps -fax

Actual Results:  
$ ps -fax
 9389 ?        S      0:00 python /usr/lib64/deskbar-applet/deskbar-applet --oaf
 9416 ?        Z      0:00  \_ [firefox] <defunct>
 9429 ?        Z      0:00  \_ [firefox] <defunct>
Comment 1 Henrique Dias 2008-05-28 10:06:41 UTC
The deskbar-applet-2.22.2 version fix this problem.
Comment 2 Henrique Dias 2008-05-28 10:18:15 UTC
From http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.22/deskbar-applet-2.22.2.changes

2008-04-08  Sebastian Pölsterl  <sebp@cvs.gnome.org>

    * deskbar/handlers/mozilla.py:
    When checking firefox version. Wait until the process
    terminated to avoid zombie processes.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2008-05-29 08:29:39 UTC
Thank you for report, Henrique. But next time do not assign bugs by yourself. There is no clear one-two step procedure how to assign bug correctly so leave this task to bugs-wranglers.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-05-31 14:23:32 UTC
2.22.2.1 is now in tree.
Comment 5 Henrique Dias 2008-06-01 08:35:57 UTC
(In reply to comment #4)
> 2.22.2.1 is now in tree.
> 

Thanks ;-)