Re: [Plplot-devel] First proof-of-concept versions of PLplot "memory allocation" and "exception handling" topics

2017-07-17 Thread Alan W. Irwin
On 2017-07-17 14:59-0700 Alan W. Irwin wrote: With regard to testing the above memory_allocation2, I repeated the same test as before (used the -DVALGRIND_ALL_TESTS=ON cmake option, built the test_c_psc target, and checked for any imperfect valgrind reports). Examples 00 through 07 were fine, b

Re: [Plplot-devel] First proof-of-concept versions of PLplot "memory allocation" and "exception handling" topics

2017-07-17 Thread Alan W. Irwin
like these. software@raven> cat ~irwin/Phil.Rosenberg/20170717/memory_allocation/* |git am Applying: Added functions that will record memory allocations in the PLStream Applying: Part way through plmalloc implementation Applying: Removed plinitializememorylist and plfreeall calls Applying: Fix issue

Re: [Plplot-devel] First proof-of-concept versions of PLplot "memory allocation" and "exception handling" topics

2017-07-17 Thread Phil Rosenberg
Just a note to say that as far as I can tell from the Visual Studio memory tools, it appears that the memory leak is wxWidgets related and not to do with the exception testing. The actual data in the leaked memory appears to be class information text for wxWidgets dynamic casting of pointers and oc