> On Tue, 12 Jul 2011 18:09:34 +1000 > "Sisyphus" <[email protected]> wrote: > > I'm using the fdfc50d snapshot. > > On Win32 the t/plot.t test script fails tests 2, 4 and 5. > > Tests 2 and 5 fail because the eval{} fails. In both cases $@ gets > set to: > > PDL: Gnuplot process no longer responding. This is likely a bug in > PDL::Graphics::Gnuplot > and/or gnuplot itself. Please report this as a PDL::Graphics::Gnuplot > bug.
Hi. I just played with a cygwin install, and for whatever reason things work much slower there for me. There are some very long (on the order of seconds) delays. I'm observing timeout errors, same as you; here those were due simply to my module giving up waiting for a response. Can you confirm that this is what you are seeing also? In Gnuplot.pm, there's a "can_read(5)" call at one point. This waits 5 seconds for data. Can you bump that up to see if that makes it work for you? To be clear, I don't think this is a good solution, but it'll let us know where to look for the problem. Thanks dima _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
