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

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

[Octave-bug-tracker] [bug #60199] Octave crashes when plotting


From: anonymous
Subject: [Octave-bug-tracker] [bug #60199] Octave crashes when plotting
Date: Tue, 9 Mar 2021 15:31:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

URL:
  <https://savannah.gnu.org/bugs/?60199>

                 Summary: Octave crashes when plotting
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 09 Mar 2021 08:31:43 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: Simon
        Originator Email: simon.aulet@gmail.com
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When using function plot() Octave consistently crashes, both in the GUI and
the console.
Here is the code from the console:


simon@simon-desktop:~$ flatpak run org.octave.Octave
Gtk-Message: 17:25:09.851: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:25:09.852: Failed to load module "canberra-gtk-module"
Qt: Session management error: None of the authentication protocols specified
are supported
GNU Octave, version 6.2.0
Copyright (C) 2021 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at https://www.octave.org.

Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html

Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> mat = [1, 2; 3, 4]
mat =

   1   2
   3   4

octave:2> plot(mat)
fatal: caught signal Instrucción ilegal -- stopping myself...


A fraction of a second before the crash, a plotting winow start to appear an
then it crashes.

Running Flatlapk 1.0.9 on ubuntu 18.04.5 LTS





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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