Received: by 10.224.180.141 with SMTP id bu13mr9687906qab.2.1351378001589; Sat, 27 Oct 2012 15:46:41 -0700 (PDT) Received: by 10.236.79.7 with SMTP id h7mr2581211yhe.2.1351378001557; Sat, 27 Oct 2012 15:46:41 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!e17no1131961qar.0!news-out.google.com!r17ni73086299qap.0!nntp.google.com!e17no1131959qar.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 27 Oct 2012 15:46:41 -0700 (PDT) In-Reply-To: <8c20d229-055e-4458-9543-8b68291a5115@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.218.238.20; posting-account=yS7ZzQoAAACbDncxMo9UeCyhsLtcDWPM NNTP-Posting-Host: 208.218.238.20 References: <8c20d229-055e-4458-9543-8b68291a5115@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30de751b-1656-421c-a575-137362adff2a@googlegroups.com> Subject: Re: gnuplot.exe 4.6 hangs on windows 7 From: Mirko Vukovic Injection-Date: Sat, 27 Oct 2012 22:46:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1990 Xref: csiph.com comp.graphics.apps.gnuplot:1440 On Saturday, October 27, 2012 6:10:51 PM UTC-4, Mirko Vukovic wrote: > Hello, > > > > I am launching gnuplot.exe on windows 7 from a Cygwin application (clisp). It starts, and consumes 100% of one core. I cannot send any commands to the input stream. > > > > I can also start gnuplot.exe and pass it arguments, such as: -p -e "plot sin(x)" > > > > The plot window will show with the plot, but the process will again consume 100% of one core. > Well, I fixed it by specifying for clisp to wait for the program termination. I still don't understand why setting it not to wait (asynchronous execution) makes gnuplot.exe run 100% of the time. So the following question still applies, although it is not urgent anymore. > > > Any suggestions on what might be going on? > > > > Thank you, > > > > Mirko