! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
panel still creates zombies
Status:
RESOLVED: FIXED
Product:
Xfce4-panel

Comments

Description Brian J. Tarricone (not reading bugmail) 2005-11-01 09:07:49 CET
It looks like the panel is still dropping zombies, but now when external plugins
are removed normally.  My guess is either you aren't ignoring SIGCHLD, or you're
not reaping the zombie processes properly...  I'm not sure if ignoring SIGCHLD
is the right idea, though, since it may bring back the problem where abnormal
panel termination will leave the plugins running =p.  So I guess you just have
to have a SIGCHLD handler that calls waitpid() on the plugin process if
something's removed.
Comment 1 Jasper Huijsmans editbugs 2005-12-20 10:59:47 CET
Ok, could you try now? I added a SIGCHLD handler.
Comment 2 Brian J. Tarricone (not reading bugmail) 2006-01-02 02:07:38 CET
Seems ok now.

Bug #1203

Reported by:
Brian J. Tarricone (not reading bugmail)
Reported on: 2005-11-01
Last modified on: 2010-11-20

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Additional information