Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #801

Re: 4.4.3 Win32 zombie wgnuplot.exe processes

From "EAMerritt@gmail.com" <eamerritt@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: 4.4.3 Win32 zombie wgnuplot.exe processes
Date 2012-01-01 19:44 -0800
Organization http://groups.google.com
Message-ID <4759624b-fb5e-405f-9df1-f0160aaf87d8@x34g2000prb.googlegroups.com> (permalink)
References <c6b8808a-162f-433e-80bc-992c49ec4b1a@r28g2000yqj.googlegroups.com> <125785bd-8467-456f-9f54-917cac282ca7@z1g2000vbx.googlegroups.com> <cd11b42d-98fd-4680-ab23-7e2a89086bc8@a31g2000pre.googlegroups.com> <45fdda93-f326-4c5f-a058-e1675f918551@w1g2000vba.googlegroups.com>

Show all headers | View raw


On Dec 12 2011, 5:22 pm, Dougster <paul.b.doug...@gmail.com> wrote:
> On Dec 11, 1:26 am, sisyphus <sisyph...@optusnet.com.au> wrote:
>
> > On Dec 4, 11:46 am, Dougster <paul.b.doug...@gmail.com> wrote:
>
> > > Anyone come across a proper solution to this? Is it a bug? Or am I
> > > being stupid?
>
> > I see the same with 4.5 (for both gnuplot.exe and wgnuplot.exe).
>
> > Cheers,
> > Rob
>
> Thanks Rob, so I'm not going mad.
>
> Does anyone fancy a dig around in the code and find out why the main
> process doesn't finish?

I have just commited to CVS a fix for a zombie problem in the wxt
terminal and a similar
problem in the qt terminal.  These were terminal-specific fixes, so if
you are seeing zombies
while using another terminal type this isn't going to help.  In both
cases the sequence of
events that led to zombie creation was
1) gnuplot -persist   (or set term ... persist)
2) create some plot windows
3) manually close one (wxt) or all (qt) of the windows
    (the key is that the "closed" window is really just hidden)
4) exit the main gnuplot session
5) close the remaining plot windows
The windows closed in step (3) now belong to a zombie process.
You can't close the windows manually because they are hidden, and the
program can't close them because it has now exited.

The fixed code now truly closes all hidden windows at the time the
main program
exits.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-10-28 15:51 -0700
  Re: 4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-12-03 16:46 -0800
    Re: 4.4.3 Win32 zombie wgnuplot.exe processes sisyphus <sisyphus1@optusnet.com.au> - 2011-12-10 17:26 -0800
      Re: 4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-12-12 17:22 -0800
        Re: 4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-12-16 16:06 -0800
          Re: 4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-12-16 16:29 -0800
          Re: 4.4.3 Win32 zombie wgnuplot.exe processes Dougster <paul.b.douglas@gmail.com> - 2011-12-16 16:26 -0800
            Re: 4.4.3 Win32 zombie wgnuplot.exe processes sisyphus <sisyphus359@gmail.com> - 2012-01-07 04:45 -0800
        Re: 4.4.3 Win32 zombie wgnuplot.exe processes "EAMerritt@gmail.com" <eamerritt@gmail.com> - 2012-01-01 19:44 -0800

csiph-web