|
| From: | Dmitri A. Sergatskov |
| Subject: | [Octave-bug-tracker] [bug #52061] Memory issue whenever Java JVM is used |
| Date: | Wed, 20 Sep 2017 14:26:38 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Follow-up Comment #13, bug #52061 (project octave):
I get few alloc-dealloc-mismatch errors, so I did:
ASAN_OPTIONS="leak_check_at_exit=0:alloc_dealloc_mismatch=0" ./run-octave -f
--no-gui
...
octave:1> test ov-class.cc-tst
PASSES 50 out of 50 tests
octave:2> __java_init__
ans = 1
octave:3> __octave_config_info__ ("hg_id")
ans = a1801e80bb11
octave:4> __octave_config_info__("WARN_CXXFLAGS")
ans = -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith
-Wwrite-strings -Wcast-align -Wcast-qual -fsanitize=address
-fno-omit-frame-pointer
octave:5> quit
It passes
ASAN_OPTIONS="leak_check_at_exit=0:alloc_dealloc_mismatch=0"
LD_PRELOAD="libasan.so.4:libGLX_mesa.so.0" make check
Also did some plots etc...
Dmitri.
--
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52061>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |