|
From: Thomas S. <t.s...@fz...> - 2007-10-29 12:54:13
|
Ethan A Merritt wrote: > > Trials to replace the assert() statements with int_warn() return the > behaviour to that of 4.0, which is much more user friendly. > If you try really hard, you can make the program crash. But the way > it is now, it crashes whenever you expand the plot even an infinitesimally > beyond the plot border. This can easily happen while mousing, and > it's quite annoying. > i did some tests with gnuplot 4.0 patchlevel 0: regardless what i did - move the mouse excessively with middle button pressed - set 'scale' and 'scale_z' to absolutely nonsense values (e.g. set view 60,30,10000,10000) i didn't succeed in producing a segmentation fault! i got artefacts, many of them... but no program crash. this means, replacing the assert statements in version 4.2 doesn't result in complete version 4.0 behaviour, there are some more differences. -- View this message in context: http://www.nabble.com/Gnuplot-crashing-for-%22hidden3d-undefined%22---tf4688619.html#a13466741 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |