octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory Issues in Octave


From: Dmitri A. Sergatskov
Subject: Re: Memory Issues in Octave
Date: Fri, 21 Jul 2017 19:36:47 -0500



On Fri, Jul 21, 2017 at 11:48 AM, Rik <address@hidden> wrote:
 

run-octave -f --no-gui-libs --eval 'exit' | & tee leak.base.log
run-octave -f --no-gui-libs --eval 'graphics_toolkit gnuplot; plot (1:3);
exit' | & tee leak.gnuplot.log

The results were

SUMMARY: AddressSanitizer: 204896 byte(s) leaked in 3198 allocation(s).
SUMMARY: AddressSanitizer: 205184 byte(s) leaked in 3200 allocation(s).


​most of those can be suppressed ​by setting ASAN_OPTIONS=leak_check_at_exit=0.
For some reason I cannot suppress "stack-use-after-scope" which seem to dominate.

--Rik

​Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]