comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » idl_idlbridge object zombie process
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
idl_idlbridge object zombie process [message #90664] Sat, 21 March 2015 00:51 Go to next message
Dae-Kyu Shin is currently offline  Dae-Kyu Shin
Messages: 25
Registered: February 2015
Junior Member
hi
here is the example


;; idl 8.4 on ubuntu 12.04

i = idl_idlbridge() ;; it's pid = 5390
spawn, 'kill -9 5390'

then zombie process is created.
;;ps -ef | grep defunct | grep -v grep

is this normal situations??
Re: idl_idlbridge object zombie process [message #90665 is a reply to message #90664] Sat, 21 March 2015 10:27 Go to previous message
Russell[1] is currently offline  Russell[1]
Messages: 101
Registered: August 2011
Senior Member
I'm not sure if it's "normal" or not. But I don't think you should be doing this type of thing. You're probably better off by killing the process within IDL using the normal object methods and not using spawn. At least that's what I've done and never had problems, but I guess that's before the object interfaces.

Russell


On Saturday, March 21, 2015 at 3:51:15 AM UTC-4, Dae-Kyu Shin wrote:
> hi
> here is the example
>
>
> ;; idl 8.4 on ubuntu 12.04
>
> i = idl_idlbridge() ;; it's pid = 5390
> spawn, 'kill -9 5390'
>
> then zombie process is created.
> ;;ps -ef | grep defunct | grep -v grep
>
> is this normal situations??
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IMSL won't load
Next Topic: How to make $100,000 in 20-90 days

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 09:14:27 PDT 2025

Total time taken to generate the page: 0.00446 seconds