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

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

[Octave-bug-tracker] [bug #60620] octave-cli crashes when interacting wi


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #60620] octave-cli crashes when interacting with Java libraries
Date: Tue, 25 May 2021 05:55:58 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #33, bug #60620 (project octave):

FWIW, I can't provoke a crash on my Mageia-8 and Fedora-34 systems running the
examples from comment #2 in Octave-7.0.0, either with GUI or CLI, the latter
started in Konsole both as 'octave-cli' and 'octave --no-gui-libs':

# ========= Fedora 34: =========
>> system ("java --version")
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment 18.9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9, mixed mode, sharing)
ans = 0
>> version -java
ans = Java 1.8.0_292-b10 with Red Hat, Inc. OpenJDK 64-Bit Server VM mixed
mode
>> expfit(512, 0, 1, rand(1, 1024));
>> expfit(16, 0, 1, rand(1, 32));

# ========= Mageia 8: =========
>> system ("java --version")
openjdk 11.0.10-ea 2021-01-19 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.10-ea+1-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.10-ea+1-LTS, mixed mode, sharing)
ans = 0
>> version -java
ans = Java 11.0.10-ea+1-LTS with Mageia OpenJDK 64-Bit Server VM mixed mode,
sharing
>> expfit(16, 0, 1, rand(1, 32));
>> expfit(512, 0, 1, rand(1, 1024));
>> 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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