From: <ai...@us...> - 2014-01-15 23:13:49
|
Revision: 12943 http://sourceforge.net/p/plplot/code/12943 Author: airwin Date: 2014-01-15 23:13:47 +0000 (Wed, 15 Jan 2014) Log Message: ----------- Improve comments on examples that must be skipped because they don't work properly with this TEA-based wish method. Modified Paths: -------------- trunk/examples/tk/wish_standard_examples.in Modified: trunk/examples/tk/wish_standard_examples.in =================================================================== --- trunk/examples/tk/wish_standard_examples.in 2014-01-15 21:04:39 UTC (rev 12942) +++ trunk/examples/tk/wish_standard_examples.in 2014-01-15 23:13:47 UTC (rev 12943) @@ -5,6 +5,10 @@ # We use of the wish -colormap new option since it cannot hurt, # but this does not solve color issues # for both examples 2 ("Couldn't parse color 76") and 24 ("illegal number of colors in cmap0: red") so we comment out those examples for now. +# N.B. recently that example 2 and example 24 error message has been +# replaced by a segfault. So presumably the issue all along has been +# a memory management issue that (as typical with such issues) +# manifests in a variety of ways depending on subtle details. # Example 20 enables plspause so comment out for now. # The following exec command reexecutes the script under wish. This # is possible because all comment lines are ignored by wish including This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |