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

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

[Octave-bug-tracker] [bug #58641] Java crashes (OutOfMemoryError/StackOv


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #58641] Java crashes (OutOfMemoryError/StackOverflowError) when invoking a child process
Date: Thu, 25 Jun 2020 17:42:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #10, bug #58641 (project octave):

The test program could be useful for setting default option values.

I was thinking that it should be possible to set the list of options for the
JVM in an interpreter config file.

Is there a place other than the initialize_jvm function in ov-java.cc where
JVM options are used?  If not, then it seems we could provide a function that
users could call from startup files (or any time before the JVM is
initialized) that could set the internal list of options.  If this function is
called after the JVM is initialized, it could issue a warning and do nothing.

We could still provide a default set of options and allow this new function to
return current set of options.  That way you could append/modify or completely
override the defaults without having to rebuild Octave.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58641>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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