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

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

[Octave-bug-tracker] [bug #58004] Java xerces library makes Octave crash


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #58004] Java xerces library makes Octave crash
Date: Thu, 1 Oct 2020 03:28:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36

Update of bug #58004 (project octave):

                Category:    Octave Forge Package => Interpreter            
                 Summary: [octave forge] (io) xmlread.m makes Octave crash =>
Java xerces library makes Octave crash

    _______________________________________________________

Follow-up Comment #39:

On openSUSE 15.2 and Octave 6 the code of comment #30 


__octave_config_info__ ("hg_id")
ans = 697562e2b09a

usejava ("jvm")
javaaddpath ("/usr/share/java/xerces-j2.jar")
figure ();
line ();
print ('line.svg');

for i = 1:100000
  parser = javaObject ("org.apache.xerces.parsers.DOMParser");
endfor


makes Octave crash reliably, when I run the whole code a second time.

As this bug is independent of the IO package. I re-title this item to relieve
Philip, who was unfortunately only the first observer of this deeper rooted
problem.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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