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

Home » Public Forums » archive » Re: Idlde 5.4 under RedHat 6.2: Crashes and hanging procs
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
Re: Idlde 5.4 under RedHat 6.2: Crashes and hanging procs [message #24301] Fri, 23 March 2001 01:59
Nigel Wade is currently offline  Nigel Wade
Messages: 286
Registered: March 1998
Senior Member
> Dear all,

> I have started using idlde under RedHat 6.2 on the gnome desktop.
> I am experiencing two quite annoying problems, which I hope that you
> can solve for me:

> 1) Sometimes idlde just dies on me. In particular, when I have changed
the
> current program elsewhere, am prompted to reload, and click accept. This
> kills the session immediately.

That's the way of fancy GUIs.
Crash and burn at the worst possible moment.


> 2) In my programs I frequently spawn a postscript viewer like
> spawn,unit=a,"/usr/bin/X11/gv "+outfile
> where a is some unit and outfile is the file I just wrote.
> This works fine, but when I close gv I am left with a "defunct" tcsh
hanging
> around. If I spawn with /noshell, it is a defunct gv that is left. Not
> even "kill -9" works!! I need to exit IDL to get rid of them.

That's because you have specified unit=a on the spawn command.
IDL has not yet finished with the process, the command 'close,a'
should get rid of it.

You can't kill defunct, or zombie, processes. They don't really
exist - they are a dead, gone away, extinct ex-processes.
All that's left is an entry in the kernel process table with
the process exit status so the parent can wait() and retrieve
it when it wishes. The only resources they use up is one entry
in the process table and a bit of kernel memory. They go away
when the parent wait()s or when the parent dies.

--
-----------------------------------------------------------
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523568, Fax : +44 (0)116 2523555
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Idlde 5.4 under RedHat 6.2: Crashes and hanging procs
Next Topic: Re: Re: Idlde 5.4 under RedHat 6.2: Crashes and hanging procs

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

Current Time: Wed Oct 08 11:09:45 PDT 2025

Total time taken to generate the page: 0.00541 seconds