bugGNU Octave - Bugs: bug #51009, Octave not responding when running...

 
 

bug #51009: Octave not responding when running code from Editor featuring the boxplot function

Submitter:  liofeu <liofeu>
Submitted:  Fri 12 May 2017 12:54:49 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.1 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 15 Oct 2018 03:20:56 PM UTC, comment #4: 

Here is the answer I got by direct email reply:
À Pantxo, John, moi, octave-bug-tracker
-------------------------------------
Hi,

I'm not using   Octave anymore

Thank you very much!
-------------------------------------

So I'll close this report and it can be reopen if someone else observes the misbehavior.

Pantxo Diribarne <pantxo>
Group Member
Mon 15 Oct 2018 02:45:09 PM UTC, comment #3: 

@liofeu: I tested with the curent statistics package and Octave 4.4.1 and can't reproduce. Do you still observe this bug?

Pantxo Diribarne <pantxo>
Group Member
Fri 12 May 2017 01:00:14 PM UTC, comment #2: 

PS: I get some warnings with this code:


warning: opengl_renderer: Error 1286 occurred in init_gl_context
warning: called from
    newplot at line 208 column 5
    plot at line 222 column 9
    boxplot at line 271 column 8
    test at line 5 column 2
warning: opengl_renderer: Error 1286 occurred drawing 'text' object
warning: called from
    newplot at line 208 column 5
    plot at line 222 column 9
    boxplot at line 271 column 8
    test at line 5 column 2

liofeu <liofeu>
Fri 12 May 2017 12:56:19 PM UTC, comment #1: 

(the boxplot function comes from the statistics package)

liofeu <liofeu>
Fri 12 May 2017 12:54:49 PM UTC, original submission:  

Hi

Octave is not responding quite consistently (about half the time) when running "save file and run" button from the editor this code:

close all
pkg load statistics
data=[18,0,1,73,18];
figure,
b=boxplot(data); 


It is always fine if:
- either I remove the boxplot line
- or I add a "clear all" after the "close all"
- or I run the code by selecting the code then "Alt+F9" instead of using the "save file and run" button

Mac OSX 10.12.4, Octave 4.2.1

Best

liofeu <liofeu>

 

(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 pantxo (Posted a comment)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by liofeu (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-15 pantxo Open/ClosedOpen Closed
    2018-10-15 pantxo StatusNone Works For Me
    2017-08-13 jwe CategoryOctave Package Plotting with OpenGL

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code