bugGNU Octave - Bugs: bug #60199, Octave crashes when plotting

 
 

bug #60199: Octave crashes when plotting

Submitter:  None
Submitted:  Tue 09 Mar 2021 08:31:43 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Simon Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 6.2.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 09 Mar 2021 10:46:57 PM UTC, comment #1: 

Please file this on the flatpak tracker here: https://github.com/flathub/org.octave.Octave/issues. There are other open issues there you might want to look over.

Mike Miller <mtmiller>
Group Member
Tue 09 Mar 2021 08:31:43 PM UTC, original submission:  

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

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-03-09 mtmiller StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code