octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52061] Memory issue whenever Java JVM is used


From: Rik
Subject: [Octave-bug-tracker] [bug #52061] Memory issue whenever Java JVM is used
Date: Wed, 20 Sep 2017 01:28:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52061 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #7:

Using gdb to trace through the code, the actual line that causes the segfault
is line 210 in liboctave/util/oct-shlib.cc.


  library = dlopen (file.c_str (), flags);


At that point, the file variable is 


"/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so"


The flags variable is 258.

It certainly seems like this is just something wrong with libjvm.so.  I tried
changing the flags to the minimum, RTLD_LAZY, but it didn't help. 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52061>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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