zombie process on sync

View: New views
4 Messages — Rating Filter:   Alert me  

zombie process on sync

by Bugzilla from ftoledo@docksud.com.ar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi, i use xterm trigger to sync, the autosync section on my ~/synce/config.xml
has:

<AutoSyncCommand>xterm -iconic -e /usr/bin/msynctool --sync
htc</AutoSyncCommand>

its work fine run the xterm and sync my phone
but its create many xterm zombie process:

ragnarok ~ $ ps -ef|grep xterm
ragnarok 20408 25824  0 10:37 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20668 25824  0 10:43 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20751 25824  0 10:48 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20806 19648  0 10:49 pts/1    00:00:00 grep xterm
ragnarok 25832 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 25996 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26074 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26345 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26569 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26645 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26751 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27258 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27415 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27770 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27898 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27977 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>

im running debian testing.
is a issue from my trigger command or from xterm that does not close
gracefully?

--
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

signature.asc (205 bytes) Download Attachment

Parent Message unknown RE: zombie process on sync

by Mark Ellis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Actually, it looks like sync-engine makes no attempt to clear up these processes. Could you please file a bug in sourceforge to remind me, this will need fixing. It shouldn't do any harm though, the zombies will be cleared up when sync engine exits.

Mark


-----Original Message-----
From: Fernando Toledo <ftoledo@...>
Sent: 09 October 2009 10:52
To: synce-users@... <synce-users@...>
Subject: zombie process on sync

hi, i use xterm trigger to sync, the autosync section on my ~/synce/config.xml
has:

<AutoSyncCommand>xterm -iconic -e /usr/bin/msynctool --sync
htc</AutoSyncCommand>

its work fine run the xterm and sync my phone
but its create many xterm zombie process:

ragnarok ~ $ ps -ef|grep xterm
ragnarok 20408 25824  0 10:37 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20668 25824  0 10:43 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20751 25824  0 10:48 pts/0    00:00:00 [xterm] <defunct>
ragnarok 20806 19648  0 10:49 pts/1    00:00:00 grep xterm
ragnarok 25832 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 25996 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26074 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26345 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26569 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26645 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 26751 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27258 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27415 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27770 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27898 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
ragnarok 27977 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>

im running debian testing.
is a issue from my trigger command or from xterm that does not close
gracefully?

--
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

RE: zombie process on sync

by Dr J A Gow-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



> Actually, it looks like sync-engine makes no attempt to clear up these
> processes. Could you please file a bug in sourceforge to remind me, this
> will need fixing. It shouldn't do any harm though, the zombies will be
> cleared up when sync engine exits.
>
> Mark
>
>
> -----Original Message-----
> From: Fernando Toledo <ftoledo@...>
> Sent: 09 October 2009 10:52
> To: synce-users@... <synce-users@...>
> Subject: zombie process on sync
>
> hi, i use xterm trigger to sync, the autosync section on my
> ~/synce/config.xml
> has:
>
> <AutoSyncCommand>xterm -iconic -e /usr/bin/msynctool --sync
> htc</AutoSyncCommand>
>
> its work fine run the xterm and sync my phone
> but its create many xterm zombie process:
>
> ragnarok ~ $ ps -ef|grep xterm
> ragnarok 20408 25824  0 10:37 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 20668 25824  0 10:43 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 20751 25824  0 10:48 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 20806 19648  0 10:49 pts/1    00:00:00 grep xterm
> ragnarok 25832 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 25996 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 26074 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 26345 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 26569 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 26645 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 26751 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 27258 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 27415 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 27770 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 27898 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
> ragnarok 27977 25824  0 Oct07 pts/0    00:00:00 [xterm] <defunct>
>


Will investigate this one. I don't remember seeing zombies when I first
tested the autosync function.

John.


--
Dr J A Gow MEng PhD CEng MIET
Power Electronics Specialist.





------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

Re: zombie process on sync

by Bugzilla from ftoledo@docksud.com.ar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dom 11 Oct 2009 12:29:19 Mark Ellis escribió:
> Actually, it looks like sync-engine makes no attempt to clear up these
>  processes. Could you please file a bug in sourceforge to remind me, this
>  will need fixing. It shouldn't do any harm though, the zombies will be
>  cleared up when sync engine exits.
>
> Mark
yes, these zombies dies when synce-engine exit.
i will fill a bug next journal.  
thanks Mark,

--
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

signature.asc (205 bytes) Download Attachment