Comment 12 for bug 1245666

Revision history for this message
Abhinav Chittora (bijolianabhi) wrote : Re: Pidgin is creating zombies with 13.10

In my error logs when I run "pidgin -mddddddddddddm" I can see following warnings

"(05:37:47) dnsquery: Performing DNS lookup for talk.google.com
(05:37:47) dns: Created new DNS child 25109, there are now 1 children.
(05:37:47) dns: Successfully sent DNS request to child 25109
(05:37:47) dns: Got response for 'talk.google.com'
(05:37:47) dnsquery: IP resolved for talk.google.com
(05:37:49) dnsquery: Performing DNS lookup for stun.l.google.com
(05:37:49) dns: Successfully sent DNS request to child 25109
(05:37:49) dns: Got response for 'stun.l.google.com'
(05:37:49) dnsquery: IP resolved for stun.l.google.com"

and the zombie process have the same PID as mentioned in logs i.e.

root@ubuntu:~# ps -aux |grep "Z" |grep -v grep
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
abhinav 25109 0.0 0.0 0 0 pts/1 Z+ 05:37 0:00 [pidgin] <defunct>

Let me know if anything else you all need to debug.

--Regards,
Abhinav Chittora