Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 223847

Summary: gnome-extra/deskbar-applet-2.22.[01] create a firefox zombie process
Product: Gentoo Linux Reporter: Henrique Dias <henrique.ribeiro.dias>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 214260    

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 ;-)