|
From: Tatsuro M. <tma...@ya...> - 2014-05-22 23:28:19
|
--- On Fri, 2014/5/23, Karl Ratzsch wrote: > this happens on win7 with the 5.0 binaries both from Tatsuro and the > older one from Bastian (so both with wxgtk2.8 and 3.0): After the > first plot on a wxt terminal, any command that is loaded from a file > can take several seconds. Function declarations, plots, whatever. > This only goes away when another terminal ist set, and resumes when > a new plot is done on wxt. > > The exact times are only reproducible with the exact same script, > and plots sometimes even get stuck and the script only resumes after > changing the focus back to the gp console window. Several commands > in one line (separated with ";") don´t seem to take longer that one. > > I´ve attached the script i used to probe this on three win7 machines. > > And this also works when a command including a linefeed is > copypasted into the console. > > It does not depend on uses privileges like the exit problem > https://sourceforge.net/p/gnuplot/bugs/1384/ > > Best, > Karl Hello Thank you for the feed back. The origin of problem that you pointed out is the same that was pointed out by Tait. http://gnuplot.10905.n7.nabble.com/Gnuplot-version-5-release-candidate-td18424.html#a18437 I have quickly downgrade the cvs source before the change 2014-01-04 but the change there seemed not to be the origin of the problem. We have to go back and search which change is the origin of the problem. Your bug report might be useful for searching the origin. Regards Tatsuro |