bugGNU Octave - Bugs: bug #51324, disp is not printing till the end...

 
 

bug #51324: disp is not printing till the end of the script

Submitter:  None
Submitted:  Tue 27 Jun 2017 01:37:46 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 27 Jun 2017 03:06:58 PM UTC, comment #1: 

Hi,

This is the expected default behavior. See "help page_output_immediately" and "help page_screen_output". I generally set those as follows in my startup script:


#Tell Octave to not wait until the end of the script to display outputs in the terminal
page_output_immediately (1)
#Tell Octave to not send terminal output to the pager so that long text won't block the execution of my scripts
page_screen_output (0)


Closing report as invalid.

Pantxo Diribarne <pantxo>
Group Member
Tue 27 Jun 2017 01:37:46 PM UTC, original submission:  

Hi,
I made a script that simulate bit error rate and it take long time to finish ( that is expected )

I noticed that my "disp" functions are not printed on command window till the end of the script.
after the script is finished the contents of the "disp" starts to appear !

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 pantxo (Posted a comment)
  •  

    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
    2017-06-27 pantxo Open/ClosedOpen Closed
    2017-06-27 pantxo StatusNone Invalid / Not an Octave Bug

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code