Comment 10 for bug 996484

Revision history for this message
daniel CURTIS (anoda) wrote :

Hi. `xfce4-terminal` still creates an zombie process in Xubuntu 12.04.2 (with all installed updates). So, for me, this bug still is not fixed, because for example 'top' command shows; [ Tasks: (...) 1 zombie ]. This bug is still available in 'xfce4-terminal' ver. '0.4.8-1ubuntu1'. Some checks on zombie process etc.;

,-------[ zombie ck ]
| $ ps aux | awk '{ print $8 " " $2 }' | grep -w Z ]
| Z 3021
|
| $ ps -el |grep Z
| F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
| 1 Z 1000 3021 3020 0 80 0 - 0 exit ? 00:00:00 xfce4-terminal <defunct>
`-------

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise

Best regards!